2006 CEMC Pascal Problems/Problem 3
Problem
How many positive whole numbers, including and
, divide exactly into
?
Solution 1
The numbers that divide exactly into are just the factors of
. This means that we can use the prime factorization of
to find how many factors of
there are.
, and we can have
appear once or zero times in each factor (
possibilities), and we can have
appear
to
times (
possibilities).
This means that the number of factors of is
~anabel.disher
Solution 2
Since there aren't that many factors of , we can simply list all of the factors:
There are factors.
~anabel.disher