feruz77 wrote:
Find the number of trailing zeros in the product of (1^1)*(5^5)*(10^10)*(15^15) *(20^20)*(25^25)………. *(50^50).
A) 10^150
B) 10^200
C) 10^250
D) 10^245
E) 10^225
Can someone help me how to solve this question? I think there must be more than one solution method.
We have a trailing zero when we multiplying 2 by 5. Now, in the product: (1^1)*(5^5)*(10^10)*(15^15) *(20^20)*(25^25)*...*(50^50) there will be obviously more 5-s than 2-s so the # of 2-s will be limiting factor for the # of trailing zeros.
So we should count # of 2-s for even bases, basically we should factor out 2-s:
10^{10}*20^{20}*30^{30}*40^{40}*50^{50}==2^{10}*(2^2)^{20}*(2)^{30}*(2^3)^{40}*2^{50}*(something)=2^{10+40+30+120+50}*(something)=2^{250}*(something).
So there will be 250 trailing zeros in the above product as there are at least as many 5-s as 2-s.
Answer: C.
Theory on this topic:
everything-about-factorials-on-the-gmat-85592.htmlI think the number of trailing zeroes in the solution should be 250 and not 10^250. 10^250 will be a factor of the product but the stem requires us to calculate the number of trailing zeroes which would be 250 as per the solution provided by you. Please explain what am I missing here