Answer
C. To find the number of zeros at the end of n! Is
Mod(n/5) +mod(n/25) + mod(n/125) + mod(n/625)…
Basically, denominators are powers of 5.
So -
142/5 + 142/25 +142/125 +142/625
=28+5+1+0
=34
So the correct answer is option C.
C. n! के अंत में शून्य की संख्या ज्ञात करने के लिए है
Mod(n/5) +mod(n/25) + mod(n/125) + mod(n/625)...
मूल रूप से, हर 5 के वर्ग हैं।
इसलिए -
142/5 + 142/25 +142/125 +142/625
= 28 + 5 + 1 + 0
= 34
इसलिए सही उत्तर विकल्प C है।