Difference between revisions of "2005 AIME I Problems/Problem 3"

(A solution to an AIME problem.)
(Typesetting : don't put math tags around dollar signs; dollar sign=math tag. Also, you have to do {n \choose k} on the wiki instead of \binom{n}{k})
Line 3: Line 3:
  
 
== Solution ==
 
== Solution ==
Having three proper divisors means that there are 4 regular divisors. So the number can be written as <math><math>p_{1}p_{2}</math></math> where <math><math>p_{1}</math></math> and <math><math>p_{2}</math></math> are primes. The primes under fifty are 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, and 47. There are 15 of them. So there are <math><math>\binom{15}{2}=105</math></math> numbers.
+
Having three proper divisors means that there are 4 regular divisors. So the number can be written as <math>\displaystyle p_{1}p_{2}</math> where <math>\displaystyle p_{1}</math> and <math>\displaystyle p_{2}</math> are primes. The primes under fifty are 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, and 47. There are 15 of them. So there are <math> {15 \choose 2} =105</math> such numbers.
  
 
== See also ==
 
== See also ==
 
* [[2005 AIME I Problems]]
 
* [[2005 AIME I Problems]]

Revision as of 15:04, 29 October 2006

Problem

How many positive integers have exactly three proper divisors, each of which is less than 50?

Solution

Having three proper divisors means that there are 4 regular divisors. So the number can be written as $\displaystyle p_{1}p_{2}$ where $\displaystyle p_{1}$ and $\displaystyle p_{2}$ are primes. The primes under fifty are 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, and 47. There are 15 of them. So there are ${15 \choose 2} =105$ such numbers.

See also