Find the number of trailing zeros in the following expression.
1 ! 2 × 2 ! 2 × ⋯ × 3 0 ! 2 .
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.
Good application of logic.
Thanks. I've updated the options so that they are all even.
No of zeros in in (1!^2 x 2!^2 x...x 30!^2)=1 5 + 2 5 +3 5 +4 5 +6 5 +7 1 = 87 So number of zeros in the given expression 187*2 = 174
This answer is just an edited elaboration of Vladimir Smith's method. Do check his answer out and leave an upvote.
s = 1 ! × 2 ! × ⋯ × 3 0 !
Let the number of trailing 0s be n .
By experimenting a bit, it can be found that the number of trailing 0s in s 2 is 2 n . For any integral n , 2 n will always be even. Since 174 is the only even option, it is the answer.
It is useful to look at parities, especially when provided with options.
What if I would have given another even number as option ?
Thanks. I've updated the options so that they are all even.
Problem Loading...
Note Loading...
Set Loading...
Let the given expression be equal to x. When we square root x, we will have half the zeroes we previously had. This amount of zeroes still has to be a whole number of zeroes - we can't have half a zero. Thus, the original number of zeroes in x must be an even amount. We pick the only even option; the answer is 174.