AMC 10 · 2021 · #1

Grade 6 arithmetic
order-of-operationsperfect-squaresfactorsmental-arithmetic identify-subproblemseasier-related-problem ↑ Prerequisites: order-of-operations
📏 Short solution 💡 2 insights
Problem
Work out the exact value of the number you get by subtracting 2021 from 2112, squaring the result, and dividing by 169, then match it to one of the five answer choices.

Pick an answer.

(A)
7
(B)
21
(C)
49
(D)
64
(E)
91
How to solve
Strategy Organize Information in More Ways

The direct route is to square the difference and then long-divide by 169, which is slow and error-prone by hand. Tool #15 (Organize Information in More Ways) says to look at 169 and at the difference as products rather than as lone numbers, because 169 is a familiar perfect square. Tool #7 (Identify Subproblems) splits the expression into its three stacked operations so the parentheses get handled first, and Tool #9 (Solve an Easier Related Problem) trades one four-digit division for two small ones once the shared factor is visible.

1STEP 1

Do the parentheses first

Do the parentheses first.

((2112-2021)²)/169 = 91²/169
2STEP 2

See 169 and 91 as products

Both numbers share thirteen.

169 = 13 × 13, 91 = 7 × 13
3STEP 3

Split one hard division into two easy ones

Split the division into two.

91²/169 = (91 × 91)/(13 × 13) = 91/13 × 91/13 = 7 × 7
4STEP 4

Multiply the leftovers

Multiplying the leftovers gives 49.

7 × 7 = 7² = 49
Answer
49
Check the slick route against the brute-force one. 91² = 8281, and 169 × 49 = 169 × 50 - 169 = 8450 - 169 = 8281, so 8281/169 really is 49. The size is sensible too: the fraction equals (91/13)² = 7², so the answer has to be a small perfect square. That rules out 7, 21, and 91 at a glance, and 64 = 8² would need the difference to be 8 × 13 = 104 rather than 91.
💡Key takeaway

Before multiplying big numbers out, hunt for a shared factor: 169 = 13 × 13 and 91 = 7 × 13, so the whole fraction collapses into 7 × 7.

  • Do the parentheses first
  • See 169 and 91 as products
  • Split one hard division into two easy ones
  • Multiply the leftovers