The number of trailing zeros in 100! is
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A new way!
Log in to reply
And not confused, Swapnil bro, you should write " trailing zeroes", because your question could confuse everybody, leading all of us solvers to also find the number of 0's inside! :)
Log in to reply
oops, let me change it!
Log in to reply
@Swapnil Das – Also, no floor function is needed.
Log in to reply
@Bryan Lee Shi Yang – it is possible to calculate through it!
Log in to reply
@Swapnil Das – How? Maybe You can show us all, and teach us new things!
Log in to reply
@Bryan Lee Shi Yang – ⌊ 5 1 0 0 ⌋ + ⌊ 2 5 1 0 0 ⌋ = 2 0 + 4 = 2 4
@Bryan Lee Shi Yang – Greatest integer function with 5 as the divisors, its consecutive powers, try it out!
1 0 0 ! = 1 × 2 × 3 × . . . . . . . . . . . . . × 9 9 × 1 0 0 ,the no.of zeros in 100! = [ 5 1 1 0 0 ] + [ 5 2 1 0 0 ] . . . . . . . . . . . . . . . . . . Note:[2.3]=2 = > n o . o f . z e r o s = 2 0 + 4 + 0 + 0 + . . . . . . . . . . . . . . = 2 4
Problem Loading...
Note Loading...
Set Loading...
Given 1 0 0 ! = 2 x × 5 y × 3 z . . . . . . , there are 4 5 2 's and 16 5 1 's. (The number of 2's is not a problem.) So the number of TRAILING ZEROES, not ZEROES, is 4 × 2 + 1 6 = 2 4 .