edited by
1,018 views
3 votes
3 votes

The number of trailing zeros in $100!$ is

  1. $21$
  2. $23$
  3. $24$
  4. $25$
edited by

5 Answers

1 votes
1 votes
To create 1 Zero  in 100! we need 5 and 2  so we have to check highest power of 2 and 5 in 100! , so follow the procedure below:

Finding highest power of 2 in 100!

Integer solution  of 100/2  + 100/2^2 + 100/ 2^3 + 100/2^4 + 100/2^5 +100/2^6 = 97
So highest power of 2 in  100!  Is 97

Now highest power of 5 in 100!
Integer solution of 100/5 + 100/5^2 = 20+4 =24
So in 100!  There  are 97  2's  and 24  5's
So we have less number of 5's   so no of fives will decide number  of trailing zeros in 100!   So Ans  is option C  that is 24
0 votes
0 votes
Let $f(n)$ give the number of trailing zeros in the base ten representation of $n!$ .

Then $f(n) = \left \lfloor \dfrac{n}{5} \right \rfloor + \left \lfloor \dfrac{n}{5^2} \right \rfloor + \left \lfloor \dfrac{n}{5^3} \right \rfloor+............+\left \lfloor \dfrac{n}{5^k} \right \rfloor$

where, $\left \lfloor \dfrac{n}{5^k} \right \rfloor = 0$

$f(n) = \left \lfloor \dfrac{100}{5} \right \rfloor + \left \lfloor \dfrac{100}{5^2} \right \rfloor + \left \lfloor \dfrac{100}{5^3} \right \rfloor$

$f(n) = \left \lfloor \dfrac{100}{5} \right \rfloor + \left \lfloor \dfrac{100}{25} \right \rfloor + \left \lfloor \dfrac{100}{125} \right \rfloor$

$f(n) = 20 + 4 + 0$

$f(n) = 24$

Related questions

1 votes
1 votes
1 answer
1
akash.dinkar12 asked May 11, 2019
974 views
Number of real solutions of the equation $x^7 + 2x^5 + 3x^3 + 4x = 2018$ is$1$$3$$5$$7$
2 votes
2 votes
1 answer
2
akash.dinkar12 asked May 11, 2019
729 views
The sum of the infinite series $1+\frac{2}{3}+\frac{6}{3^2}+\frac{10}{3^3}+\frac{14}{3^4}+\dots $ is$2$$3$$4$$6$
0 votes
0 votes
1 answer
3
akash.dinkar12 asked May 11, 2019
697 views
The $x$-axis divides the circle $x^2 + y^2 − 6x − 4y + 5 = 0$ into two parts. The area of the smaller part is$2\pi-1$$2(\pi-1)$$2\pi-3$$2(\pi-2)$
0 votes
0 votes
1 answer
4
akash.dinkar12 asked May 11, 2019
754 views
The angle between the tangents drawn from the point $(1, 4)$ to the parabola $y^2 = 4x$ is$\pi /2$$\pi /3$$\pi /4$$\pi /6$