AMC 10 · 2023 · #10

Grade 8 algebra
signed-square-rootabsolute-valuesystems-of-equationsexponents caseworkidentify-subproblems ↑ Prerequisites: exponentssystems-of-equations
📏 Medium solution 💡 2 insights
Problem
Two positive numbers satisfy two conditions: one cubed equals the other squared, and the square of their difference equals four times one of their squares. Find the sum of the two numbers.

Pick an answer.

(A)
12
(B)
18
(C)
24
(D)
36
(E)
42
How to solve
Strategy Eliminate Possibilities

Tool #3 (Eliminate Possibilities) is the primary tool because the whole problem turns on a two-item finite set. Squaring is a two-to-one operation, so undoing it in (y-x)² = 4y² leaves exactly two candidate relations, y-x = 2y and y-x = -2y. Only one of them can coexist with "x and y are positive"; killing the other is the step that makes the answer unique, and skipping it is the trap the problem is built around. Tool #7 (Identify Subproblems) organizes that split: handle each branch as its own small problem, then feed the survivor into the other equation. Tool #9 (Solve an Easier Related Problem) is what makes the second equation worth attacking first — on its own (y-x)² = 4y² is a messy two-variable quadratic, but it collapses to the one-line relation x = 3y, and substituting that into y³ = x² turns a two-equation system into a single equation in y.

1STEP 1

Make both sides squares

Make both sides squares.

(y-x)² = 4y² = (2y)²
2STEP 2

Undo the square: two branches

Undoing gives two branches.

(y-x)² = (2y)² ⟹ y-x = 2y or y-x = -2y
3STEP 3

Branch one contradicts positivity

The first contradicts positivity.

y - x = 2y ⟹ x = -y < 0, contradicting x > 0
4STEP 4

Branch two survives

The second branch survives.

y - x = -2y ⟹ 3y = x, and y > 0 → x = 3y > 0
5STEP 5

Substitute into the cubic

Substitute into the cubic.

y³ = x² = (3y)² = 9y²
6STEP 6

Cancel to find y and x

Cancel to find both values.

y³/y² = 9y²/y² ⟹ y = 9, x = 3(9) = 27
7STEP 7

Check, then add

Checking and adding gives 36.

y³ = 729 = x²; (y-x)² = 324 = 4y²; x+y = 27 + 9 = 36 → (D)
Answer
36
The pair (x, y) = (27, 9) is exact, not approximate: 27² = 729 = 9³ and (9-27)² = 324 = 4 · 9², with both numbers strictly positive. The rejected branch deserves one more look, because it is what the problem is testing. Branch one gives x = -y; feeding that into y³ = x² gives y³ = y², so y = 1 and x = -1. That pair really does satisfy both equations — 1 = 1 and (1-(-1))² = 4 = 4 · 1 — yet x = -1 is not a positive real, so it is correctly thrown out. It would also have produced x + y = 0, which is not among the choices, a second confirmation that the rejection was right. The surviving answer 36 is the only sum obtainable from positive reals. Two distractors show what going wrong looks like: dropping the factor 3 and using x = y would give 9 + 9 = 18, choice (B), and pairing y = 9 with x = 3 instead of x = 27 would give 12, choice (A).
💡Key takeaway

Taking the square root of both sides always leaves two branches, and here the words "positive real numbers" are what throw one of them away — the survivor x = 3y turns y³ = x² into y = 9, so x + y = 27 + 9 = 36.

  • Make both sides squares
  • Undo the square: two branches
  • Branch one contradicts positivity
  • Branch two survives
  • Substitute into the cubic
  • Cancel to find y and x
  • Check, then add