Problem:
How many positive integer divisors of 20042004 are divisible by exactly 2004 positive integers?
Solution:
A positive integer N is a divisor of 20042004 if and only if N=2i3j167k with 0β€iβ€4008,0β€jβ€2004, and 0β€kβ€2004. Such a number has exactly 2004 positive integer divisors if and only if (i+1)(j+1)(k+1)=2004. Thus the number of values of N meeting the required conditions is equal to the number of ordered triples of positive integers whose product is 2004 . Each of the unordered triples {1002,2,1},{668,3,1},{501,4,1},{334,6,1},{334,3,2},{167,12,1}, {167,6,2}, and {167,4,3} can be ordered in 6 possible ways, and the triples {2004,1,1} and {501,2,2} can each be ordered in 3 possible ways, so the total is 8β
6+2β
3=54β.
OR
Begin as above. Then, to find the number of ordered triples of positive integers whose product is 2004 , represent the triples as (2a1ββ
3b1ββ
167c1β,2a2ββ
3b2ββ
167c2β,2a3β. 3b3ββ
167c3β), where a1β+a2β+a3β=2,b1β+b2β+b3β=1, and c1β+c2β+c3β=1, and the aiβ 's, biβ 's, and ciβ 's are nonnegative integers. The number of solutions of a1β+a2β+a3β=2 is (24β) because each solution corresponds to an arrangement of two objects and two dividers. Similarly, the number of solutions of both b1β+b2β+b3β=1 and c1β+c2β+c3β=1 is (13β), so the total number of triples is (24β)(13β)(13β)=6β
3β
3=54β.
The problems on this page are the property of the MAA's American Mathematics Competitions