If k has NO FACTOR greater than 1 and less than k, then the only factors of k are 1 AND K ITSELF, implying that k is PRIME.Does the integer k have a factor p such that 1 < p < k ?
(1) k > 4!
(2) 13! + 2 ≤ k ≤ 13! + 13
Question rephrased: Is k prime?
Statement 1: k > 4!
4! = 4*3*2 = 24.
If k = 29, then k is prime.
If k = 25, then k is not prime.
INSUFFICIENT.
Statement 2: 13! + 2 ≤ k ≤ 13! + 13
Apply a bit of REASON.
The values here are HUGE.
There is no way for us to prove that a huge number is prime.
Thus, every value of k that satisfies statement 2 must be NON-PRIME, since it would be impossible for us to prove that any of these values ARE prime.
SUFFICIENT.
The correct answer is B.
A useful take-away:
If a DS problem asks whether a HUGE NUMBER is prime, the answer almost certainly will be NO, since there is no way for us to prove that a huge number actually IS prime (unless we're told rather directly that it has no factors other than 1 and itself).
Here's the mathematical reasoning behind statement 2:
13! + 2 = 2(13*12*11*10*9*8*7*6*5*4*3*1 + 1) = 2 * integer.
Thus, 2 is a factor of 13! + 2.
13! + 3 = 3(13*12*11*10*9*8*7*6*5*4*2*1 + 1) = 3 * integer.
Thus, 3 is a factor of 13! + 3.
13! + 4 = 4(13*12*11*10*9*8*7*6*5*3*2*1 + 1) = 4 * integer.
Thus, 4 is a factor of 13! + 4.
The same reasoning can be applied to every value that satisfies statement 2.
Thus, none of the values that satisfy statement 2 will be prime.



















