Question 867019
for the number 2250, how can I find out how many whole numbers it is divisible by
-----
Find the "prime-factor" form of the number::
2250/2 = 1125
1125/5 = 225
225/5 = 45
45/5 = 9
9 = 3^2
------
So there are 2+3+1 = 6
-------
# of whole-number divisors = 2^6-1 = 63
-------------------
Cheers,
Stan H.