Problem:
Let P be the product of the first 100 positive odd integers. Find the largest integer k such that P is divisible by 3k.
Solution:
Of the first 100 positive odd integers, 1,3,5,β¦,199,
33 of them, namely 3,9,15,β¦,195=3(2β
33β1), are divisible by 3;
11 of them, namely 9,27,45,β¦,189=9(2β
11β1), are divisible by 9;
4 of them, namely 27,81,135,189=27(2β
4β1), are divisible by 27; and
1 of them, namely 81, is divisible by 81.Therefore k=33+11+4+1=49
OR
Note that
P=2β
4β
β―β
200200!β=2100β
100!200!β
The number of factors of 3 in the numerator is
β200/3β+β200/32β+β200/33β+β200/34β=66+22+7+2=97,
and the number of factors of 3 in the denominator is
β100/3β+β100/32β+β100/33β+β100/34β=33+11+3+1=48.
Therefore k=97β48=49β.
The problems on this page are the property of the MAA's American Mathematics Competitions