The question tests the concept of “skipping zeroes” in factorials as it relates to the number of trailing zeroes a Factorial has.
1st concept is that the number of trailing zeroes that a Factorial will have depends on the Count of Pairs of Prime Factors (2 * 5) that are in the Factorial’s prime factorization.
When the Factorials are listed consecutively, the no of trailing zeroes will stay the same for 5 consecutive values of N where N! Is a Factorial
then the no. of trailing zeroes will increase by 1 trailing zero for the next Multiple of 5 you hit moving up in ascending order.
However, if the next number is a multiple of (5)^2 = 25, the trailing zeroes will “skip 1” and the next group of Factorials will have + 2 more trailing zeroes.
If the next multiple is (5)^3, then the trailing zeroes will “skip 2” and the next group of Factorials will have +3 trailing zeroes.
For example:
15! thru 19! ——- 3 trailing zeroes
20 is the next multiple of 5, and it is only a multiple of (5)^1 so the trailing zeroes will increase by + 1
20! thru 24! ——-4 trailing zeroes
However, now the next multiple of 5 will be a multiple of (5)^2 so the trailing zeroes will “skip 1” in the consecutive ordering
25! - 29! ———6 trailing zeroes
If you understand this concept and the fact that the GMAT always provides questions that are answerable, then you can eliminate S1 right off the bat. There will be 4 values of N for which N! has 4 trailing zeroes.
S1 not sufficient.
However, doing some work in statement 1 makes statement 2 a lot easier.
If we use a round about estimate to say that every 25 consecutive Values of N “groupings” there will be “around” 6 trailing zeroes, we can test:
130!
130/5 = 26
26/5 = 5
5/5 = 1
130! thru 134! will have —- 26 + 5 + 1 = 31 trailing zeroes
From here we can go down a couple of sets and try 120!
120/5 = 24
24/5 = 4
120! thru 124! will have 28 trailing zeroes
S1 not sufficient: N can be 120, 121, 122, 123, or 124
S2: (n + 2)! Has 31 trailing zeroes
(n - 1) has 28 trailing zeroes.
If (n + 2)! = 125! — 125! Has 31 trailing zeroes——then n = 123
(N - 1)! = 122! ———which has 28 trailing zeroes.
N = 123 is a possibility.
However: 126! Will also have 31 trailing zeroes and 123! Will have 28 trailing zeroes
N = 124 is a possibility.
S2 not sufficient.
Using both statement together, it is still possible for N to be 123 or 124
E neither nor
Posted from my mobile device