Find the number of trailing zeros in 9 9 9 9 + 1
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.
Can you explain what S 1 is ? Why can't S 1 + 1 0 end with 2 zeros?
Log in to reply
Because all previous items that all have at least two trailing zeros, so when their sum add 10 will get a number with one trailing zero.
Log in to reply
Right, you should make that more explicit in your solution. Explain that you are expanding it out via the binomial theorem, and also explain where you got the +10 from.
In particular, it should have been + ( 1 9 9 9 ) × 1 0 × 1 9 9 8 , which would have yielded a +90 instead of a +10.
Problem Loading...
Note Loading...
Set Loading...
It is very easy to see that: S = 9 9 9 9 + 1 = ( 1 0 − 1 ) 9 9 9 + 1 According to newton: S = S 1 + 1 0 − 1 + 1 = S 1 + 1 0 So the number of trailing zeros is: 1