Question:

How many zeros would be there in \(1024!\)

Show Hint

Count the trailing zeros using the highest power of 5 dividing 1024 factorial, since factors of 2 are always more plentiful.
Updated On: Jul 30, 2026
  • 240
  • 248
  • 256
  • 253
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Approach Solution - 1

To find the number of zeros at the end of \(1024!\), we need to determine the number of times 10 is a factor in \(1024!\). A factor of 10 is composed of a factor of 2 and a factor of 5. Since there are always more factors of 2 than factors of 5 in any factorial, we only need to count the number of times 5 is a factor in \(1024!\).

The formula to calculate the number of trailing zeros in a factorial is given by:

\(\text{Number of zeros} = \left\lfloor \frac{n}{5} \right\rfloor + \left\lfloor \frac{n}{25} \right\rfloor + \left\lfloor \frac{n}{125} \right\rfloor + \left\lfloor \frac{n}{625} \right\rfloor + \cdots\)

In this case, \(n = 1024\). Let's calculate each term individually:

  • \(\left\lfloor \frac{1024}{5} \right\rfloor = \left\lfloor 204.8 \right\rfloor = 204\) 
  • \(\left\lfloor \frac{1024}{25} \right\rfloor = \left\lfloor 40.96 \right\rfloor = 40\)
  • \(\left\lfloor \frac{1024}{125} \right\rfloor = \left\lfloor 8.192 \right\rfloor = 8\)
  • \(\left\lfloor \frac{1024}{625} \right\rfloor = \left\lfloor 1.6384 \right\rfloor = 1\)
  • Higher powers of 5 (3125, 15625,...) are not relevant here as they exceed 1024.

Therefore, the total number of trailing zeros in \(1024!\) is:

\(204 + 40 + 8 + 1 = 253\)

Thus, the correct answer is 253, which matches the provided answer.

Was this answer helpful?
0
0
Show Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Step 1: Recall why factorials end in zeros.
A trailing zero comes from a factor of 10, which is \(2 \times 5\). In any factorial there are always many more factors of 2 than factors of 5, so the number of trailing zeros in \(n!\) equals the highest power of 5 that divides \(n!\).

Step 2: Use the standard formula for the highest power of 5.
Highest power of 5 in \(1024!\) \(= \left\lfloor \frac{1024}{5} \right\rfloor + \left\lfloor \frac{1024}{25} \right\rfloor + \left\lfloor \frac{1024}{125} \right\rfloor + \left\lfloor \frac{1024}{625} \right\rfloor\), where \(\lfloor \cdot \rfloor\) means take only the integer part and drop the decimal part.

Step 3: Work out each term.
\(\left\lfloor \frac{1024}{5} \right\rfloor = 204\), \(\left\lfloor \frac{1024}{25} \right\rfloor = 40\), \(\left\lfloor \frac{1024}{125} \right\rfloor = 8\), \(\left\lfloor \frac{1024}{625} \right\rfloor = 1\). The next power, \(5^5 = 3125\), is bigger than 1024, so we stop here.

Step 4: Add up the terms.
Total \(= 204 + 40 + 8 + 1 = 253\).

Final Answer:
\(1024!\) has 253 trailing zeros. \[ \boxed{253} \]
Was this answer helpful?
0
0