For how many integers n where 2≤n≤100 is (n2) odd?
1^2=1
2^2=4
3^2=9
5^2=25
6^2=36
7^2=49
8^2=64
9^2=81
so all odd numbers will have an odd square. How many odd numbers are there between 2 and 100?
I have assumed that n2 is n^2.
In retrospect, that is probably not what you meant but we should not have to be mind readers.