Solution:
For odd values of n, the number of loops is identical to the value of n.
| For n=1, | For n=3, |
| |
|
For n=5,
For even values of n, the number of loops is twice the value of n.
| For n=2, | For n=4, |
| |
|
For n=6,
If the equation is replaced by the absolute value of the function, the number of loops are always twice the value of n
| For n=1, | For n=2, |
| |
|
| For n=3, | For n=4, |
| |
|
by:sh