AMC 10 · 2020 · #9

Grade 6 algebra
perfect-squaresbound-inequality-then-enumerateparity identify-subproblemsbound-inequality-then-enumeratecasework ↑ Prerequisites: perfect-squaresexponents
📏 Medium solution 💡 2 insights
Problem
Find the number of ordered pairs of integers (x, y) satisfying x²⁰²⁰ + y² = 2y.

Pick an answer.

(A)
1
(B)
2
(C)
3
(D)
4
(E)
infinitely many

AMC 10 2020 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Identify Subproblems

Tool #7 reshapes the equation by completing the square: x²⁰²⁰ + (y-1)² = 1 — now both terms are nonnegative integers summing to 1. Tool #9 (easier) replaces the scary x²⁰²⁰ with the simpler observation "it's 0 when x = 0 and at least 1 otherwise (and exactly 1 only when x = ± 1)". Tool #2 then lists the two cases that achieve the sum 1. Tool #3 confirms against the choices.

1STEP 1

Move the 2y to the left and complete the square on the y-terms.

x²⁰²⁰ + y² - 2y = 0 → x²⁰²⁰ + (y - 1)² = 1
2STEP 2

Both terms are nonnegative integers, and two of them adding to 1 forces one to be 0 and the other 1 — just two cases.

{x²⁰²⁰, (y-1)²} = {0, 1}
3STEP 3

Scenario 1 — x²⁰²⁰ = 0 forces x = 0, and (y-1)² = 1 gives y = 0 or 2: pairs (0, 0) and (0, 2).

x = 0, y ∈ {0, 2} → (0, 0), (0, 2)
4STEP 4

Scenario 2 — x²⁰²⁰ = 1 forces x = ± 1 (even power), and (y-1)² = 0 gives y = 1: pairs (1, 1) and (-1, 1).

x ∈ {-1, 1}, y = 1 → (1, 1), (-1, 1)
5STEP 5

Different y-values make the two branches disjoint, so add them: 2 + 2 gives four pairs in all.

2 + 2 = 4
6STEP 6

The count 4 matches choice (D).

4 → (D)
Answer
4
Verify each of the 4 pairs satisfies the original x²⁰²⁰ + y² = 2y: (0, 0): 0 + 0 = 0 = 2 · 0 ✓; (0, 2): 0 + 4 = 4 = 2 · 2 ✓; (1, 1): 1 + 1 = 2 = 2 · 1 ✓; (-1, 1): 1 + 1 = 2 = 2 · 1 ✓. Also confirm no others: any |x| ≥ 2 makes x²⁰²⁰ ≥ 2²⁰²⁰, vastly larger than 1, so (y-1)² would have to be negative — impossible. Choice (E) infinitely many is ruled out.
💡Key takeaway

This AMC 10 problem only needs Grade 6 expression rewriting you already know — complete the square to get x²⁰²⁰ + (y-1)² = 1, then notice two nonnegative whole numbers add to 1 only as 0 + 1 or 1 + 0. That gives (0, 0), (0, 2), (1, 1), (-1, 1) — 4 pairs.