How many different prime numbers are factors of the positive integer n?
(1) Four different prime numbers are factors of 2n
(2) Four different prime numbers are factor of n^2
I tried pluggin numbers....
(1) if 2n=2.3.5.7 then n= 3.5.7 (3 prime factors) , but 2n could be 2n=3.5.7.(2^2) so n= 2.3.5.7 (4 prime factors)
Not sufficient
(2) if n^2=(2^2).(3^2).(5^2).(7^2) then n=2.3.5.7 =>sufficient
So answer is B.... but, is there any theoretical way to solve this?