Question
Find the number of trailing Zeros in 142!
142! में पीछे शून्य की संख्या ज्ञात कीजिये I
Answer C.
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 है।
View Similar questions (संबन्धित प्रश्न देखें)
Question
(a + b)^2/ (a^2 – b^2) = ?
(a + b^ 2 / (a^2 - b^2) =?
Answer C.
Question
140% of 80 + ? - 23 =100
140 का 80% +? - 23 = 100
Answer D.
Question
(29.55 + 95.45) × ? = 150
(29.55 + 95.45) ×? = 150
Answer B.
Question
If 8 * 9 # 3 = 51 and 12 * 6 # 4 = 72, then 13 * 11 # 6 = ?
यदि 8* 9 # 3 = 51 और 12 * 6 # 4 = 72, तो 13 * 11 # 6 =?
Answer D.