Question:

Trailing zeroes in 100! (product of 1 to 100)?

Show Hint

Count powers of 5 only (as 2s are plenty in factorials).
Updated On: Mar 24, 2026
  • 20
  • 24
  • 19
  • 22
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Formula for trailing zeroes in \( n! \): \[ \left\lfloor \frac{100}{5} \right\rfloor + \left\lfloor \frac{100}{25} \right\rfloor + \left\lfloor \frac{100}{125} \right\rfloor = 20 + 4 + 0 = \boxed{24} \]
Was this answer helpful?
0
0

Top CAT Quantitative Aptitude Questions

View More Questions