2024 CSAT — Q9
How many consecutive zeros are there at the end of the integer obtained in the product ?
Worked rationale
Trailing zeros = the number of times divides the product = , where is the total exponent of prime . In any product built from the supply of s dwarfs the supply of s, so the answer is governed entirely by — do not waste clock on the s.
Read the pattern: the -th factor is (term raised to exponent ). Only the multiples of contribute s:
| base | exponent | fives in the base | fives contributed |
|---|---|---|---|
| () |
Since (the even bases alone pour in thousands of s), .
Answer: (d) 200.
Why the other options miss
- A an arithmetic slip that also misses a case: counts only the single base (exponent ) or stops after one term, ignoring that 5, 10, 15, 20 each contribute too.
- B answered the sub-step, not the question: counts one from each multiple-of-5 base () plus as two, i.e. … then mis-multiplies, or counts bases () and mis-corrects. It is the “looks like I did something with the exponents” trap — close enough to feel earned, wrong because the exponents must be summed, not the bases.
- C missed a case: the single deadliest near-miss. Counts the s from correctly () but forgets that doubles its contribution — or, conversely, counts only the block and forgets . Either way you land on exactly half.
Specialist insight
This is a -only problem in disguise — the moment you see “trailing zeros of a product of small numbers,” stop computing and write only the multiples of . The whole template collapses to: sum the exponents on each multiple of 5, then add one extra hit for every base divisible by (two extra for , etc.). The exam plants its trap on the inside — every CSAT trailing-zeros item that includes , , , or is testing whether you remembered the second power. 10-second sanity check: the largest answer that only counts first powers is ; the real answer must exceed it, so is structurally the only candidate above — you can almost key it without finishing.
Forgetting that contributes its twice — the difference between (c) 100 and (d) 200.