AMC 8 · 2003 · #2

Grade 4 number-theory
prime-numbersprime-factorizationparitydivisibility-rules systematic-enumerationcasework ↑ Prerequisites: primality-testmultiples
📏 Short solution 💡 2 insights
📘 View easy version →
Problem
From the five numbers 55, 57, 58, 59, 61, find the one whose smallest prime factor is the smallest. In other words, look at each number's smallest prime divisor and pick whichever number has the smallest such divisor.

Pick an answer.

(A)
55
(B)
57
(C)
58
(D)
59
(E)
61

AMC 8 2003 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Eliminate Possibilities

This is a multiple-choice problem with only five candidates, so Tool #3 (Eliminate Possibilities) is the natural fit: test each choice against the smallest primes in order. Tool #5 (Look for a Pattern) sharpens the test — the smallest prime is 2, and the pattern "divisible by 2 = even" lets us scan the list at a glance. If any candidate is even, it must be the winner, because no number can have a prime factor below 2.

1STEP 1

List the primes in order: the smallest one any number can have is 2, then 3, then 5 — so begin the hunt at the bottom, with 2.

Primes in order: 2, 3, 5, 7, 11, …
2STEP 2

A number is divisible by 2 exactly when it is even, so scan the ones digits (5, 7, 8, 9, 1): only 58 ends in an even digit.

55, 57, 59, 61 are odd; 58 is even
3STEP 3

58 is even, so its smallest prime factor is 2; the other four are odd (smallest prime at least 3), and nothing beats 2 — so (C).

58 = 2 × 29 → smallest prime factor of 58 = 2 → (C)
Answer
58
Confirm by finding the smallest prime factor of each candidate. 55 = 5 × 11, smallest prime 5. 57 = 3 × 19, smallest prime 3. 58 = 2 × 29, smallest prime 2. 59 is prime, smallest prime 59. 61 is prime, smallest prime 61. The smallest of {5, 3, 2, 59, 61} is 2, achieved by 58. The answer (C) holds.
💡Key takeaway

The smallest prime is 2, so on a "smallest prime factor" question, first ask: is any choice even? If yes, that choice wins immediately — here 58 is the only even number, so the answer is (C).