AMC 10 · 2002 · #13

Grade 9 algebra
absolute-valuequadratic-equationsfraction-arithmetic casework ↑ Prerequisites: absolute-valuequadratic-equations
📏 Medium solution 💡 2 insights
Problem
Two different positive numbers a and b each have the same property: the number and its own reciprocal are exactly 1 apart. Find the value of a + b.

Pick an answer.

(A)
1
(B)
2
(C)
$\sqrt 5$
(D)
$\sqrt 6$
(E)
3
How to solve
Strategy Convert to Algebra

The property "differs from its reciprocal by 1" is a sentence about a single number, so tool #4 (Introduce a Variable) lets one letter x stand for either of a and b, and tool #13 (Convert to Algebra) turns the property into an equation. The one thing that must not be rushed is the word "differs": it hides an absolute value, so the honest translation is two equations, not one. Solving only x - 1/x = 1 would produce a single positive number and leave the problem with no second number at all. Tool #3 (Eliminate Possibilities) then does the filtering the problem asks for — four roots come out of the algebra and the word "positive" keeps exactly two. Tool #15 (Organize Information in More Ways) supplies the shorter second route used in the review.

1STEP 1

Write the property as one condition

A gap of 1 means a distance, so both orders count: x - 1/x = 1 or 1/x - x = 1.

| x - 1/x | = 1 ⇔ x - 1/x = 1 or 1/x - x = 1
2STEP 2

Clear the reciprocal

Multiplying each through by x clears the reciprocal, giving x²-x-1 = 0 and x²+x-1 = 0.

x² - x - 1 = 0 or x² + x - 1 = 0
3STEP 3

Keep only the positive roots

Discarding the negative roots leaves the two positives (1+√5)/2 and (-1+√5)/2.

x = (1 ± √(5))/2 or x = (-1 ± √(5))/2; positive roots: (1 + √(5))/2, (-1 + √(5))/2
4STEP 4

Add the two numbers

Adding cancels the constants: 2√5/2 = √5, choice (C).

a + b = (1 + √(5))/2 + (-1 + √(5))/2 = 2√(5)/2 = √(5)
Answer
√5
Test both numbers against the original wording. For a = (1 + √(5))/2 ≈ 1.618, the reciprocal is about 0.618 and 1.618 - 0.618 = 1. For b = (-1 + √(5))/2 ≈ 0.618, the reciprocal is about 1.618 and 1.618 - 0.618 = 1. Both are positive, they are different, and each differs from its reciprocal by 1 — every condition holds. Their sum is about 2.236, and √(5) ≈ 2.236 while √(6) ≈ 2.449, so the decimal check separates (C) from the nearest competing choice rather than merely being consistent with it.
💡Key takeaway

"Differs by" hides an absolute value, so cover both directions — then let the word "positive" throw away the roots the problem never wanted.

  • Write the property as one condition
  • Clear the reciprocal
  • Keep only the positive roots
  • Add the two numbers