Raksat
If the number of trailing zeros in n! is there more than the number of trailing zeros in (n-1)!, How many 3 digit values can "n" assume ?
A. 6
B. 5
C. 4
D. 3
E. 2
Posted from my mobile device
Value of n as a multiple of 5 will give an extra trailing 0 for sure.
REASON :- We will always have more number of 2s as compared to number of 5s, and the trailing 0s would depend on number of 2s and 5s.so n as 105, 110...990,995 will satisfy the condition..
Total multiple of 5 = 1000-100/5=900/5=180
So answer is 180.
Ofcourse the question is missing something ..If the number of trailing zeros in n! is
there more than the number of trailing zeros in (n-1)!...It must be THREE..
So where would there be a difference of THREE trailing 0s...whereever n gives 3 extra 5s..
hence where ever n is a multiple of 125..
so 125, 250, 375, 500, 625, 750, 875 = 7 but 625 would lead to 4 extra 0s, as \(625 = 5^4\)
A