Difference between revisions of "2004 AIME II Problems/Problem 8"
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
− | How many positive integer | + | How many [[positive integer]] [[divisor]]s of <math> 2004^{2004} </math> are [[divisibility | divisible]] by exactly 2004 positive integers? |
== Solution == | == Solution == | ||
The [[prime factorization]] of 2004 is <math>2^2\cdot 3\cdot 167</math>. Thus the prime factorization of <math>2004^{2004}</math> is <math>2^{4008}\cdot 3^{2004}\cdot 167^{2004}</math>. | The [[prime factorization]] of 2004 is <math>2^2\cdot 3\cdot 167</math>. Thus the prime factorization of <math>2004^{2004}</math> is <math>2^{4008}\cdot 3^{2004}\cdot 167^{2004}</math>. | ||
− | We can [[divisor function | count the number of divisors]] of a number by multiplying together one more than each of | + | We can [[divisor function | count the number of divisors]] of a number by multiplying together one more than each of the [[exponent]]s of the prime factors in its prime factorization. For example, the number of divisors of <math>2004=2^2\cdot 3^1\cdot 167^1</math> is <math>(2+1)(1+1)(1+1)=12</math>. |
A positive integer divisor of <math>2004^{2004}</math> will be of the form <math>2^a\cdot 3^b\cdot 167^c</math>. Thus we need to find how many <math>(a,b,c)</math> satisfy | A positive integer divisor of <math>2004^{2004}</math> will be of the form <math>2^a\cdot 3^b\cdot 167^c</math>. Thus we need to find how many <math>(a,b,c)</math> satisfy | ||
Line 14: | Line 14: | ||
== See also == | == See also == | ||
+ | * [[2004 AIME II Problems/Problem 7 | Previous problem]] | ||
+ | * [[2004 AIME II Problems/Problem 9 | Next problem]] | ||
* [[2004 AIME II Problems]] | * [[2004 AIME II Problems]] | ||
[[Category:Intermediate Number Theory Problems]] | [[Category:Intermediate Number Theory Problems]] | ||
[[Category:Intermediate Combinatorics Problems]] | [[Category:Intermediate Combinatorics Problems]] |
Revision as of 09:50, 15 October 2006
Problem
How many positive integer divisors of are divisible by exactly 2004 positive integers?
Solution
The prime factorization of 2004 is . Thus the prime factorization of is .
We can count the number of divisors of a number by multiplying together one more than each of the exponents of the prime factors in its prime factorization. For example, the number of divisors of is .
A positive integer divisor of will be of the form . Thus we need to find how many satisfy
We can think of this as partitioning the exponents to and . So let's partition the 2's first. There are two 2's so this is equivalent to partitioning two items in three containers. We can do this in ways. We can partition the 3 in three ways and likewise we can partition the 167 in one way. So we have as our answer.