nicolezl wrote:kvcpk wrote:
nicolez.. You missed 225. Total turns out to be 9.
Ah yes of course! I'm still not sure I understand your reasoning above, even though you did end up with the right answer.
Let me explain:
Any number can be written as product of primes.
Example: N = P1^k1 * P2^k2 * P3^k3 *....
Where P1,P2,P3... Are all primes and K1,K2,K3 are their powers.
Then the number of factors of N is given by the formula (k1+1)(k2+1)(k3+1)....
In this example:
450 = 2*5^2 * 3^2
Hence number of factors = (1+1)(2+1)(2+1)= 18
But these incluse both odd and even
Hence to pick up only odd factors, I have ignored powers of 2.
Hence number of odd multiples = (powerof5 +1)(Powerof3 +1)
= (2+1)(2+1)= 9
Hope this helps!!
Let me know in case you have any doubt.