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
If 2x +3y = 30 and (x+y)/y = 11/8, then find the value of 5y + 6x
यदि 2x + 3y = 30 और (x + y) / y = 11/8, तो 5y + 6x का मान ज्ञात करें?
Answer B.
Question
Four-fifth of one-eighth of 3/4th of A is 64. What is the cube root of 3/5th of A?
A के 3 / 4 के एक-आठवें का चार-पांचवा हिस्सा 64 है। A के 3 / 5 वे का घनमूल क्या है?
Answer B.
Question
175 - 25 ÷ 5 + 2 x 3 + 10 = ?
175 - 25 ÷ 5 + 2 x 3 + 10 =?
Answer A.
Question
(a + b)^2/ (a^2 – b^2) = ?
(a + b^ 2 / (a^2 - b^2) =?
Answer C.