Finding the number of trailing zeros in a structured product sequence
Question
How many consecutive zeros are there at the end of the integer obtained in the product 1^2 × 2^4 × 3^6 × 4^8 × ... × 25^50?
Options
50
55
100
200
Explanation
The number of trailing zeros in a product is determined by the exponent of 10 in its prime factorization, which equals \min(\Sigma powers of 2, \Sigma powers of 5). In any sequential sequence, factors of 5 are scarcer than 2, so the limiting factor is the count of prime factor 5.
Isolate the terms containing a base multiple of 5:
Let's check the terms: 1² \rightarrow power is 2 × 1 2^4 \rightarrow power is 2 × 2 3^6 \rightarrow power is 2 × 3 So term base x has exponent 2x.
Let's list the relevant terms:
Summing all available factors of 5: Total = 10 + 20 + 30 + 40 + 100 = 200.
Answer: (d).
Question details
Year
2024
Paper
CSAT
Question
Q9
Section
Numerical Ability
Sub-topic
Number System (Trailing Zeros)
Type
Factual single
Difficulty
Hard
Source hint
Consecutive zeros at the end of product 1^2 x 2^4 x 3^6 ... x 25^50
See all questions on Number System (Trailing Zeros)
Browse every tagged question across all years