🇺🇸 AMC 8 ⇄ switch contest
2019 AMC 8

Problem 20

Problem 20 · 2019 AMC 8 Medium
Algebra & Patterns square-root-both-sidescasework

How many different real numbers x satisfy the equation

(x2 − 5)2 = 16 ?
Show answer
Answer: D — 4 real numbers.
Show hints
Hint 1 of 2
The question asks how many solutions — so peel the equation one square at a time. Something squared equals 16 means that something is +4 or −4. Don't lose the negative branch.
Still stuck? Show hint 2 →
Hint 2 of 2
Each branch leaves x2 = (a positive number), and a positive x2 always gives two values of x. Count the branches that stay positive.
Show solution
Approach: undo each square, keeping both signs
  1. (x2 − 5)2 = 16 means x2 − 5 = +4 or −4 — both, since either squares to 16.
  2. Branch +4: x2 = 9 ⇒ x = ±3 (two reals).
  3. Branch −4: x2 = 1 ⇒ x = ±1 (two more).
  4. Both branches gave a positive x2, so each yields 2 real roots: 4 total.
  5. Why this transfers: each square you undo can double the solution count — but only when the inside is positive (a negative x2 would give zero real roots). Track the ± at every layer.
Another way — difference of squares:
  1. Move 16 over: (x2 − 5)2 − 42 = 0, a difference of squares = (x2 − 5 + 4)(x2 − 5 − 4) = 0.
  2. That's (x2 − 1)(x2 − 9) = (x+1)(x−1)(x+3)(x−3) = 0 — four distinct linear factors, so 4 real roots.
Mark: · log in to save