SaquibHGMATWhiz
The number \(N = 2^3 × 3^4 × p^2\), where p is a prime number. How many even factors does the number N have?
1. N has more than 30 factors.
2. N has fewer than 50 factors.
The # of even factors will depend on the even/odd status of p, and also the total # of factors. 1. N has more than \(30\) factors.IF p is even i.e. \(2\) Then we have \(2^5 *3^4\) and total factors \(= (5+1)(4+1) = 30\)
IF p is odd i.e. \(3 \) Then we have \(2^3 *3^6 \) and total factors \(= (3+1)(6+1) = 28\)
Hence we know p is odd prime \(>3 \)
So total factors become \((3+1 )(4+1)(2+1) = 60\) and even factors \(60 -15 = 45\)
SUFF.2. N has fewer than 50 factors.IF p is even i.e. \(2\) Then we have \(2^5 *3^4\) and total factors \(= (5+1)(4+1) = 30\)
IF p is odd i.e. \(3\) Then we have \(2^3 *3^6\) and total factors \(= (3+1)(6+1) = 28\)
Hence all we can say is that p could be \(2\) or \(3\) leading to different answers .
EDIT: After the second statement has been altered from the original version , we can say p could also be any other prime greater than \(3\), leading to different answers.
INSUFF.Ans A
Hope it's clear.