firas92
How many odd factors does the integer n have?
(1) 16 is the highest power of 2 that divides n
(2) n has a total of 68 factors and 3 prime factors.
1) 16 is the highest power of 2 that divides nIn other words...
\(2^{16} \text{ is the largest power of 2 which divides n}\)
Possibilities of n:
\(n = 2^{16}\), 0 prime factors
\(n = 2^{16} * 3\), 1 prime factor
Insufficient
(2) n has a total of 68 factors and 3 prime factors.However, we do not know if these primes are all odd, or contain an even prime (2).
Insufficient
Combine (1) and (2)Recall the formula for finding total number of factors:
https://gmatclub.com/forum/math-number-theory-88376.html#p666609\(n=a^p*b^q*c^r \text{, where a, b, and c are prime factors of n and p, q, and r are their powers.}\)
\(\text{Total Number of Factors} = (p+1)(q+1)(r+1)\)
So therefore:
\(68 = (p+1)(q+1)(r+1)\), results in
\(68 = (16+1)(1+1)(1+1) = 17*2*2\)
We know that the prime factorization of 2 results in a power of 16. Thus, the other 2 numbers must be odd primes to the first power.
\(n=2^{16}*odd^1*odd^1\)
Sufficient