AMC 10 · 2018 · #1

Grade 8 arithmetic
fraction-arithmeticorder-of-operationsexponents identify-subproblemspattern-recognition ↑ Prerequisites: fraction-arithmeticorder-of-operations
📏 Medium solution 💡 1 insight
Problem
Evaluate the nested expression (((2+1)⁻¹+1)⁻¹+1)⁻¹+1, where the ⁻¹ exponent means 'take the reciprocal.' Work from the innermost parentheses outward and match the result to one of the five answer choices.

Pick an answer.

(A)
$\frac58$
(B)
$\frac{11}7$
(C)
$\frac85$
(D)
$\frac{18}{11}$
(E)
$\frac{15}8$

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

How to solve
Strategy Identify Subproblems

Tool #7 (Identify Subproblems): the expression is three identical nested blocks of the form 'reciprocal, then +1.' Evaluate the innermost block to a single fraction, then feed that fraction into the next block, and again into the last block. Tool #5 (Look for a Pattern) keeps each layer mechanical — flip the fraction, add one. Tool #3 (Eliminate Possibilities) matches the final fraction to the five choices.

1STEP 1

Decode the notation

The ⁻¹ exponent means reciprocal: x⁻¹=1x\frac{1}{x}, and a fraction flips, (ab\frac{a}{b})⁻¹=ba\frac{b}{a}. Every layer takes a reciprocal, then adds 1.

x⁻¹ = 1x\frac{1}{x}, (ab\frac{a}{b})⁻¹ = ba\frac{b}{a}
2STEP 2

Innermost block

Deepest parentheses first: 2+1=3, so 3⁻¹=13\frac{1}{3}, then 13\frac{1}{3}+1=43\frac{4}{3}.

(2+1)⁻¹+1 = 3⁻¹+1 = 13\frac{1}{3} + 1 = 43\frac{4}{3}
3STEP 3

Middle block

Apply the block to 43\frac{4}{3}: flip to (43\frac{4}{3})⁻¹=34\frac{3}{4}, then 34\frac{3}{4}+1=74\frac{7}{4}.

(43\frac{4}{3})⁻¹+1 = 34\frac{3}{4} + 1 = 74\frac{7}{4}
4STEP 4

Outer block

Apply it once more to 74\frac{7}{4}: flip to (74\frac{7}{4})⁻¹=47\frac{4}{7}, then 47\frac{4}{7}+1=117\frac{11}{7}.

(74\frac{7}{4})⁻¹+1 = 47\frac{4}{7} + 1 = 117\frac{11}{7}
5STEP 5

Match the choice

The whole expression equals 117\frac{11}{7}, which is choice (B).

(((2+1)⁻¹+1)⁻¹+1)⁻¹+1 = 117\frac{11}{7} → (B)
Answer
117\frac{11}{7}
The value should be a little more than 1, since the final step adds 1 to a positive reciprocal 47\frac{4}{7} that is less than 1. Indeed 117\frac{11}{7} ≈ 1.57, which lands between the smallest choice 58\frac{5}{8} = 0.625 and the largest 158\frac{15}{8} = 1.875. The denominator 7 also makes sense: the second-to-last value was 74\frac{7}{4}, and flipping it put the 7 on the bottom.
💡Key takeaway

A -1 exponent just flips a number over, so peel the nested parentheses one layer at a time — flip, add one, repeat: 13\frac{1}{3}+1=43\frac{4}{3}, then 34\frac{3}{4}+1=74\frac{7}{4}, then 47\frac{4}{7}+1=117\frac{11}{7}, which is (B).

  • Decode the notation
  • Innermost block
  • Middle block
  • Outer block
  • Match the choice