AMC 10 · 2020 · #4

Grade 8 geometry-2d
angle-sum-triangleprime-numbersprimality-test guess-and-checksystematic-enumeration ↑ Prerequisites: prime-numbersangle-sum-triangle
📏 Short solution 💡 2 insights
Problem
A right triangle has two acute angles whose degree measures are both prime, with one larger than the other. Find the smallest value the smaller angle can take.

Pick an answer.

(A)
2
(B)
3
(C)
5
(D)
7
(E)
11
How to solve
Strategy Eliminate Possibilities

Tool #3 (Eliminate Possibilities): only five candidate values for b are offered. Test each in order from smallest, check whether 90 - b is also prime — first success wins. Tool #6 (Guess and Check): we test smallest first because we want the minimum. Tool #16 (Change Focus): switching the question "is b prime?" into the easier question "is 90 - b prime?" lets each candidate be settled with one quick primality check.

1STEP 1

Write the angle sum

The two acute angles add to ninety.

a + b = 90
2STEP 2

Test the smallest prime

Its partner is composite, so it fails.

b = 2 → a = 88 (composite) ✗
3STEP 3

Test the next prime

Again the partner is composite.

b = 3 → a = 87 = 3 · 29 ✗
4STEP 4

Test the one after

It still fails.

b = 5 → a = 85 = 5 · 17 ✗
5STEP 5

Find the one that works

The first with a prime partner is 7.

b = 7 → a = 83 prime ✓ → (D)
Answer
7
83 + 7 = 90 confirms the angle sum, both are prime, and 83 > 7. We rejected b = 2, 3, 5 because each produced a composite a, so 7 is indeed the smallest.
💡Key takeaway

This AMC 12 problem only needs Grade 8 “triangle angles add to 180°” plus a quick prime check you already know — try b = 2, 3, 5, 7 in order and b = 7 is the first that pairs with a prime (83).