2006 CEMC Pascal Problems/Problem 3
Revision as of 21:05, 5 July 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== How many positive whole numbers, including <math>1</math> and <math>18</math>, divide exactly into <math>18</math>? <math> \text{ (A) }\ 3 \qquad\text{ (B) }\ 4 \...")
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