AMC 10 · 2002 · #3
Grade 6 number-theoryPick an answer.
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
The quadratic is a product in disguise: (n-1)(n-2), checked by expanding.
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 product forces the smaller factor to be 1, so n-2 = 1.
A prime cannot be split into two factors that are both bigger than one, so one factor is pinned to 1.
A product can only be prime when one of its factors is 1, so that factor is pinned down.
▸ Why?
A prime has no divisors between 1 and itself, so it cannot be split into two factors both above 1.
▸ Why?
Every value making both factors exceed 1 is ruled out at once, leaving only the handful worth testing.
Check the small cases
Testing small values, n=1 and n=2 give 0, while n=3 gives 2, which is prime.
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 at least 4 both factors exceed 1, so the product is composite — exactly one value 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