rafi
If N is the product of all multiples of 3 between 1 and 100, what is the greatest integer m for which \(\frac{N}{10^m}\) is an integer?
A. 3
B. 6
C. 7
D. 8
E. 10
We can rewrite our question as:
What is the greatest integer m for which N/(2^m x 5^m) is an integer? So, in order for 10^m to divide into N, we need m factors of 2 and m factors of 5. Since we know there are fewer factors of 5s than 2s within the multiples of 3 between 1 and 100, let’s determine the number of factors of 5s within the multiples of 3 between 1 and 100.
3 x 5 = 15 (1 factor of 5)
3 x 10 = 30 (1 factor of 5)
3 x 15 = 45 (1 factor of 5)
3 x 20 = 60 (1 factor of 5)
3 x 25 = 75 (2 factors of 5)
3 x 30 = 90 (1 factor of 5)
Thus, there are 7 factors of 5 within the multiples of 3 between 1 and 100, and thus the maximum value of m is 7.
Answer: C