Dustinsfl
- 2,217
- 5
F is all integers that are multiplies of 5
f(n) = <br /> \begin{cases} <br /> 0, & \mbox{if }n\mbox{ 1} \\<br /> \frac{5n}{2}, & \mbox{if }n\mbox{ is even}\\<br /> ? , & \mbox{if }n\mbox{ is odd}<br /> \end{cases}<br />
N exists in the natural number
I don't know how to obtain the function that will represent the odd integers.
f(n) = <br /> \begin{cases} <br /> 0, & \mbox{if }n\mbox{ 1} \\<br /> \frac{5n}{2}, & \mbox{if }n\mbox{ is even}\\<br /> ? , & \mbox{if }n\mbox{ is odd}<br /> \end{cases}<br />
N exists in the natural number
I don't know how to obtain the function that will represent the odd integers.
Last edited: