November Rain wrote:Hi guys,
I would solve it like this:
N is the result of the multiplication between 4 and P, where P is prime odd number (with no divisors except 1 and itself).
So, trough the number properties N = 2(^2) * P(^1). And here's a little trick: whenever you need to know how many different divisors a number have, you only need to add 1 to the exponents and then multiply them.
So the total number of divisors is (2+1)* (1+1) = 6. Now you need to take out two divisors: 1 and P (because they are both odd)
Therefore in total, we have 4 even divisors. Hence C
Correct me if I am wrong: you have to do this method only when a number is represented in prime factorized form, e.g. lets take 12:
12 = 2 . 6 = 2 . 2 . 3 = 2^2 . 3
No. of divisors = 3 . 2 = 6 (1, 2, 3, 4, 6, 12)
Now lets take 25:
5 . 5 = 5^2
No. of divisors: 2+1 = 3 (1, 5, 25)
By the way, should not answer be six in original question because it didn't ask to eliminate 1 and n from counting? In fact, question specifically asked to count n.
People are not prisoners of fate, but prisoners of their own mind.