Bunuel
How many different prime factors does positive integer n have?
(1) 44 < n^2 < 99
(2) 8n^2 has twelve factors
Ans: D
Solution: Different prime factors of integer n? we do not know the exact value of n so finding specific value is necessery and then we can find the number of factors.
1) it gives us three values of n=7,8,9 their square[49,64,81] satisfy the range
Now question asks us how many prime factors does n have
if N=7; number of prime factors =1
if N=8; number of prime factors = 1
if N=9; number of prime factors = 1
respectively. [sufficient]
2) 8n^2 has tweleve factors
to make is easier we write it like this (2^3)*(n^2)
now the total number of factors for this is = 4*x=12; x=3: means n needs to be a prime number.
so it can have any prime value. again we know as n being the prime number it has only one prime factor. [Sufficient]
Thank You for the hint, previously i solved it for total number of factors.
Hope this is correct this time.
Ans: D