Aprajita760
Archit3110
Bunuel
If x is an integer, is 2^x a factor of 12! ?
(1) x is the sum of two distinct single-digit prime numbers.
(2) 0 < x < 11
factor of 12!/2^x
6+3+1; 10 factors possible
#1
x is the sum of two distinct single-digit prime numbers
3+7 = 10; or say 7+5;12 insufficient
#2
0 < x < 11[
x=10 ; 2^10 sufficient
IMO B
Hello,
Can you please explain how are we getting 10 factors for 12!?
Aprajita760\(12! = 12*11*10*9*8*7*6*5*4*3*2*1\)
For \(2^x\) to be a factor of 12!, 12! needs to be fully divisible by \(2^x\) (i.e. no remainder).
If we break down the 12! sequence into prime factors (e.g. \(12=2^2*3^1\)) we would get: \((2^2*3^1)(11^1)(2^1*5^1)(3^2)(2^3)(7^1)(2^1*3^1)(5^1)(2^2)(3^1)(2^1)(2^0)\), which simplifies to: 2^10*\(3^5*5^2*7^1*11^1\).
Now, we can see that 2^10 is the largest power of 2 that is a factor of 12!. If we know whether x is more or less than 10 we will know whether \(2^x\) is a factor of 12!.
St-1: x is the sum of two distinct prime factors: if the prime factors are 2 and 3 then x=5 and \(2^5\) is a factor of 12!, but if the prime factors are 5 and 7 then x=12 and 2^12 is NOT a factor of 12!.
InsufficientSt-2: 0 < x < 11: As x is less than 11 and an
integer (question stem) we know that the max value of x can be 10 and based on the above we know that 2^10 is a factor of 12!.
SufficientAnswer is therefore BHope this helps