All lessons / Algebra & Patterns

Algebra & Patterns — Turn the story into a letter.

10 chapters Practice problems →
About this topic

Algebra on the AMC 8 is mostly about spotting what's unknown, naming it, writing what you know about it, and solving. Kids freeze at "algebra" problems because they don't trust themselves to name the unknown — but the truth is, naming is the easy part. Once you've written "let x = number of dimes," the equation almost writes itself.

Patterns are the other half. AMC loves sequences (1, 4, 7, 10, …), weird new symbols (custom operations like ★ and ♠), and "find the 100th term" questions. These are not memorization — they have a small toolkit.

This lesson covers nine ideas in order: (1) translating words into equations, (2) handling custom operations, (3) arithmetic and geometric sequences, (4) substitution and systems, (5) sum constraints, (6) finding the cycle, (7) working backward, (8) the difference-of-squares identity, and (9) consecutive integers (including the famous page-number tricks).

CHAPTER 1

Translate the story — name the unknown

THEORY

Algebra word problems are word problems with one extra step: name the unknown. Once you've written "let x = the number of apples," every phrase in the problem becomes a fact you can write using x.

Common translations:

  • "twice as many as" → 2x
  • "5 more than" → x + 5
  • "one less than half of" → x/2 − 1
  • "three times the sum of x and 7" → 3(x + 7)
  • "the difference between A and B" → A − B (order matters!)
  • "product" → multiply. "quotient" → divide.

Practice this until it's reflexive. Most algebra problems get easier once you've written one equation. The trick is having the courage to write the equation before you 'know how' to solve it.

The bar-model approach (a Singapore-style trick) works for problems where one quantity is described in terms of another. Draw a bar for the unknown. Then draw any related quantity as a longer or shorter bar.

Example. Tom has $40 more than Jerry. Together they have $120. How much does each have?

Jerry?Tom?$40$120 total

Cover the gold $40 piece with your finger. What's left is two equal bars summing to $120 − $40 = $80. So each bar = $40 (Jerry). Tom = $40 + $40 = $80.

The bar showed you the equation visually: 2(Jerry) + 40 = 120.

THE TRICK

For two-unknown problems, name them both, then look for the second piece of information in the problem. That's your second equation.

WORKED EXAMPLE
PROBLEM · 1987 #15

The sale ad read: "Buy three tires at the regular price and get the fourth tire for three dollars." Sam paid 240 dollars for a set of four tires at the sale. What was the regular price of one tire?

A) 59.25 dollars B) 60 dollars C) 70 dollars D) 79 dollars E) 80 dollars

Sam bought four tires. The deal: three at the regular price, the fourth for $3. Total paid: $240.

Let p = regular price of one tire. Then 3 tires at price p + 1 tire at $3:

3p + 3 = 2403p = 237p = 79.

The problem looks like it has lots of moving parts, but only one quantity is unknown: the regular price. Name it, write the total, solve. Three minutes becomes thirty seconds.

Answer: D — 79 dollars.
RULE OF THUMB

Always name the unknown before trying to solve. Then translate each sentence into an equation involving the named variable.

MORE LIKE THIS
2015 · #16 In a middle-school mentoring program, a number of the sixth graders are paired with a ninth-grade student as a buddy. No ninth grader is...

In a middle-school mentoring program, a number of the sixth graders are paired with a ninth-grade student as a buddy. No ninth grader is assigned more than one sixth-grade buddy. If 13 of all the ninth graders are paired with 25 of all the sixth graders, what fraction of the total number of sixth and ninth graders have a buddy?

Show answer
Answer: B — 4/11.
Show hints
Hint 1 of 2
Pairs are one-to-one, so the number of paired ninth-graders equals the number of paired sixth-graders. Set that up as one equation and pick a convenient size.
Still stuck? Show hint 2 →
Hint 2 of 2
Let there be 15 ninth-graders. Then 5 of them are paired (one-third). So 5 sixth-graders are paired too, which is two-fifths of all sixth-graders ⇒ 12 sixth-graders total.
Show solution
Approach: pick concrete sizes so the fractions are whole numbers
  1. Pairs are one-to-one, so paired ninth-graders = paired sixth-graders. Pick small numbers that make both fractions whole: ninth = 6, sixth = 5.
  2. Then paired ninth = (1/3)(6) = 2 and paired sixth = (2/5)(5) = 2. ✓
  3. Total students = 6 + 5 = 11. Buddied students = 2 + 2 = 4. Fraction = 4/11.
Another way — algebra:
  1. Let n = ninth-graders, s = sixth-graders. (1/3)n = (2/5)s ⇒ 5n = 6s.
  2. Buddied / total = ((1/3)n + (2/5)s) / (n + s) = (2 · (1/3)n) / (n + s) (since the two numerators are equal).
  3. Using 5n = 6s, ratio simplifies to 4/11.
2017 · #9 All of Marcy's marbles are blue, red, green, or yellow. One third of her marbles are blue, one fourth of them are red, and six of them...

All of Marcy's marbles are blue, red, green, or yellow. One third of her marbles are blue, one fourth of them are red, and six of them are green. What is the smallest number of yellow marbles that Marcy could have?

Show answer
Answer: D — 4 yellow marbles.
Show hints
Hint 1 of 2
The total must be divisible by both 3 and 4 — so by 12. Try 12 first; if it fails, try 24.
Still stuck? Show hint 2 →
Hint 2 of 2
12 total: 4 blue + 3 red + 6 green = 13 > 12. Doesn't work. Try 24.
Show solution
Approach: smallest total divisible by lcm(3, 4)
  1. Total must be a multiple of 12 (so that 1/3 and 1/4 are integers).
  2. Try 12: blue = 4, red = 3, green = 6 ⇒ total already 13 > 12. Doesn't fit.
  3. Try 24: blue = 8, red = 6, green = 6 ⇒ yellow = 24 − 8 − 6 − 6 = 4.
2020 · #8 Ricardo has 2020 coins, some of which are pennies (1-cent coins) and the rest of which are nickels (5-cent coins). He has at least one...

Ricardo has 2020 coins, some of which are pennies (1-cent coins) and the rest of which are nickels (5-cent coins). He has at least one penny and at least one nickel. What is the difference in cents between the greatest possible and least possible amounts of money that Ricardo can have?

Show answer
Answer: C — 8072 cents.
Show hints
Hint 1 of 2
Trade pennies for nickels: each swap adds 4 cents. So the total is a linear function of the nickel count n.
Still stuck? Show hint 2 →
Hint 2 of 2
Total = p + 5n = (p+n) + 4n = 2020 + 4n. With 1 ≤ n ≤ 2019, difference is 4 × (2019 − 1).
Show solution
Approach: rewrite total as 2020 + 4n
  1. Total cents = p + 5n = (p + n) + 4n = 2020 + 4n.
  2. Constraints: p ≥ 1 and n ≥ 1 with p + n = 2020 ⇒ n ∈ [1, 2019].
  3. Maximum vs minimum total: 4(2019) − 4(1) = 4 × 2018 = 8072.
2014 · #7 There are four more girls than boys in Ms. Raub's class of 28 students. What is the ratio of number of girls to the number of boys in her class?

There are four more girls than boys in Ms. Raub's class of 28 students. What is the ratio of number of girls to the number of boys in her class?

Show answer
Answer: B — 4 : 3.
Show hint
Hint 1
Sum is 28 and difference is 4. The larger group is (sum + diff)/2, the smaller is (sum − diff)/2.
Show solution
Approach: sum-and-difference trick
  1. Girls = (28 + 4)/2 = 16, boys = (28 − 4)/2 = 12.
  2. Ratio = 16 : 12 = 4 : 3.
2023 · #9 (figure problem)
amc8-2023-09
Show answer
Answer: B — 8 seconds.
Show hints
Hint 1 of 2
Draw two horizontal lines on the graph at elevations 4 and 7. Read off the time intervals where the curve sits between them.
Still stuck? Show hint 2 →
Hint 2 of 2
There are three such time intervals; add their durations.
Show solution
Approach: read the graph between two horizontal lines
  1. The curve sits between elevations 4 and 7 over three intervals: roughly t = 2 to 4 (2 sec), t = 6 to 10 (4 sec), and t = 12 to 14 (2 sec).
  2. Total: 2 + 4 + 2 = 8 seconds.
2012 · #9 The Fort Worth Zoo has a number of two-legged birds and a number of four-legged mammals. On one visit to the zoo, Margie counted 200...

The Fort Worth Zoo has a number of two-legged birds and a number of four-legged mammals. On one visit to the zoo, Margie counted 200 heads and 522 legs. How many of the animals that Margie counted were two-legged birds?

Show answer
Answer: C — 139 birds.
Show hint
Hint 1
If every animal had 4 legs, you'd see 800 legs. The shortage (800 − 522) comes from the 2-leg birds, each missing 2 legs.
Show solution
Approach: leg-shortage shortcut
  1. If all 200 had 4 legs: 200 · 4 = 800 legs.
  2. Actual: 522 ⇒ shortage = 800 − 522 = 278 legs.
  3. Each bird is short 2 legs ⇒ birds = 278 / 2 = 139.
CHAPTER 2

Custom operations — define and apply

THEORY

Every AMC contest has at least one problem with a strange new symbol — ★, ♦, ♠, △, ◆ — and a definition. Don’t panic. The symbol is just a machine: it eats two inputs and spits out a number using the rule the problem gives you.

3left input4right inputMACHINE: a ★ boutput = a + 2b113 + 2·4output

Put the LEFT number on the left side of the recipe, the RIGHT number on the right side, then compute. That’s it.

HOW TO READ A NEW SYMBOL

  1. Read the definition: a ★ b = (some recipe).
  2. The LEFT of the symbol is a; the RIGHT is b.
  3. Plug into the recipe.
  4. For nested expressions, work inside out — just like parentheses.

Order can matter

Rule3 ★ 44 ★ 3Same?
a ★ b = a + b77YES (commutative)
a ★ b = a + 2b3 + 8 = 114 + 6 = 10NO — order matters!
a ★ b = a · b1212YES (commutative)

If the rule treats a and b differently (one gets squared, one gets multiplied), then swapping inputs changes the answer. Read carefully which is on the left.

Nested operations — work inside out

Compute: (3 ★ 5) ★ 8   where a ★ b = (a + b)/2(3 ★ 5) ★ 84 ★ 8(replaced 3★5 with its value 4)3 ★ 5 = 4inner first4 ★ 8 = 6← final answer
The trap is memory. The symbol ★ means whatever THIS problem says — nothing from any previous problem. Always re-read the definition.
THE TRICK

If the operation is given as a fraction-like formula (such as X ★ Y = X/Y + Y/X), check whether it's symmetric (X ★ Y = Y ★ X). Symmetric operations don't care about input order; non-symmetric ones do.

WORKED EXAMPLE
PROBLEM · 1986 #11

If A ✶ B means (A + B) ⁄ 2, then (3 ✶ 5) ✶ 8 is

A) 6 B) 8 C) 12 D) 16 E) 30

The operation: A ✶ B = (A + B)/2 (this is just the average of the two inputs).

Inner first: 3 ✶ 5 = (3+5)/2 = 4.

Outer: 4 ✶ 8 = (4+8)/2 = 6.

Custom operations almost always nest. Do the innermost one first and substitute its value into the outer expression. Just like parentheses in regular arithmetic.

Answer: A — 6.
RULE OF THUMB

Treat ★ as a function. Look up the definition each time. Apply inside-out for nested expressions.

MORE LIKE THIS
1992 · #6 (figure problem)
ajhsme-1992-06
Show answer
Answer: D — 1.
Show hints
Hint 1 of 2
Each triangle means top + bottom-left − bottom-right.
Still stuck? Show hint 2 →
Hint 2 of 2
Evaluate both triangles, then add.
Show solution
Approach: apply the rule to each triangle
  1. First triangle: 1 + 3 − 4 = 0. Second triangle: 2 + 5 − 6 = 1.
  2. Their sum is 0 + 1 = 1.
2001 · #12 If a ♦ b = a + ba − b, then (6 ♦ 4) ♦ 3 =

If ab = a + bab, then (6 ♦ 4) ♦ 3 =

Show answer
Answer: A — 4.
Show hints
Hint 1 of 2
Work inside the parentheses first, just like any operation.
Still stuck? Show hint 2 →
Hint 2 of 2
Order matters: the bottom is a − b, not b − a.
Show solution
Approach: evaluate the custom operation inside-out
  1. First 6 ♦ 4 = (6 + 4)/(6 − 4) = 10/2 = 5.
  2. Then 5 ♦ 3 = (5 + 3)/(5 − 3) = 8/2 = 4.
1998 · #2 If acbd = a·d − b·c, what is the value of 3142 ?

If acbd = a·d − b·c, what is the value of 3142 ?

Show answer
Answer: E — 2.
Show hints
Hint 1 of 2
Apply the given rule: top-left × bottom-right minus top-right × bottom-left.
Still stuck? Show hint 2 →
Hint 2 of 2
Just plug in 3, 4, 1, 2.
Show solution
Approach: apply the defining rule
  1. The rule gives a·d − b·c = 3·2 − 4·1.
  2. That is 6 − 4 = 2.
2000 · #17 The operation ⊗ is defined for all nonzero numbers by a ⊗ b = a2 / b. Determine [(1 ⊗ 2) ⊗ 3] − [1 ⊗ (2 ⊗ 3)].

The operation ⊗ is defined for all nonzero numbers by ab = a2 / b. Determine [(1 ⊗ 2) ⊗ 3] − [1 ⊗ (2 ⊗ 3)].

Show answer
Answer: A — −2/3.
Show hints
Hint 1 of 2
Compute each bracket separately, innermost operation first.
Still stuck? Show hint 2 →
Hint 2 of 2
The operation isn't associative, so the two brackets won't match.
Show solution
Approach: evaluate each bracket inside-out
  1. 1 ★ 2 = 1²/2 = ½, then (½) ★ 3 = (½)²/3 = 1/12.
  2. 2 ★ 3 = 2²/3 = 4/3, then 1 ★ (4/3) = 1²/(4/3) = 3/4.
  3. Difference = 1/12 − 3/4 = 1/12 − 9/12 = −2/3.
2022 · #2 Consider these two operations:a ◆ b = a2 − b2a ★ b = (a − b)2What is the value of (5 ◆ 3) ★ 6?

Consider these two operations:

ab = a2b2
ab = (ab)2

What is the value of (5 ◆ 3) ★ 6?

Show answer
Answer: D — 100.
Show hint
Hint 1
Work the inside (the ◆) first, then apply the ★ to that result.
Show solution
  1. Inside first: 5 ◆ 3 = 52 − 32 = 25 − 9 = 16.
  2. Now apply ★: 16 ★ 6 = (16 − 6)2 = 102.
  3. = 100.
CHAPTER 3

Arithmetic and geometric sequences

THEORY

A sequence is a list of numbers following a rule. Two AMC favorites:

ARITHMETIC SEQUENCE — add the same each step

Each term is the previous plus a fixed common difference d.

Example: 1, 4, 7, 10, 13, … (d = 3).

nth term: aₙ = a₁ + (n − 1)·d

Sum of first n: Sₙ = n·(a₁ + aₙ)/2 (average × count).

1471013a₁a₂a₃a₄a₅+3+3+3+3

Same step (+3) every time. From a₁ to a₅, the step is taken 4 times, not 5.

GEOMETRIC SEQUENCE — multiply by the same each step

Each term is the previous times a fixed common ratio r.

Example: 2, 6, 18, 54, … (r = 3).

nth term: aₙ = a₁ · rn−1

The off-by-one trap. The first term has zero steps from itself; the 100th term has 99 steps. nth term = start + (n−1) × step. Always check on small cases.

Walkthrough. Find the 50th term of 7, 11, 15, 19, …

  • First term a₁ = 7. Common difference d = 4.
  • a₅₀ = 7 + (50 − 1) × 4 = 7 + 196 = 203.

Verify: a₁ = 7 + 0·4 = 7 ✓.

THE TRICK

Always sanity-check your formula on small n. a₁ using your formula should equal the actual first term. If not, you have an off-by-one.

WORKED EXAMPLE
PROBLEM · 1988 #19

What is the 100th number in the arithmetic sequence: 1, 5, 9, 13, 17, 21, 25, …?

A) 397 B) 399 C) 401 D) 403 E) 405

The sequence 1, 5, 9, 13, … is arithmetic with first term a₁ = 1 and common difference d = 4.

a₁₀₀ = 1 + (100 − 1) × 4 = 1 + 396 = 397.

Check: a₁ = 1 + 0·4 = 1 ✓.

Notice that 99, not 100, is the multiplier. The 100th term is 99 steps past the first. Sketch a₁, a₂, a₃ to count gaps once and you'll never get this wrong.

Answer: A — 397.
RULE OF THUMB

For arithmetic: aₙ = a₁ + (n−1)d. Sum: n(a₁+aₙ)/2. Verify on small cases.

MORE LIKE THIS
2015 · #9 On her first day of work, Janabel sold one widget. On day two, she sold three widgets. On day three, she sold five widgets, and on each...

On her first day of work, Janabel sold one widget. On day two, she sold three widgets. On day three, she sold five widgets, and on each succeeding day, she sold two more widgets than she had sold on the previous day. How many widgets in total had Janabel sold after working 20 days?

Show answer
Answer: D — 400 widgets.
Show hint
Hint 1
The first 20 positive odd numbers: 1, 3, 5, …, 39. The sum of the first n odd numbers is n2.
Show solution
Approach: sum of first n odd numbers = n^2
  1. Day k sales: 2k − 1. Days 1 to 20 sum: 1 + 3 + 5 + … + 39.
  2. Sum of the first n odd numbers is n2.
  3. Total: 202 = 400.
2008 · #12 A ball is dropped from a height of 3 meters. On its first bounce it rises to a height of 2 meters. It keeps falling and bouncing to 23...

A ball is dropped from a height of 3 meters. On its first bounce it rises to a height of 2 meters. It keeps falling and bouncing to 23 of the height it reached in the previous bounce. On which bounce will it rise to a height less than 0.5 meters?

Show answer
Answer: C — 5th bounce.
Show hint
Hint 1
After the nth bounce, height = 3 · (2/3)n. Test small n until it drops below 1/2.
Show solution
Approach: compute heights
  1. After bounce 4: 3 · (2/3)4 = 16/27 ≈ 0.593 (above 0.5).
  2. After bounce 5: 3 · (2/3)5 = 32/81 ≈ 0.395 (below 0.5).
  3. Answer: 5.
2015 · #18 An arithmetic sequence is a sequence in which each term after the first is obtained by adding a constant to the previous term. For...
amc8-2015-18
Show answer
Answer: B — X = 31.
Show hints
Hint 1 of 2
In a 5-term arithmetic sequence the middle (3rd) term equals the average of the 1st and 5th terms.
Still stuck? Show hint 2 →
Hint 2 of 2
Find the middle of the top row (avg of 1 and 25), middle of the bottom row (avg of 17 and 81), then average those two.
Show solution
Approach: middle term = average of endpoints (used twice)
  1. Middle of top row = (1 + 25)/2 = 13.
  2. Middle of bottom row = (17 + 81)/2 = 49.
  3. X is the middle of the middle column, which is the average of those two: (13 + 49)/2 = 31.
2026 · #14 Jami picked three equally spaced integers on the number line. The sum of the first and second is 40, and the sum of the second and third...

Jami picked three equally spaced integers on the number line. The sum of the first and second is 40, and the sum of the second and third is 60. What is the sum of all three numbers?

Show answer
Answer: B — 75.
Show hints
Hint 1 of 2
For equally spaced numbers, the middle one is the average of the other two.
Still stuck? Show hint 2 →
Hint 2 of 2
Add the two given sums and see how many times the middle number appears.
Show solution
Approach: the middle number carries everything
  1. Since the numbers are equally spaced, first + third = 2 × second. Adding the two given sums: 40 + 60 = first + 2·second + third = 4·second, so the middle is 25.
  2. The total is 3 × 25 = 75.
2005 · #12 Big Al the ape ate 100 delicious yellow bananas from May 1 through May 5. Each day he ate six more bananas than on the previous day. How...

Big Al the ape ate 100 delicious yellow bananas from May 1 through May 5. Each day he ate six more bananas than on the previous day. How many delicious bananas did Big Al eat on May 5?

Show answer
Answer: D — 32.
Show hint
Hint 1
Five-term arithmetic sequence with common difference 6. Middle term = average = 100/5 = 20.
Show solution
Approach: middle term is the mean
  1. Mean = 100 / 5 = 20 = May 3.
  2. May 5 = 20 + 2 · 6 = 32.
2020 · #4 Three hexagons of increasing size are shown below. Suppose the dot pattern continues so that each successive hexagon contains one more...
amc8-2020-04
Show answer
Answer: B — 37 dots.
Show hints
Hint 1 of 2
Don't count the next picture — count what each new band adds to the one before it.
Still stuck? Show hint 2 →
Hint 2 of 2
Each new band of a hexagon has 6 more dots than the previous band: 6, 12, 18, … Add the next one to the 19 you already have.
Show solution
Approach: differences are an arithmetic sequence
  1. Each new band adds 6 more dots than the last: bands are 6, 12, 18, 24, …
  2. The 3rd hexagon already has 1 + 6 + 12 = 19 dots.
  3. The next hexagon adds the 18-dot band: 19 + 18 = 37.
★ MINI-QUIZ

Translation, operations, sequences

Three problems on name-the-unknown, custom operations, and arithmetic sequences.

2020 · #20 (figure problem)
amc8-2020-20
Show answer
Answer: B — 24.2 meters.
Show hints
Hint 1 of 2
Tree 2 = 11. Tree 1 and Tree 3 must each be either 22 or 5.5 (not integer) — so both are 22.
Still stuck? Show hint 2 →
Hint 2 of 2
Tree 4 = 22 or 44; Tree 5 = double-or-half of Tree 4. Try cases until the average ends in .2.
Show solution
Approach: force integer heights, then test cases for the .2 ending
  1. Tree 2 = 11. Half of 11 is 5.5 (not integer), so Tree 1 and Tree 3 must each be 22. (Tree 1 = 22, Tree 3 = 22.)
  2. Tree 4 is twice or half of Tree 3 (= 22): so Tree 4 = 44 or 11. Then Tree 5 follows from Tree 4.
  3. Cases: (T4, T5) = (44, 88): avg = 187/5 = 37.4. (44, 22): avg = 121/5 = 24.2. (11, 22): avg = 17.6. (11, 5.5) fails (not integer).
  4. Only one ends in .2: average = 24.2 meters.
2023 · #3 Wind chill estimates how cold it feels in wind, using(wind chill) = (air temperature) − 0.7 × (wind speed),with temperature in °F and...

Wind chill estimates how cold it feels in wind, using

(wind chill) = (air temperature) − 0.7 × (wind speed),

with temperature in °F and wind speed in mph. If the air temperature is 36°F and the wind speed is 18 mph, which is closest to the wind chill?

Show answer
Answer: B — About 23.
Show hint
Hint 1
Just put the numbers into the formula. Do the multiplication first, then subtract.
Show solution
  1. Multiply: 0.7 × 18 = 12.6.
  2. Subtract from the temperature: 36 − 12.6 = 23.4.
  3. The closest answer choice is 23.
2025 · #4 Lucius is counting backward by 7s. His first three numbers are 100, 93, and 86. What is his 10th number?

Lucius is counting backward by 7s. His first three numbers are 100, 93, and 86. What is his 10th number?

Show answer
Answer: B — 37.
Show hints
Hint 1 of 2
From the 1st number to the 10th, how many steps do you actually take?
Still stuck? Show hint 2 →
Hint 2 of 2
From the 1st number to the 10th you take 9 steps of 7. How much do you subtract in total?
Show solution
  1. Each step subtracts 7, and from the 1st to the 10th number is 9 steps.
  2. Total subtracted: 9 × 7 = 63.
  3. 10th number: 100 − 63 = 37.
CHAPTER 4

Substitution and systems — collapse to one unknown

THEORY

Two equations, two unknowns — collapse to ONE unknown using either of these:

Solve: 2x + y = 10  AND  x + y = 6Method 1: SUBSTITUTIONStep 1: solve eq (2) for yx + y = 6⇒ y = 6 − xStep 2: plug into eq (1)2x + (6 − x) = 10x + 6 = 10x = 4Step 3: back-substitutey = 6 − 4 = 2x = 4, y = 2Method 2: ELIMINATIONStep 1: line them up, subtract 2x + y = 10− (x + y = 6) x    = 4(the y’s cancel; the x’s leave x)Step 2: back-substitute into eq (2)4 + y = 6y = 2x = 4, y = 2

WHICH METHOD TO PICK

Use SUBSTITUTION when…Use ELIMINATION when…
One equation is already solved for a variable (or easily can be).Coefficients line up so one variable cancels by adding or subtracting.
E.g., y = x + 2 appears.E.g., both equations have +y, so subtracting kills y.

The sum-and-difference shortcut

When the system is x + y = S and x − y = D:

  • Add them: 2x = S + D, so x = (S + D)/2 — the AVERAGE.
  • Subtract them: 2y = S − D, so y = (S − D)/2 — the half-difference.

Memorize this. AMC uses sum-and-difference constantly.

Always CHECK your solution in BOTH equations. With (x, y) = (4, 2): 2·4 + 2 = 10 ✓ and 4 + 2 = 6 ✓. Both pass — safe.
THE TRICK

For 'sum and difference' problems (x + y = 10, x − y = 2), add to get 2x = 12 (x = 6), subtract to get 2y = 8 (y = 4). Two lines.

WORKED EXAMPLE
PROBLEM · 2024 #12

Rohan keeps a total of 90 guppies in 4 fish tanks.

  • There is 1 more guppy in the 2nd tank than in the 1st tank.
  • There are 2 more guppies in the 3rd tank than in the 2nd tank.
  • There are 3 more guppies in the 4th tank than in the 3rd tank.

How many guppies are in the 4th tank?

A) 20 B) 21 C) 23 D) 24 E) 26

Rohan keeps 90 guppies in 4 tanks with these constraints: the 2nd tank has 1 more guppy than the 1st; the 3rd tank has 2 more than the 2nd; the 4th tank has 3 more than the 3rd.

Let the 1st tank have x guppies. Then 2nd = x+1, 3rd = (x+1)+2 = x+3, 4th = x+6.

Total: x + (x+1) + (x+3) + (x+6) = 4x + 10 = 90 → x = 20.

So the four tanks have 20, 21, 23, 26 guppies. The question asks about the 4th tank: 26 (choice E).

For chained relationships (each tank described relative to the previous), name only the FIRST quantity. All others are linear expressions in it. Then sum and solve.

Answer: E — 26 guppies.
RULE OF THUMB

For systems, substitute or eliminate to collapse to one variable. For sum/difference systems, add and subtract to get both variables in two lines.

MORE LIKE THIS
2008 · #13 Mr. Harman needs to know the combined weight in pounds of three boxes he wants to mail. However, the only available scale is not...

Mr. Harman needs to know the combined weight in pounds of three boxes he wants to mail. However, the only available scale is not accurate for weights less than 100 pounds or more than 150 pounds. So the boxes are weighed in pairs in every possible way. The results are 122, 125 and 127 pounds. What is the combined weight in pounds of the three boxes?

Show answer
Answer: C — 187 pounds.
Show hint
Hint 1
Each box is in 2 of the 3 pair-sums. Adding all three pair-sums double-counts each weight.
Show solution
Approach: sum the pair-sums and halve
  1. Sum of pair-sums: 122 + 125 + 127 = 374 = 2(a + b + c).
  2. Total: 374 / 2 = 187.
2015 · #20 Ralph went to the store and bought 12 pairs of socks for a total of $24. Some of the socks he bought cost $1 a pair, some of the socks...

Ralph went to the store and bought 12 pairs of socks for a total of $24. Some of the socks he bought cost $1 a pair, some of the socks he bought cost $3 a pair, and some of the socks he bought cost $4 a pair. If he bought at least one pair of each type, how many pairs of $1 socks did Ralph buy?

Show answer
Answer: D — 7 pairs.
Show hints
Hint 1 of 2
Let a, b, c be the counts of $1, $3, $4 pairs. Write the two equations and subtract.
Still stuck? Show hint 2 →
Hint 2 of 2
After subtracting, you get 2b + 3c = 12 with b, c ≥ 1. Use parity (2b is even) to pin down c.
Show solution
Approach: subtract the two equations
  1. a + b + c = 12 and a + 3b + 4c = 24.
  2. Subtract: 2b + 3c = 12. So 3c is even, meaning c is even; and 0 < c < 4 ⇒ c = 2.
  3. Then 2b = 6 ⇒ b = 3, and a = 12 − 3 − 2 = 7.
1998 · #1 For x = 7, which of the following is the smallest?

For x = 7, which of the following is the smallest?

Show answer
Answer: B — 6/(x+1).
Show hints
Hint 1 of 2
Plug in x = 7 and compare the five values.
Still stuck? Show hint 2 →
Hint 2 of 2
The smallest fraction has the largest bottom and a small top.
Show solution
Approach: substitute x = 7 and compare
  1. With x = 7 the choices are 6/7, 6/8, 6/6, 7/6, 8/6.
  2. The smallest is 6/8 = 0.75, which is 6/(x+1).
2003 · #4 A group of children riding on bicycles and tricycles rode past Billy Bob's house. Billy Bob counted 7 children and 19 wheels. How many...

A group of children riding on bicycles and tricycles rode past Billy Bob's house. Billy Bob counted 7 children and 19 wheels. How many tricycles were there?

Show answer
Answer: C — 5 tricycles.
Show hint
Hint 1
Imagine all 7 children on bicycles first, then see how many extra wheels you still need.
Show solution
Approach: assume all bicycles, then add the extra wheels
  1. If all 7 rode bicycles, that's 7 × 2 = 14 wheels.
  2. There are 19 − 14 = 5 extra wheels, and each tricycle adds exactly one extra wheel, so there are 5 tricycles.
Another way — solve the system:
  1. With b bicycles and t tricycles: b + t = 7 and 2b + 3t = 19.
  2. Subtract twice the first from the second: t = 19 − 14 = 5.
2012 · #9 The Fort Worth Zoo has a number of two-legged birds and a number of four-legged mammals. On one visit to the zoo, Margie counted 200...

The Fort Worth Zoo has a number of two-legged birds and a number of four-legged mammals. On one visit to the zoo, Margie counted 200 heads and 522 legs. How many of the animals that Margie counted were two-legged birds?

Show answer
Answer: C — 139 birds.
Show hint
Hint 1
If every animal had 4 legs, you'd see 800 legs. The shortage (800 − 522) comes from the 2-leg birds, each missing 2 legs.
Show solution
Approach: leg-shortage shortcut
  1. If all 200 had 4 legs: 200 · 4 = 800 legs.
  2. Actual: 522 ⇒ shortage = 800 − 522 = 278 legs.
  3. Each bird is short 2 legs ⇒ birds = 278 / 2 = 139.
2017 · #17 Starting with some gold coins and some empty treasure chests, I tried to put 9 gold coins in each treasure chest, but that left 2...

Starting with some gold coins and some empty treasure chests, I tried to put 9 gold coins in each treasure chest, but that left 2 treasure chests empty. So instead I put 6 gold coins in each treasure chest, but then I had 3 gold coins left over. How many gold coins did I have?

Show answer
Answer: C — 45 coins.
Show hint
Hint 1
Set up two equations for the same gold-coin count: g = 9(n − 2) and g = 6n + 3.
Show solution
Approach: two equations, same g
  1. Let n = chests, g = coins. Nine-per-chest leaves 2 empty: g = 9(n − 2). Six-per-chest with 3 left over: g = 6n + 3.
  2. 9(n − 2) = 6n + 3 ⇒ 3n = 21 ⇒ n = 7.
  3. g = 6(7) + 3 = 45.
CHAPTER 5

Sum constraints — push to extremes

THEORY

“Five positive numbers add to 50.” That’s a sum constraint. The total is fixed, so the numbers can’t all grow — if one goes up, another has to come down.

Imagine the sum as a fixed-size pizza divided into 5 slices. If you make one slice bigger, every other slice has to shrink to keep the total pizza the same.

Five positive integers that sum to 20 — largest possible value?Equal split:44444sum = 20Push to extreme:111116sum = 20Same total. The four small slices shrank to 1 each — their minimum —so the big slice could swell to 20 − 4 = 16.Largest possible value: 16.

PUSH-TO-EXTREMES RECIPE

  1. To maximize one of the numbers, push the OTHERS to their minimum allowed values.
  2. To minimize one, push the others to their maximum.
  3. Whatever’s left in the budget goes to your target.
  4. If a per-value cap is hit (e.g., “all between 1 and 10”), STOP at the cap and let the surplus spill into another variable.

The “distinct” trap

If the problem says distinct positive integers, you can’t use four 1’s. The smallest four distinct positive integers are 1, 2, 3, 4 — sum 10. So the largest would be 20 − 10 = 10. Big drop! Always re-read for the word “distinct.”

Constraint on the othersSmallest possible “other” sumLargest target
Just positive1 + 1 + 1 + 1 = 416
Distinct positive1 + 2 + 3 + 4 = 1010
Distinct AND each ≥ 55 + 6 + 7 + 8 = 26impossible (over the budget)
THE TRICK

For 'integer' versions, watch the per-value constraint (often "at least 1" or "between 0 and 100"). Push to the extreme allowed; if your answer exceeds the per-value upper bound, cap and adjust.

WORKED EXAMPLE
PROBLEM · 2022 #13

How many positive integers can fill the blank in the sentence below?

"One positive integer is ___ more than twice another, and the sum of the two numbers is 28."

A) 6 B) 7 C) 8 D) 9 E) 10

'One positive integer is ___ more than twice another, and the sum of the two numbers is 28.' How many positive integers can fill the blank?

Let the smaller number be x and the blank be k. Then the larger is 2x + k, and the sum is:

x + (2x + k) = 28 → 3x + k = 28 → k = 28 − 3x.

Both numbers must be positive integers, so we need x ≥ 1 AND k ≥ 1. From 28 − 3x ≥ 1: 3x ≤ 27, so x ≤ 9.

That gives x ∈ {1, 2, 3, …, 9}9 valid values of k (specifically 25, 22, 19, 16, 13, 10, 7, 4, 1).

The two extremes tell the whole story: pushing x down to 1 gives the largest blank (25); pushing x up to 9 gives the smallest blank (1). Everything in between is allowed, so the count is 9.

Answer: D — 9 values.
RULE OF THUMB

Fixed total + extreme of one ↔ push others to the opposite extreme (subject to per-value constraints).

MORE LIKE THIS
2020 · #16 (figure problem)
amc8-2020-16
Show answer
Answer: E — B = 5.
Show hints
Hint 1 of 2
Each digit is added once per line it sits on. Which point appears on more than 2 lines?
Still stuck? Show hint 2 →
Hint 2 of 2
Every point is on 2 lines except B, which is on 3. So the total of all five line-sums is 2(A+B+C+D+E+F) + B = 47.
Show solution
Approach: count how many lines each point sits on
  1. Counting incidences: each of A, C, D, E, F sits on 2 lines; B sits on 3. So the total of five line-sums is 2(A+B+C+D+E+F) + B = 47.
  2. A+B+C+D+E+F = 1+2+3+4+5+6 = 21, so 2(21) + B = 42 + B = 47.
  3. B = 5.
1991 · #19 The average (arithmetic mean) of 10 different positive whole numbers is 10. The largest possible value of any of these numbers is

The average (arithmetic mean) of 10 different positive whole numbers is 10. The largest possible value of any of these numbers is

Show answer
Answer: C — 55.
Show hints
Hint 1 of 2
The ten numbers add to 10 × 10 = 100.
Still stuck? Show hint 2 →
Hint 2 of 2
To make one as big as possible, make the other nine as small as possible (and different).
Show solution
Approach: shrink the other nine numbers
  1. The numbers total 100. The nine smallest different positive numbers are 1, 2, …, 9, summing to 45.
  2. So the largest can be 100 − 45 = 55.
2022 · #20 (figure problem)
amc8-2022-20
Show answer
Answer: D — x = 8.
Show hints
Hint 1 of 2
Find the common row/column sum from the known top row, then express each missing cell in terms of x.
Still stuck? Show hint 2 →
Hint 2 of 2
Top row sums to 12 ⇒ magic sum is 12. The other three missing cells are 14−x, 4−x, x−1. x must beat all of them.
Show solution
Approach: set the common sum, express each blank in terms of x
  1. Top row: −2 + 9 + 5 = 12. So every row and column sums to 12.
  2. First column: −2 + (above x) + x = 12 ⇒ cell above x = 14 − x.
  3. Bottom row: x + (middle bottom) + 8 = 12 ⇒ middle bottom = 4 − x.
  4. Middle row: (14−x) + (center) + (−1) = 12 ⇒ center = x − 1.
  5. x must be the largest: x > 14−xx > 7; x > 4−xx > 2; x > x−1 always.
  6. Smallest integer satisfying all: x = 8.
2020 · #25 (figure problem)
amc8-2020-25
Show answer
Answer: A — S2 has side 651.
Show hints
Hint 1 of 2
Set up two equations: width = s1 + s2 + s3 and height has R2's height + s3.
Still stuck? Show hint 2 →
Hint 2 of 2
R2's height = s1s2, so height = s1s2 + s3. Subtract the two equations to isolate s2.
Show solution
Approach: two linear equations, subtract to isolate s_2
  1. Across the top: width = s1 + s2 + s3 = 3322.
  2. Down the side: height = (height of R2) + s3. R2's height = s1s2, so height = s1s2 + s3 = 2020.
  3. Subtract: 2s2 = 3322 − 2020 = 1302 ⇒ s2 = 651.
CHAPTER 6

Find the cycle

THEORY

When AMC asks for the 50th, 100th, or 1000th term of a pattern, it's almost never asking you to compute that many terms. There's a cycle. Once you spot it, the question reduces to: 'which position in the cycle does the Nth term fall into?'

How to find the cycle:

  1. Compute the first several terms (4 to 6 usually).
  2. Look for when the sequence (or a key feature) starts repeating.
  3. The cycle length = the number of terms between two consecutive repeats.

Then compute n mod cycle_length to find the position.

Cycle examples on AMC:

  • Units digits of powers (covered in NT chapter 7).
  • Days of the week (cycle 7).
  • Repeating decimals (e.g., 1/7 = 0.142857142857… cycle 6).
  • Rotations/folds that return to start.
  • 'Apply a function repeatedly' — what does it return to?
THE TRICK

The cycle isn't always obvious from the first 2 terms. List 4–6 terms before looking for the repeat. If you don't see it, look at differences or ratios — sometimes those cycle.

WORKED EXAMPLE
PROBLEM · 1989 #18

Many calculators have a reciprocal key 1/x that replaces the current number displayed with its reciprocal. For example, if the display is 00004 and the 1/x key is pressed, then the display becomes 000.25. If 00032 is currently displayed, what is the fewest positive number of times you must depress the 1/x key so the display again reads 00032?

A) 1 B) 2 C) 3 D) 4 E) 5

The reciprocal key flips x → 1/x. Apply twice in a row: 32 → 1/32 → 32. So after 2 presses you're back to where you started: cycle length is 2.

Fewest positive presses to return to the start: 2.

The reciprocal is an involution: doing it twice undoes it. Useful to recognize this kind of operation: also negation, reflection, taking complements.

Answer: B — 2.
RULE OF THUMB

List enough terms to see the cycle. Reduce position-number modulo cycle length. Off-by-one errors are common — verify on small cases.

MORE LIKE THIS
1996 · #20 A special key on a calculator replaces the displayed number x with 1 ÷ (1 − x). (For example, from 2 it gives 1 ÷ (1 − 2) = −1.) If the...

A special key on a calculator replaces the displayed number x with 1 ÷ (1 − x). (For example, from 2 it gives 1 ÷ (1 − 2) = −1.) If the calculator shows 5 and the key is pressed 100 times in a row, the calculator will display

Show answer
Answer: A — −0.25.
Show hints
Hint 1 of 2
Press the key a few times and watch for a repeating cycle.
Still stuck? Show hint 2 →
Hint 2 of 2
Once you know the cycle length, reduce 100 by it.
Show solution
Approach: find the repeating cycle
  1. Starting at 5: 5 → −0.25 → 0.8 → 5, a cycle of length 3.
  2. Since 100 = 3·33 + 1, after 100 presses the display matches one press: −0.25.
1998 · #22 Terri builds a sequence of positive integers by these rules: if the integer is less than 10, multiply it by 9; if it is even and greater...

Terri builds a sequence of positive integers by these rules: if the integer is less than 10, multiply it by 9; if it is even and greater than 9, divide it by 2; if it is odd and greater than 9, subtract 5. Find the 98th term of the sequence that begins 98, 49, … .

Show answer
Answer: D — 27.
Show hints
Hint 1 of 2
Generate terms until they start repeating.
Still stuck? Show hint 2 →
Hint 2 of 2
Once you spot the repeating block, use its length to jump ahead to the 98th term.
Show solution
Approach: find the repeating cycle, then index into it
  1. The sequence runs 98, 49, 44, 22, 11, 6, 54, 27, 22, 11, … — from the 4th term on it cycles 22, 11, 6, 54, 27 with length 5.
  2. From the 4th term, (98 − 4) = 94 steps and 94 ÷ 5 leaves remainder 4, landing on the 5th entry of the cycle: 27.
★ MINI-QUIZ

Substitution, sum constraints, cycles

Three problems mixing systems, sum constraints, and pattern-cycle finding.

1990 · #24 (figure problem)
ajhsme-1990-24
Show answer
Answer: C — 3.
Show hints
Hint 1 of 2
Write the two balances as equations: 3 triangles + 1 diamond = 9 circles, and 1 triangle = 1 diamond + 1 circle.
Still stuck? Show hint 2 →
Hint 2 of 2
Substitute to eliminate the triangles.
Show solution
Approach: substitute one balance into the other
  1. From 3T + D = 9C and T = D + C: 3(D + C) + D = 9C gives 4D = 6C, so 2D = 3C.
  2. Thus two diamonds balance 3 circles.
2002 · #25 Loki, Moe, Nick, and Ott are good friends. Ott had no money, but the others did. Moe gave Ott one-fifth of his money, Loki gave Ott...

Loki, Moe, Nick, and Ott are good friends. Ott had no money, but the others did. Moe gave Ott one-fifth of his money, Loki gave Ott one-fourth of his money, and Nick gave Ott one-third of his money. Each gave Ott the same amount of money. What fractional part of the group's money does Ott now have?

Show answer
Answer: B — 1/4.
Show hints
Hint 1 of 2
The three gifts are equal — pick a convenient size for that common gift, like $1.
Still stuck? Show hint 2 →
Hint 2 of 2
Then Moe started with $5, Loki $4, Nick $3; passing money around never changes the group total.
Show solution
Approach: set the equal gift to a convenient $1
  1. Let each gift be $1. Since $1 is Moe's fifth, Loki's fourth, and Nick's third, they began with $5, $4, and $3.
  2. Handing money over doesn't change the total: $5 + $4 + $3 = $12, and Ott now holds the three gifts, $3.
  3. Ott's share is 3/12 = 1/4.
2017 · #21 Suppose a, b, and c are nonzero real numbers, and a + b + c = 0. What are the possible value(s) fora|a| + b|b| + c|c| + abc|abc| ?

Suppose a, b, and c are nonzero real numbers, and a + b + c = 0. What are the possible value(s) for

a|a| + b|b| + c|c| + abc|abc| ?
Show answer
Answer: A — 0.
Show hints
Hint 1 of 2
x/|x| = +1 or −1 depending on sign. Since a + b + c = 0, exactly one or two of them are negative.
Still stuck? Show hint 2 →
Hint 2 of 2
Case 2 positive + 1 negative vs 1 positive + 2 negative — check the four signs sum to 0 in both cases.
Show solution
Approach: casework on how many are negative
  1. Since a + b + c = 0 and none are zero, either (i) two are positive and one is negative, or (ii) two are negative and one is positive.
  2. Case (i): signs of a, b, c are +, +, −; product abc is negative. Sum: (+1) + (+1) + (−1) + (−1) = 0.
  3. Case (ii): signs are −, −, +; product is positive. Sum: (−1) + (−1) + (+1) + (+1) = 0.
  4. Either way, the value is 0.
CHAPTER 7

Work backward through equations

THEORY

When a problem describes a sequence of operations done to a mystery number and tells you the result, the cleanest approach is to undo each step in reverse order.

Think of it like getting dressed and undressed: if you put on socks, then shoes, then ties — to get back to bare feet you take off ties first, then shoes, then socks. Last on, first off.

“Think of a number. Double it. Add 5. Divide by 3. Got 7. Find the original.”FORWARD (what the problem describes)?× 22×?+ 52×?+5÷ 3(…)/37BACKWARD (undo, right to left, opposite operations)8← the answer81621÷ 2− 5× 37start here7 → 7×3 = 21 → 21−5 = 16 → 16÷2 = 8.

INVERSE OPERATIONS (do these to UNDO)

The forward step was …To undo, do …
+ k (add)− k (subtract)
− k (subtract)+ k (add)
× k (multiply)÷ k (divide)
÷ k (divide)× k (multiply)
square (x → x²)square root (watch signs!)
+ p% (multiply by 1 + p/100)divide by 1 + p/100
Working backwards is just “solving for x” in disguise — but for kids who haven’t hit formal algebra yet, the “undo” framing is way more intuitive.
THE TRICK

When working backward through multi-step problems, write each undo on a fresh line — don't combine in your head. The accumulated error from mental combining is the biggest source of wrong answers.

WORKED EXAMPLE
PROBLEM · 2010 #21

Hui is an avid reader. She bought a copy of the best seller Math is Beautiful. On the first day, Hui read 1/5 of the pages plus 12 more, and on the second day she read 1/4 of the remaining pages plus 15 pages. On the third day she read 1/3 of the remaining pages plus 18 pages. She then realized that there were only 62 pages left to read, which she read the next day. How many pages are in this book?

A) 120 B) 180 C) 240 D) 300 E) 360

Hui reads in three phases. Day 1: 1/5 of pages plus 12 more. Day 2: 1/4 of remaining plus 15 more. Day 3: 1/3 of remaining plus 18 more. Then 62 pages left.

Work backward, undoing each day:

  • End of day 3: 62 pages remain. Before day 3 (call it R₃): she read R₃/3 + 18. So R₃ − R₃/3 − 18 = 62, i.e., (2/3)R₃ = 80, so R₃ = 120.
  • Start of day 2 (R₂): (3/4)R₂ − 15 = 120 → (3/4)R₂ = 135 → R₂ = 180.
  • Start of day 1 (the whole book): (4/5)R₁ − 12 = 180 → (4/5)R₁ = 192 → R₁ = 240.

The book has 240 pages.

Each day removes a fraction PLUS a constant. The undo step: add back the constant, then divide by the keep-fraction (4/5 for day 1, 3/4 for day 2, etc.). One line per day.

Answer: C — 240 pages.
RULE OF THUMB

To undo a forward chain, apply inverse operations in reverse order. Write each step rather than combining mentally.

MORE LIKE THIS
2002 · #17 In a mathematics contest with ten problems, a student gains 5 points for a correct answer and loses 2 points for an incorrect answer. If...

In a mathematics contest with ten problems, a student gains 5 points for a correct answer and loses 2 points for an incorrect answer. If Olivia answered every problem and her score was 29, how many correct answers did she have?

Show answer
Answer: C — 7.
Show hints
Hint 1 of 2
Imagine she got all 10 right first, then see what each wrong answer costs.
Still stuck? Show hint 2 →
Hint 2 of 2
Turning one correct answer into a wrong one drops the score by 5 + 2 = 7.
Show solution
Approach: start from a perfect score and subtract
  1. All 10 correct would score 5 × 10 = 50.
  2. Each wrong answer (instead of right) costs 5 + 2 = 7 points, and 50 − 29 = 21 = 3 × 7.
  3. So 3 were wrong and 7 were correct.
Another way — set up an equation:
  1. Let x = number correct, so 10 − x are wrong: 5x − 2(10 − x) = 29.
  2. Then 7x − 20 = 29, giving x = 7.
1990 · #21 A list of 8 numbers is formed by beginning with two given numbers. Each new number in the list is the product of the two previous...

A list of 8 numbers is formed by beginning with two given numbers. Each new number in the list is the product of the two previous numbers. Find the first number if the last three numbers are 16, 64, 1024.

Show answer
Answer: B — 1/4.
Show hints
Hint 1 of 2
Each term is the product of the two before it, so divide to step backward.
Still stuck? Show hint 2 →
Hint 2 of 2
From 16, 64, 1024 work back: the term before 16 is 64 ÷ 16, and so on.
Show solution
Approach: divide to walk back to the start
  1. Since 1024 = 16 · 64, the term before 16 is 64 ÷ 16 = 4, then 16 ÷ 4 = 4, then 4 ÷ 4 = 1, then 4 ÷ 1 = 4, and finally 1 ÷ 4 = 1/4.
  2. So the first number is 1/4.
1998 · #25 Three generous friends redistribute their money as follows: Amy gives Jan and Toy enough to double each of their amounts; then Jan gives...

Three generous friends redistribute their money as follows: Amy gives Jan and Toy enough to double each of their amounts; then Jan gives Amy and Toy enough to double theirs; finally Toy gives Amy and Jan enough to double theirs. Toy had $36 at the beginning and $36 at the end. What is the total amount the three friends have?

Show answer
Answer: D — $252.
Show hints
Hint 1 of 2
The total never changes — you only need to find it at one moment.
Still stuck? Show hint 2 →
Hint 2 of 2
Toy's money doubles in the first two rounds, so track it up to just before his own turn.
Show solution
Approach: track Toy's doubling, then read off the total
  1. Toy's $36 doubles in each of the first two rounds: 36 → 72 → 144 just before his turn.
  2. He ends with $36, so he gave away 144 − 36 = 108, which exactly doubled Amy and Jan — meaning they held $108 then.
  3. The total, unchanged throughout, is 144 + 108 = $252.
2009 · #1 Bridget bought a bag of apples at the grocery store. She gave half of the apples to Ann. Then she gave Cassie 3 apples, keeping 4 apples...

Bridget bought a bag of apples at the grocery store. She gave half of the apples to Ann. Then she gave Cassie 3 apples, keeping 4 apples for herself. How many apples did Bridget buy?

Show answer
Answer: E — 14 apples.
Show hint
Hint 1
Work backwards from the 4 she kept.
Show solution
Approach: reverse each step
  1. After giving Cassie 3: she had 4 + 3 = 7.
  2. Before giving Ann half: original = 2 · 7 = 14.
CHAPTER 8

Difference of squares and the basic identities

THEORY

Three algebraic identities the AMC tests repeatedly:

IDENTITIES TO MEMORIZE

  • Difference of squares: a² − b² = (a + b)(a − b)
  • Square of a sum: (a + b)² = a² + 2ab + b²
  • Square of a difference: (a − b)² = a² − 2ab + b²

Why difference of squares is huge: if you see a² − b², immediately rewrite as (a+b)(a−b). This turns nasty subtraction into easy multiplication.

Examples:

  • 99² − 98² = (99+98)(99−98) = 197 × 1 = 197. Computing 99² and 98² separately would be brutal.
  • 51² − 49² = (51+49)(51−49) = 100 × 2 = 200.
  • 1000² − 999² = 1999.

The reverse direction is also useful: when you see a product like (big)(small_diff), sometimes it's a hidden difference of squares.

Mental-math shortcut: two numbers symmetric around 50 → 51 × 49 = 50² − 1 = 2499. Two around 100 → 99 × 101 = 100² − 1 = 9999. Spot the midpoint, square it, subtract.

Sum of consecutive odd numbers has a difference-of-squares flavor: 1 + 3 + 5 + … + (2n − 1) = n². (Why? Each new odd number turns an (n−1)² square into an n² square by adding an L-shaped border.)

THE TRICK

Whenever you see x² − y², the answer is (x+y)(x−y). Whenever you see (x+1)(x−1), it's x² − 1.

WORKED EXAMPLE
PROBLEM · 2007 #19

Pick two consecutive positive integers whose sum is less than 100. Square both of those integers and then find the difference of the squares. Which of the following could be the difference?

A) 2 B) 64 C) 79 D) 96 E) 131

Pick two consecutive positive integers, square both, find the difference of the squares. Which of the choices is possible?

Let the integers be n and n+1. Difference of squares:

(n+1)² − n² = (n+1+n)(n+1−n) = 2n + 1 = n + (n+1).

So the difference equals the sum of the two consecutive integers — an odd number less than 100 (since the sum is less than 100).

Of the choices (2, 64, 79, 96, 131): only 79 is odd and under 100. ✓

The factorization (n+1)² − n² = 2n+1 is the WHOLE problem. It tells you the difference is always an odd number equal to the sum of the two integers. Then it's just "which choice is odd and small?"

Answer: C — 79.
RULE OF THUMB

Memorize: a²−b² = (a+b)(a−b), (a+b)² = a² + 2ab + b², (a−b)² = a² − 2ab + b². Recognize these patterns in disguise.

MORE LIKE THIS
2019 · #20 How many different real numbers x satisfy the equation(x2 − 5)2 = 16 ?

How many different real numbers x satisfy the equation

(x2 − 5)2 = 16 ?
Show answer
Answer: D — 4 real numbers.
Show hints
Hint 1 of 2
Take the square root of both sides: x2 − 5 = ±4. Two cases for x2.
Still stuck? Show hint 2 →
Hint 2 of 2
x2 = 9 gives two values; x2 = 1 gives two more.
Show solution
Approach: split on the ± root
  1. (x2 − 5)2 = 16 ⇒ x2 − 5 = ±4.
  2. Case +4: x2 = 9 ⇒ x = ±3.
  3. Case −4: x2 = 1 ⇒ x = ±1.
  4. Total: 4 distinct real solutions.
2002 · #11 A sequence of squares is made of identical square tiles. Each square's edge is one tile longer than the edge of the previous square. The...

A sequence of squares is made of identical square tiles. Each square's edge is one tile longer than the edge of the previous square. The first three squares are shown. How many more tiles does the seventh square require than the sixth?

Show answer
Answer: C — 13.
Show hints
Hint 1 of 2
A square that is n tiles on a side uses n × n tiles.
Still stuck? Show hint 2 →
Hint 2 of 2
Compare 7 × 7 with 6 × 6.
Show solution
Approach: the nth square uses n² tiles
  1. A square that is n tiles on a side uses n² tiles.
  2. So the seventh needs 7² = 49 and the sixth needs 6² = 36: the difference is 49 − 36 = 13.
Another way — difference of squares (no squaring needed):
  1. 7² − 6² = (7 + 6)(7 − 6) = 13 × 1 = 13.
CHAPTER 9

Consecutive integers — and the page-number tricks

THEORY

Sequences of consecutive integers are everywhere on AMC. They have ONE structural fact that collapses most problems:

THE MVP TRICK

sum of n consecutive integers = n × (middle)

For odd n, the middle is an integer (the 3rd of 5, the 5th of 9, …). For even n, the “middle” sits between two integers (a half-integer like 7.5).

Why it works — pair from the ends

Pair the smallest with the largest, the 2nd-smallest with the 2nd-largest, and so on. Each pair has the SAME sum — twice the middle. The middle pairs with itself (it’s the fulcrum).

Five consecutive integers: 8, 9, 10, 11, 12 (sum = ?)891011128 + 12 = 209 + 11 = 20middle = 10Sum = 2 pairs of 20 + middle 10 = 50= 5 × 10 = count × middle

For 5 consecutive integers 8, 9, 10, 11, 12: two pairs of 20 (= 2·middle) plus the middle 10 = 50. Same as 5 × 10. Sum-equals-count-times-middle ✓.

What if n is even? The middle is a half-integer.

For 4 consecutive integers 7, 8, 9, 10: middle sits between 8 and 9, at 8.5. Sum = 4 × 8.5 = 34. Verify: 7+8+9+10 = 34 ✓.

For 6 consecutive integers summing to 2013: middle = 2013/6 = 335.5. So 3rd term = 335, 4th = 336. Integers: 333, 334, 335, 336, 337, 338. Largest = 338.

Other consecutive-integer facts

FactWhy it matters
n consecutive integers always include a multiple of n.4 consecutive numbers always contain a multiple of 4. 6 consecutive always contain a multiple of 6.
n(n+1) is always even.One of any two consecutives is even.
n(n+1)(n+2) is divisible by 6.Three consecutives have an even and a multiple of 3.
Sum of first n odd integers = .1+3+5+…+(2n−1) = n². (Visual: L-shapes building a square.)
Difference of consecutive squares: (n+1)² − n² = 2n+1.That’s always the next odd number. 5² − 4² = 9 (the 5th odd) ✓.

Page-number problems — a special flavor

“How many digits to number pages 1 through 200?” Break by digit-length blocks:

PagesHow many numbersDigits eachTotal digits
1 — 9919
10 — 99902180
100 — 99990032700
1000 — 99999000436,000

For pages 1–200: 9 + 180 + 3·(200−99) = 9 + 180 + 303 = 492 digits.

Two consecutive numbers multiplied = X

If n(n+1) = 1056, take the square root: √1056 ≈ 32.5. Try 32 × 33 = 1056 ✓. The integer just under √X is your n.

THE TRICK

Sum = count × middle. Memorize. Whenever the sum of consecutive (whatever) is given, divide by count to find the middle, then build outward by the common difference.

Two consecutive pages multiplied gives X? n(n+1) = X → n ≈ √X. Try the integer near √X.

How many digits in pages 1 to N? Break into blocks of 1-digit (1-9 → 9), 2-digit (10-99 → 180), 3-digit (100-N → 3(N−99)). Add.

WORKED EXAMPLE
PROBLEM · 2013 #17

The sum of six consecutive positive integers is 2013. What is the largest of these six integers?

A) 335 B) 338 C) 340 D) 345 E) 350

The sum of 6 consecutive positive integers is 2013. Find the largest.

Sum = 6 × middle. Middle = 2013 / 6 = 335.5.

For 6 consecutive integers, the 'middle' sits between the 3rd and 4th terms — so 3rd = 335 and 4th = 336. The integers are 333, 334, 335, 336, 337, 338.

This is faster than writing 'let x = smallest, then 6x + 15 = 2013'. The sum-equals-count-times-middle shortcut gives the middle in one division.

Answer: B — 338.
RULE OF THUMB

Sum of n consecutives = n × middle. For pages, break by digit-length blocks. For consecutive products, take square root.

MORE LIKE THIS
2010 · #13 The lengths of the sides of a triangle in inches are three consecutive integers. The length of the shortest side is 30% of the...

The lengths of the sides of a triangle in inches are three consecutive integers. The length of the shortest side is 30% of the perimeter. What is the length of the longest side?

Show answer
Answer: E — 11 inches.
Show hint
Hint 1
Let the smallest side be s. Then perimeter = 3s + 3. Set s = 0.3 · (3s + 3).
Show solution
Approach: translate the percent condition
  1. Sides: s, s+1, s+2. Perimeter: 3s + 3.
  2. s = 0.3(3s + 3) ⇒ s = 0.9s + 0.9 ⇒ 0.1s = 0.9 ⇒ s = 9.
  3. Longest = s + 2 = 11.
CHAPTER 10

Recursive sequences and function-iteration

THEORY

So far the sequences you've seen had clean closed-form rules — arithmetic (add d each time), geometric (multiply by r), or pattern (every k-th term repeats). But AMC also tests recursive sequences, where each term is built from several previous terms.

RECURSIVE SEQUENCE

A rule that defines each new term in terms of the ones before it. Examples:

  • Fibonacci-style: a_n = a_{n-1} + a_{n-2} (add the previous two).
  • Tribonacci: a_n = a_{n-1} + a_{n-2} + a_{n-3} (add the previous three).
  • Multiplicative: a_n = a_{n-1} · a_{n-2} (multiply the previous two).
  • Self-referential: a_n = 2·a_{n-1} + 1 (apply a function to the previous term).

The strategy is always the same: start from the given terms and compute forward, one term at a time. Don't try to find a closed formula — for AMC 8, you almost never need one. Just build a table.

Walkthrough. The sequence starts 1, 2 and each term after is the product of the previous two. Find the 6th term.

  • a₁ = 1, a₂ = 2.
  • a₃ = 1 · 2 = 2.
  • a₄ = 2 · 2 = 4.
  • a₅ = 2 · 4 = 8.
  • a₆ = 4 · 8 = 32.

The table method is robust and almost mistake-proof. The only place students slip is on the indexing — "6th term" means a₆, not a₅. Count carefully.

1a₁2a₂2a₃4a₄8a₅32a₆each term = product of previous two

Working backwards from a known term

Some problems give you a middle or late term and ask you to find an earlier one. If the rule is reversible (like 'each is the product of the previous two'), you can divide backwards.

If a_n = a_{n-1} · a_{n-2}, then a_{n-2} = a_n / a_{n-1}. So once you know two consecutive terms, you can step backwards or forwards.

Function-iteration: apply the same rule over and over

A close cousin of recursion is function-iteration: start with a number, apply a rule, then apply the rule again to the result, and so on.

Example. The rule is 'double, then add 1'. Start at 3:

  • Step 1: 2·3 + 1 = 7.
  • Step 2: 2·7 + 1 = 15.
  • Step 3: 2·15 + 1 = 31.
  • Step 4: 2·31 + 1 = 63.

This is the same as the recursive rule a_n = 2·a_{n-1} + 1 with a₀ = 3. Once you see the equivalence, function-iteration problems are just recursion in disguise.

FUNCTION COMPOSITION

If you define f(x) = some rule, then f(f(x)) applies the rule twice. f(f(f(x))) applies it three times. AMC sometimes asks for f applied many times — but a calculator-grade pattern always emerges quickly. Compute the first few and look for a cycle.

The Fibonacci-stairs story — recursion in real life

The most famous recursive sequence is Fibonacci: 1, 1, 2, 3, 5, 8, 13, 21, … where each term is the sum of the previous two. Where does it show up?

Here’s a story: you’re climbing a staircase. You can take 1 stair or 2 stairs at a time. How many different ways are there to climb n stairs?

1 stair12 stairs23 stairs34 stairs55 stairs8each = sum of the previous two — that’s Fibonacci.f(n) = f(n−1) + f(n−2)

Why does each f(n) = f(n−1) + f(n−2)? Look at the last step of any path to stair n. Either it’s a 1-step (so before that the climber was at stair n−1), or it’s a 2-step (so before that they were at stair n−2). Every way to reach stair n falls into one of these two camps. So total ways = ways to reach n−1 + ways to reach n−2.

This pattern shows up in any counting problem where you can take 1 or 2 steps and have to reach a target. Spot it once and you’ll always recognize it.

THE TRICK

Build a table; never reach for a formula. For any recursive sequence, write a₁, a₂, … in a row and compute forward. Five or six terms is almost always all you need.

Watch your indexing. a₁ is the first term. The 6th term is a₆. The k-th term is a_k. Misindexing by one is the #1 mistake.

Look for cycles. When a rule has a finite state (e.g., 'last digit doubles plus 1'), iterating eventually repeats. Find the cycle length; then the n-th term is determined by n mod cycle_length.

WORKED EXAMPLE
PROBLEM · 2009 #5

A sequence of numbers starts with 1, 2, and 3. The fourth number of the sequence is the sum of the previous three numbers in the sequence: 1 + 2 + 3 = 6. In the same way, every number after the fourth is the sum of the previous three numbers. What is the eighth number in the sequence?

A) 11 B) 20 C) 37 D) 68 E) 99

The sequence starts 1, 2, 3. Each term after the 4th is the sum of the previous three. So a₄ = 1+2+3 = 6. Find the 8th term.

Build a table:

  • a₁ = 1
  • a₂ = 2
  • a₃ = 3
  • a₄ = 1 + 2 + 3 = 6
  • a₅ = 2 + 3 + 6 = 11
  • a₆ = 3 + 6 + 11 = 20
  • a₇ = 6 + 11 + 20 = 37
  • a₈ = 11 + 20 + 37 = 68

No formula needed. Just compute forward, one term at a time, and DOUBLE-CHECK your arithmetic at each step (a tiny error in a₅ would ruin everything downstream).

The temptation is to try to find a closed-form rule. Don't. For AMC 8, the index is always small enough that direct iteration is faster than any clever algebra. The risk is arithmetic, not strategy.

Answer: D — 68.
RULE OF THUMB

Build a table. Compute forward, one term at a time. Watch the indexing. Look for cycles when the rule produces a finite set of states.

MORE LIKE THIS
2023 · #22 In a sequence of positive integers, each term after the second is the product of the previous two terms. The sixth term in the sequence...

In a sequence of positive integers, each term after the second is the product of the previous two terms. The sixth term in the sequence is 4000. What is the first term?

Show answer
Answer: D — 5.
Show hints
Hint 1 of 2
Write the first six terms as a, b, and powers of a and b. The 6th term will be a3b5.
Still stuck? Show hint 2 →
Hint 2 of 2
Factor 4000: 4000 = 53 × 25. Match exponents.
Show solution
Approach: track exponents of a and b through the sequence
  1. Let the first two terms be a, b. Then the next four are ab, ab2, a2b3, a3b5. (Each term sums the exponents of the previous two.)
  2. a3b5 = 4000 = 53 × 25. So a = 5, b = 2.
  3. First term: 5.
1998 · #22 Terri builds a sequence of positive integers by these rules: if the integer is less than 10, multiply it by 9; if it is even and greater...

Terri builds a sequence of positive integers by these rules: if the integer is less than 10, multiply it by 9; if it is even and greater than 9, divide it by 2; if it is odd and greater than 9, subtract 5. Find the 98th term of the sequence that begins 98, 49, … .

Show answer
Answer: D — 27.
Show hints
Hint 1 of 2
Generate terms until they start repeating.
Still stuck? Show hint 2 →
Hint 2 of 2
Once you spot the repeating block, use its length to jump ahead to the 98th term.
Show solution
Approach: find the repeating cycle, then index into it
  1. The sequence runs 98, 49, 44, 22, 11, 6, 54, 27, 22, 11, … — from the 4th term on it cycles 22, 11, 6, 54, 27 with length 5.
  2. From the 4th term, (98 − 4) = 94 steps and 94 ÷ 5 leaves remainder 4, landing on the 5th entry of the cycle: 27.
⬢ FINAL TEST

Stretch test

Five harder algebra problems combining translation, substitution, systems, sum-constraints, and consecutive-integer tricks.

2017 · #17 Starting with some gold coins and some empty treasure chests, I tried to put 9 gold coins in each treasure chest, but that left 2...

Starting with some gold coins and some empty treasure chests, I tried to put 9 gold coins in each treasure chest, but that left 2 treasure chests empty. So instead I put 6 gold coins in each treasure chest, but then I had 3 gold coins left over. How many gold coins did I have?

Show answer
Answer: C — 45 coins.
Show hint
Hint 1
Set up two equations for the same gold-coin count: g = 9(n − 2) and g = 6n + 3.
Show solution
Approach: two equations, same g
  1. Let n = chests, g = coins. Nine-per-chest leaves 2 empty: g = 9(n − 2). Six-per-chest with 3 left over: g = 6n + 3.
  2. 9(n − 2) = 6n + 3 ⇒ 3n = 21 ⇒ n = 7.
  3. g = 6(7) + 3 = 45.
2010 · #13 The lengths of the sides of a triangle in inches are three consecutive integers. The length of the shortest side is 30% of the...

The lengths of the sides of a triangle in inches are three consecutive integers. The length of the shortest side is 30% of the perimeter. What is the length of the longest side?

Show answer
Answer: E — 11 inches.
Show hint
Hint 1
Let the smallest side be s. Then perimeter = 3s + 3. Set s = 0.3 · (3s + 3).
Show solution
Approach: translate the percent condition
  1. Sides: s, s+1, s+2. Perimeter: 3s + 3.
  2. s = 0.3(3s + 3) ⇒ s = 0.9s + 0.9 ⇒ 0.1s = 0.9 ⇒ s = 9.
  3. Longest = s + 2 = 11.
2023 · #25 Fifteen integers a1, a2, a3, …, a15 are arranged in order on a number line. The integers are equally spaced and have the property that1...

Fifteen integers a1, a2, a3, …, a15 are arranged in order on a number line. The integers are equally spaced and have the property that

1 ≤ a1 ≤ 10,   13 ≤ a2 ≤ 20,   and   241 ≤ a15 ≤ 250.

What is the sum of the digits of a14?

Show answer
Answer: A — 8.
Show hints
Hint 1 of 2
Equally spaced → arithmetic sequence with common difference d. From the bounds, get a tight range for 14d.
Still stuck? Show hint 2 →
Hint 2 of 2
a15a1 = 14d. With 241−10 ≤ 14d ≤ 250−1, the only multiple of 14 in [231, 249] is 238 = 14×17. So d = 17.
Show solution
Approach: nail d from bounds, then a1, then a14
  1. Equal spacing: a15a1 = 14d. Bounds give 231 ≤ 14d ≤ 249, and the only multiple of 14 in there is 238 → d = 17.
  2. Then a2 = a1 + 17 forces a1 ≤ 3, and a15 = a1 + 238 forces a1 ≥ 3. So a1 = 3.
  3. a14 = a15d = (3 + 238) − 17 = 224. Digit sum: 2 + 2 + 4 = 8.
2024 · #21 A group of frogs (called an army) is living in a tree. A frog turns green when in the shade and turns yellow when in the sun. Initially,...

A group of frogs (called an army) is living in a tree. A frog turns green when in the shade and turns yellow when in the sun. Initially, the ratio of green to yellow frogs was 3 : 1. Then 3 green frogs moved to the sunny side and 5 yellow frogs moved to the shady side. Now the ratio is 4 : 1. What is the difference between the number of green frogs and yellow frogs now?

Show answer
Answer: E — 24 frogs.
Show hints
Hint 1 of 2
Express both populations in one variable (yellow), then write the new ratio as an equation.
Still stuck? Show hint 2 →
Hint 2 of 2
After moves: green = 3y + 2, yellow = y − 2. Set (3y+2)/(y−2) = 4.
Show solution
Approach: let y = initial yellow, then use both ratios
  1. Let y = initial yellow count, so initial green = 3y.
  2. After the moves: green = 3y + 5 − 3 = 3y + 2 (5 in, 3 out). Yellow = y + 3 − 5 = y − 2.
  3. New ratio: 3y + 2y − 2 = 4 ⇒ 3y + 2 = 4y − 8 ⇒ y = 10. So initial green = 30, yellow = 10.
  4. After: green = 32, yellow = 8. Difference = 32 − 8 = 24.
2025 · #20 Sarika, Dev, and Rajiv are sharing a large block of cheese. They take turns cutting off half of what remains and eating it: first Sarika...

Sarika, Dev, and Rajiv are sharing a large block of cheese. They take turns cutting off half of what remains and eating it: first Sarika eats half of the cheese, then Dev eats half of the remaining half, then Rajiv eats half of what remains, then back to Sarika, and so on. They stop when the cheese is too small to see. About what fraction of the original block of cheese does Sarika eat in total?

Show answer
Answer: A — 4/7.
Show hints
Hint 1 of 2
Sarika eats on turns 1, 4, 7, … — every third turn. What fraction does each Sarika-bite eat?
Still stuck? Show hint 2 →
Hint 2 of 2
Sarika's bites are 1/2, then 1/16, then 1/128, … — a geometric series with ratio 1/8.
Show solution
Approach: sum a geometric series
  1. Each turn eats half of what's left, so the cheese remaining after turn n is 1/2n. Sarika eats at turns 1, 4, 7, …, taking 12, 116, 1128, … of the original block.
  2. Geometric series with first term a = 12 and ratio r = 18.
  3. Sum = a1 − r = 1/27/8 = 4/7.
APPENDIX

Algebra quick-reference

Memorize these

FORMULAS TO KNOW COLD

  • Linear: y = mx + b. Slope m = rise/run.
  • Arithmetic sequence: a_n = a_1 + (n−1)d. Sum = n(a_1 + a_n)/2.
  • Geometric sequence: a_n = a_1 · r^(n−1).
  • Difference of squares: a² − b² = (a+b)(a−b). (Mental math: 51·49 = 50²−1 = 2499.)
  • Square of binomial: (a±b)² = a² ± 2ab + b².
  • Sum 1+2+…+n = n(n+1)/2.
  • Sum 1+3+5+…+(2n−1) = n².
  • Sum of squares 1²+2²+…+n² = n(n+1)(2n+1)/6.
  • Sum of cubes 1³+2³+…+n³ = [n(n+1)/2]².
  • Sum of n consecutive integers = n × middle.
  • Average of an arithmetic sequence = (first + last) / 2.
  • Exponent rules: xa·xb = xa+b; xa/xb = xa−b; (xa)b = xab; x−a = 1/xa; x0 = 1.
  • Fibonacci: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, … (each = sum of previous two).
  • Digit-counts for pages: 1–9 → 9, 10–99 → 180, 100–999 → 2700.
Common traps
  • Off-by-one in nth term. The 100th term is 99 steps past the first, not 100.
  • Solving for the wrong variable. Re-read what the question asks before reporting.
  • Custom operations. Re-read the definition each time — symbols mean different things in different problems.
  • Forgetting to verify all conditions. Always check your solution against EVERY constraint, not just the ones you used.
  • Sign errors in difference of squares. a² − b² = (a+b)(a−b), not (a−b)².
Warm-ups

Drill these:

  • 100th term of 5, 8, 11, 14, … → 5 + 99·3 = 302.
  • Sum of 1 to 100 = 5050. Sum of 1 to 200 = 20100.
  • (a+b)² when a+b=5, ab=6: 25 = a² + 2(6) + b² → a²+b² = 13.
  • x² − 9 = (x+3)(x−3). x² − 25 = (x+5)(x−5).
  • Three consecutive integers sum to 99 → middle = 33, integers 32, 33, 34.
  • Two consecutive integers multiply to 132 → n ≈ √132 ≈ 11.5 → try 11·12 = 132 ✓.
  • How many digits in writing 1 through 100? 9 + 90·2 + 3 = 192.
Want to climb higher? — advanced algebra tricks (#22–#25 territory)
  • Symmetric-sum trick. When several equations share a symmetric structure (e.g., 2x + y + z = a, x + 2y + z = b, x + y + 2z = c), ADD them all. The left side simplifies to a clean multiple of (x + y + z). Solve for the symmetric sum first; then individual variables.
  • Sum & product of two numbers. If x + y = S and xy = P, then x and y are the roots of t² − St + P = 0. So x² + y² = S² − 2P. Useful when the problem gives you S and P without giving x and y individually.
  • Simon’s Favorite Factoring Trick (SFFT). An equation like xy + 3x + 2y = 17 can be tamed by adding a constant to both sides to factor: xy + 3x + 2y + 6 = 23 ⇒ (x+2)(y+3) = 23. Now hunt integer factor pairs of 23.
  • Sum/difference of cubes: a³ + b³ = (a + b)(a² − ab + b²); a³ − b³ = (a − b)(a² + ab + b²).