AMC 10 · 2002 · #6
Grade 6 number-theoryPick an answer.
AMC 10 2002 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Plugging in numbers forever cannot prove a count of 'none,' 'one,' or 'infinitely many,' so raw checking is not enough by itself. Tool #7 (Identify Subproblems) supplies the key: the quadratic factors as (n-1)(n-2), which turns 'is this prime?' into a question about a product of two integers. A prime can only be a product of two whole numbers when one of them is 1, so the search collapses to a handful of cases. Tool #6 (Guess and Check) then tests just those few n values, and Tool #3 (Eliminate Possibilities) reads the final count off against the five choices.
Factor the expression
Two numbers multiplying to 2 and adding to -3 are -1 and -2, so n² - 3n + 2 factors as (n-1)(n-2).
Rewriting the quadratic as a product turns a hard 'is it prime?' question into a question about its two factors.
6.EE.A.3Identify SubproblemsAsk what makes a product prime
A prime splits only as 1 times itself, so the smaller factor n-2 must equal 1; if both factors pass 1 the product is composite.
A prime cannot be split into two factors that are both bigger than one, so one factor is pinned to 1.
A prime cannot be split into two factors both bigger than one, so one factor is pinned to one.
▸ Why?
Every number has exactly one prime recipe, so a prime's only factors are one and itself.
▸ Why?
Divisors come in pairs that multiply back to the number, so naming one factor names the other.
Check the small cases
n = 1 and n = 2 both give 0, but n = 3 gives 2 · 1 = 2, a prime — exactly the case n-2 = 1.
The only place a factor can equal 1 for a positive n is n=3, and it gives the prime 2.
6.EE.A.2Guess And CheckRule out every larger n and count
For n ≥ 4 both factors are at least 2, so the product is composite; only n = 3 works — choice (B).
Once both factors pass 1, the product always splits further, so no large n can ever be prime.
4.OA.B.4Eliminate PossibilitiesFactor it into (n-1)(n-2): a product is prime only when one piece is 1, and that happens for just one positive n, namely n=3, giving the prime 2.
- Factor the expression
- Ask what makes a product prime
- Check the small cases
- Rule out every larger n and count