All lessons / Arithmetic & Operations

Arithmetic & Operations — Look for structure before you calculate.

10 chapters Practice problems →
About this topic

At school, arithmetic is about getting the right answer by carefully working left-to-right. On the AMC 8, almost every arithmetic problem is built so that there's a better way than left-to-right. A pair adds to a round number. A common factor sits in three terms. A 'closest to' question doesn't actually need an exact answer.

The contest setters do this on purpose. They're not testing whether you can compute — they're testing whether you can read the calculation.

This lesson teaches ten habits. Each one starts from a concept you already know (the distributive property, what an average is, what 'closest to' means) and turns it into a fast move. By the end you should never blindly punch numbers; instead you'll look for the structure first.

CHAPTER 1

Order of operations: PEMDAS

THEORY

An arithmetic expression is not read straight left to right like English. It's read in tiers, with the higher tiers handled before the lower ones. The rule is called PEMDAS in U.S. schools (or BODMAS in many other countries — same rule, different letters).

PEMDAS

  1. Parentheses (and any grouping symbol: brackets, the bar of a fraction or square root)
  2. Exponents (powers and roots)
  3. Multiplication and Division — same tier, do whichever comes first left-to-right
  4. Addition and Subtraction — same tier, left-to-right

Mnemonic: Please Excuse My Dear Aunt Sally.

One example of each tier:

  • Parentheses: 2 + (3 × 4) = 2 + 12 = 14. The (3×4) is one unit.
  • Exponents: 2 + 3² = 2 + 9 = 11. The 3² happens before the +. (Don't compute 2+3 first and then square.)
  • Multiplication before addition: 2 + 3 × 4 = 2 + 12 = 14 (not 20). The × belongs to a higher tier than +.
  • Left-to-right within a tier: 12 ÷ 3 × 2 = 4 × 2 = 8 (not 12÷6 = 2). M and D are same tier; do them left-to-right.

Watch the order in action

Compute: 2 + 3 × 4² − (5 + 1)P2 + 3 × 4² − (5 + 1)← parens → 6E2 + 3 × − 6← exponent → 162 + 3 × 16 − 6← multiply → 48A−2 + 48 − 6= 50 − 6← left to right → 44Answer = 44

One PEMDAS tier per row. Highlighted piece is what gets computed; the answer drops to the next row.

EXPONENT vs MULTIPLICATION / DIVISION — the trap

Exponents are tighter than × and ÷. The power applies only to the number it's attached to, not to anything multiplied with it. Read each example carefully:

  • 2 × 3² = 2 × 9 = 18. Not (2 × 3)² = 36. The exponent is on the 3 alone.
  • 24 ÷ 2² = 24 ÷ 4 = 6. Not (24 ÷ 2)² = 144. The 2 is squared first.
  • 2 × 3² + 4 = 18 + 4 = 22. Exponent → multiplication → addition.
  • 5 × 2³ ÷ 4 = 5 × 8 ÷ 4 = 40 ÷ 4 = 10. Exponent first (2³=8), then left-to-right for × and ÷.
  • −3² = −9, but (−3)² = 9. The minus sign isn't part of the base unless there are parentheses!

The big idea behind PEMDAS: multiplication is repeated addition, so it has to happen before any plain addition does. Exponents are repeated multiplication, so they happen before any plain multiplication. Parentheses are how we say 'pretend this is a single number'.

WATCH OUT

The single most common AMC #1 trap is the parenthesis distribution. When you see a minus sign in front of parentheses, both terms inside flip sign:

8 − (2 + 5) = 8 − 7 = 1, but 8 − 2 + 5 = 11.

The difference is not small. Dropping the parentheses flipped the sign of the 5, so the two answers differ by 2×5 = 10.

WORKED EXAMPLE
PROBLEM · 2014 #1

Harry and Terry are each told to calculate 8 − (2 + 5). Harry gets the correct answer. Terry ignores the parentheses and calculates 8 − 2 + 5. If Harry's answer is H and Terry's answer is T, what is the difference HT?

A) −10 B) −6 C) 0 D) 6 E) 10

Harry uses the parentheses: H = 8 − (2+5) = 8 − 7 = 1. Terry ignores them: T = 8 − 2 + 5 = 11.

The question asks for H − T = 1 − 11 = −10 (choice A).

Watch the order! 'H minus T' is asking for Harry's answer minus Terry's. Since Terry's is the bigger one, the difference is negative. Dropping the parentheses flipped the sign of the 5, so Terry's answer is bigger than Harry's by 2 × 5 = 10 — and H − T = −10.

This is a chapter-1 lesson dressed up as a story problem. The shape is: 'X with parens vs X without'. The size of the gap is always twice whatever got its sign flipped. The sign of H − T just depends on who got the bigger value — Terry did, because he turned −5 into +5.

Answer: A — −10.
RULE OF THUMB

A minus sign in front of parentheses distributes onto every term inside. Train your eye to see a − (b + c) as a − b − c automatically.

MORE LIKE THIS
2023 · #1 What is the value of (8 × 4 + 2) − (8 + 4 × 2)?

What is the value of (8 × 4 + 2) − (8 + 4 × 2)?

Show answer
Answer: D — The answer is 18.
Show hint
Hint 1
Inside each set of parentheses, do the multiplication before the addition.
Show solution
  1. First parentheses: 8 × 4 + 2 = 32 + 2 = 34.
  2. Second parentheses: 8 + 4 × 2 = 8 + 8 = 16.
  3. Subtract: 34 − 16 = 18.
2017 · #1 Which of the following values is the largest?

Which of the following values is the largest?

Show answer
Answer: A — 10 (option A).
Show hint
Hint 1
PEMDAS: do every multiplication before adding. A zero anywhere in a product kills it.
Show solution
Approach: evaluate each option
  1. (A) 2 + 0 + 1 + 7 = 10. (B) 0 + 1 + 7 = 8. (C) 2 + 0 + 7 = 9. (D) 2 + 0 + 7 = 9. (E) 0.
  2. Largest is (A) = 10.
1989 · #5 −15 + 9 × (6 ÷ 3) =

−15 + 9 × (6 ÷ 3) =

Show answer
Answer: D — 3.
Show hint
Hint 1
Do the parentheses and multiplication before the addition.
Show solution
Approach: follow the order of operations
  1. 6 ÷ 3 = 2, then 9 × 2 = 18.
  2. Finally −15 + 18 = 3.
1991 · #2 16 + 84 − 2 =

16 + 84 − 2 =

Show answer
Answer: C — 12.
Show hint
Hint 1
The fraction bar groups the top and the bottom — finish each before dividing.
Show solution
Approach: simplify numerator and denominator
  1. Top: 16 + 8 = 24. Bottom: 4 − 2 = 2.
  2. 24 ÷ 2 = 12.
1996 · #2 Jose, Thuy, and Kareem each start with the number 10. Jose subtracts 1 from 10, doubles his answer, and then adds 2. Thuy doubles 10,...

Jose, Thuy, and Kareem each start with the number 10. Jose subtracts 1 from 10, doubles his answer, and then adds 2. Thuy doubles 10, subtracts 1 from her answer, and then adds 2. Kareem subtracts 1 from 10, adds 2 to his number, and then doubles the result. Who gets the largest final answer?

Show answer
Answer: C — Kareem.
Show hints
Hint 1 of 2
Just follow each person's three steps in order.
Still stuck? Show hint 2 →
Hint 2 of 2
Doubling last makes the biggest difference.
Show solution
Approach: compute each result
  1. Jose: (10 − 1)·2 + 2 = 20. Thuy: 10·2 − 1 + 2 = 21. Kareem: (10 − 1 + 2)·2 = 22.
  2. The largest is Kareem's 22.
CHAPTER 2

Pair from the ends — why arithmetic series collapse

THEORY

An arithmetic series is a list of numbers that go up (or down) by the same step each time: 1, 2, 3, … or 10, 13, 16, 19, … or 81, 83, 85, 87, … The amount added each step is called the common difference.

Arithmetic series have a beautiful property: the average of the whole list equals the average of just the first and the last number. The reason is balance — for every number above the middle, there's a number an equal distance below it. They cancel out.

47101316pair sum = 20pair sum = 20middle = 10

The pair (4, 16) sums to 20. The pair (7, 13) sums to 20. The middle (10) is half of 20. Every pair averages 10.

Sum = 5 × (average) = 5 × 10 = 50.

ARITHMETIC SERIES SUM

For an arithmetic series with first term a, last term L, and n numbers total:

sum = (a + L) / 2 × n

In words: average the first and last, multiply by the count.

The Gauss story makes this memorable. When Carl Friedrich Gauss was about 9 years old (around 1786), his teacher tried to keep the class busy by asking them to add 1+2+3+…+100. Gauss did it in about a minute by pairing the ends: 1+100=101, 2+99=101, …, 50+51=101. Fifty pairs of 101 = 5050.

'Pair from the ends' is just this formula seen with your eyes. Whenever a list is long but evenly spaced, reach for it — never add term by term.

THE TRICK

The contest-setter wants you to find the pairing. Whenever a list looks symmetric or has the same step between terms, this trick applies. Even when the list is split into two groups (like the chapter-2 worked example), you can usually pair across.

WORKED EXAMPLE
PROBLEM · 1989 #1

(1 + 11 + 21 + 31 + 41) + (9 + 19 + 29 + 39 + 49) =

A) 150 B) 199 C) 200 D) 249 E) 250

The two groups share the same length (5 each) and constant differences (10 each). Pair across the groups:

1+9 = 10 · 11+19 = 30 · 21+29 = 50 · 31+39 = 70 · 41+49 = 90.

Now pair those: 10+90 = 100, 30+70 = 100, and 50 in the middle. Total = 100+100+50 = 250.

Or apply the formula directly to the combined list of 10 numbers: average = (1+49)/2 = 25, total = 25 × 10 = 250. ✓

The setters built two parallel arithmetic series and stacked them so the pairing is visible. Whenever you see two columns of numbers and one looks like it's marching alongside the other (offset by a constant), pairing is the right move.

Answer: E — 250.
RULE OF THUMB

For any evenly-spaced list, sum = average × count = (first + last)/2 × count. Spot this whenever you see a long arithmetic run.

MORE LIKE THIS
2018 · #5 What is the value of1 + 3 + 5 + … + 2017 + 2019 − 2 − 4 − 6 − … − 2016 − 2018 ?

What is the value of

1 + 3 + 5 + … + 2017 + 2019 − 2 − 4 − 6 − … − 2016 − 2018 ?
Show answer
Answer: E — 1010.
Show hint
Hint 1
Rearrange: 1 + (3−2) + (5−4) + (7−6) + … + (2019−2018). Each parenthesis is just 1.
Show solution
Approach: pair adjacent odd/even terms
  1. Group as 1 + (3 − 2) + (5 − 4) + … + (2019 − 2018). Each parenthesized pair = 1.
  2. Number of pairs: from 3–2 up to 2019–2018 — that's 1009 pairs. Plus the leading 1.
  3. Total: 1 + 1009 = 1010.
2026 · #1 What is the value of the following expression?1 + 2 − 3 + 4 + 5 − 6 + 7 + 8 − 9 + 10 + 11 − 12

What is the value of the following expression?

1 + 2 − 3 + 4 + 5 − 6 + 7 + 8 − 9 + 10 + 11 − 12
Show answer
Answer: A — The answer is 18.
Show hints
Hint 1 of 2
Doing it left-to-right is slow. Look at the sign pattern (+, +, −) and see if it suggests a group size.
Still stuck? Show hint 2 →
Hint 2 of 2
The signs repeat +, +, −. Group the terms in threes and watch the group totals.
Show solution
  1. Group in threes: (1+2−3), (4+5−6), (7+8−9), (10+11−12).
  2. The totals climb by 3 each time: 0, 3, 6, 9.
  3. Sum: 0 + 3 + 6 + 9 = 18.
2016 · #8 Find the value of the expression100 − 98 + 96 − 94 + 92 − 90 + … + 8 − 6 + 4 − 2.

Find the value of the expression

100 − 98 + 96 − 94 + 92 − 90 + … + 8 − 6 + 4 − 2.
Show answer
Answer: C — 50.
Show hint
Hint 1
Group as (100 − 98) + (96 − 94) + … Each pair equals 2.
Show solution
Approach: pair adjacent terms
  1. (100 − 98) + (96 − 94) + … + (4 − 2) — each pair = 2.
  2. Pairs span 100 down to 2 in steps of 4 (each pair drops by 4): (100 − 4)/4 + 1 = 25 pairs.
  3. Total: 25 × 2 = 50.
2013 · #3 What is the value of 4 · (−1 + 2 − 3 + 4 − 5 + 6 − 7 + … + 1000)?

What is the value of 4 · (−1 + 2 − 3 + 4 − 5 + 6 − 7 + … + 1000)?

Show answer
Answer: E — 2000.
Show hint
Hint 1
Group consecutive pairs (−1 + 2), (−3 + 4), …. Each pair = 1.
Show solution
Approach: pair to constants
  1. Each pair (−k + (k+1)) equals 1; there are 500 such pairs (covering 1…1000).
  2. Sum inside: 500. Multiply by 4: 2000.
1985 · #2 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 =

90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 =

Show answer
Answer: B — 945.
Show hints
Hint 1 of 2
Adding ten numbers one-by-one is slow — for a run that climbs by 1 each time, there's a shortcut.
Still stuck? Show hint 2 →
Hint 2 of 2
Sum of an arithmetic run = (first + last)⁄2 × count.
Show solution
Approach: average × count
  1. Average = (90 + 99)⁄2 = 94.5; count = 10.
  2. Sum = 94.5 × 10 = 945.
1987 · #3 2(81 + 83 + 85 + 87 + 89 + 91 + 93 + 95 + 97 + 99) =

2(81 + 83 + 85 + 87 + 89 + 91 + 93 + 95 + 97 + 99) =

Show answer
Answer: E — 1800.
Show hints
Hint 1 of 2
Pair the smallest with the largest, next-smallest with next-largest, etc.
Still stuck? Show hint 2 →
Hint 2 of 2
Each pair sums to the same value.
Show solution
Approach: pair from the ends
  1. 81 + 99 = 83 + 97 = ⋯ = 180. Five such pairs make 5 × 180 = 900.
  2. Double it: 2 × 900 = 1800.
CHAPTER 3

Factor the common piece — the distributive property

THEORY

The most powerful identity in arithmetic — and the one most underused on AMC 8 — is the distributive property:

DISTRIBUTIVE PROPERTY

a × (b + c) = a × b + a × c

Or read in reverse: a × b + a × c = a × (b + c)

It says: multiplying first then adding gives the same answer as adding first then multiplying. The reason is that a × (b + c) means 'a copies of (b + c)', which is a copies of b plus a copies of c.

The contest trick uses the reverse direction. When you see two or three multiplications that share a factor, factor it out, add the leftover pieces, multiply once at the end. One multiplication beats three.

A tiny example. 17 × 6 + 17 × 4 = 17 × (6+4) = 17 × 10 = 170. You never had to compute 17×6 = 102 or 17×4 = 68. The contest setters love hiding 17×6 + 17×4 inside a longer problem.

THE TRICK

Whenever you see the same big number appearing more than once in a sum, factor it out. Then look at the leftover terms — they may be expressible in terms of the factored number too.

WORKED EXAMPLE
PROBLEM · 1987 #10

4(299) + 3(299) + 2(299) + 298 =

A) 2889 B) 2989 C) 2991 D) 2999 E) 3009

The expression is 4(299) + 3(299) + 2(299) + 298.

Three of the four terms share the factor 299:

4(299) + 3(299) + 2(299) = (4+3+2)(299) = 9 × 299.

That's already a big simplification — one multiplication instead of three. But there's a second layer. The stray term is 298 = 299 − 1. So:

9 × 299 + 299 − 1 = 10 × 299 − 1 = 2990 − 1 = 2989.

The first observation (factor out 299) saves multiplications. The second observation (298 = 299 − 1) turns the final multiplication into a power of 10. You can do this entire problem mentally if you see both moves.

Answer: B — 2989.
RULE OF THUMB

Spot the common factor. Pull it out. Look at the leftover terms — they may be expressible in terms of the factored number too.

MORE LIKE THIS
2014 · #6 Six rectangles each with a common base width of 2 have lengths of 1, 4, 9, 16, 25, and 36. What is the sum of the areas of the six rectangles?

Six rectangles each with a common base width of 2 have lengths of 1, 4, 9, 16, 25, and 36. What is the sum of the areas of the six rectangles?

Show answer
Answer: D — 182.
Show hint
Hint 1
Each area is 2 × length. Factor out the 2 and sum the lengths once.
Show solution
Approach: factor out the common width
  1. Sum of lengths: 1 + 4 + 9 + 16 + 25 + 36 = 91 (sum of first 6 squares).
  2. Sum of areas: 2 × 91 = 182.
1996 · #4 What is the value of 2 + 4 + 6 + … + 343 + 6 + 9 + … + 51 ?

What is the value of 2 + 4 + 6 + … + 343 + 6 + 9 + … + 51 ?

Show answer
Answer: B — 2/3.
Show hints
Hint 1 of 2
Both top and bottom are the same list 1 + 2 + … + 17, just scaled.
Still stuck? Show hint 2 →
Hint 2 of 2
The top is 2 times it; the bottom is 3 times it.
Show solution
Approach: factor out the common sum
  1. Top = 2(1 + 2 + … + 17) and bottom = 3(1 + 2 + … + 17).
  2. The shared sum cancels, leaving 2/3.
1991 · #7 The value of (487,000)(12,027,300) + (9,621,001)(487,000)(19,367)(.05) is closest to

The value of (487,000)(12,027,300) + (9,621,001)(487,000)(19,367)(.05) is closest to

Show answer
Answer: D — About 10,000,000,000.
Show hints
Hint 1 of 2
The numerator has 487,000 as a common factor — pull it out.
Still stuck? Show hint 2 →
Hint 2 of 2
Then round each piece to a power of ten.
Show solution
Approach: factor, then estimate with powers of ten
  1. The numerator is 487,000 × (12,027,300 + 9,621,001) ≈ (5 × 10⁵)(2 × 10⁷) = 10¹³.
  2. The denominator is about (2 × 10⁴)(0.05) = 10³, so the value ≈ 10¹³ ÷ 10³ = 10¹⁰.
1993 · #7 33 + 33 + 33 =

33 + 33 + 33 =

Show answer
Answer: A — 3⁴.
Show hints
Hint 1 of 2
Three copies of the same thing is 3 times it.
Still stuck? Show hint 2 →
Hint 2 of 2
3 × 3³ = 3¹ × 3³.
Show solution
Approach: factor out the common power
  1. 3³ + 3³ + 3³ = 3 × 3³.
  2. Adding exponents, 3 × 3³ = 3⁴.
1985 · #19 If the length and width of a rectangle are each increased by 10%, then the perimeter of the rectangle is increased by

If the length and width of a rectangle are each increased by 10%, then the perimeter of the rectangle is increased by

Show answer
Answer: B — 10%.
Show hint
Hint 1
Perimeter is linear in both sides — scale each by 1.10.
Show solution
Approach: factor out 1.10
  1. New perimeter = 2(1.10L + 1.10W) = 1.10 × 2(L + W).
  2. So the perimeter is multiplied by 1.10 — an increase of 10%.
2024 · #15 Let the letters F, L, Y, B, U, G represent distinct digits. Suppose FLYFLY is the greatest number that satisfies the equation8 · FLYFLY...

Let the letters F, L, Y, B, U, G represent distinct digits. Suppose FLYFLY is the greatest number that satisfies the equation

8 · FLYFLY = BUGBUG.

What is the value of FLY + BUG?

Show answer
Answer: C — 1107.
Show hints
Hint 1 of 2
A six-digit number that repeats a three-digit block (like ABCABC) has a hidden common factor.
Still stuck? Show hint 2 →
Hint 2 of 2
FLYFLY = 1001 · FLY and BUGBUG = 1001 · BUG, so the equation just says 8 · FLY = BUG.
Show solution
Approach: strip the repeat, then maximize digit-by-digit
  1. FLYFLY = 1001 · FLY and BUGBUG = 1001 · BUG, so the equation reduces to 8 · FLY = BUG.
  2. BUG is a 3-digit number, so 8 · FLY < 1000 → FLY ≤ 124. So F = 1, and L ≤ 2 (else 8 · FLY ≥ 1040).
  3. Maximize: L = 2 (can't be 1, F took it). Then 8 · 12Y needs all 6 digits distinct. Y = 4: 8 · 124 = 992 (two 9s, fails). Y = 3: 8 · 123 = 984 — digits {1, 2, 3, 9, 8, 4} all distinct ✓.
  4. FLY + BUG = 123 + 984 = 1107.
★ MINI-QUIZ

Order, pairing, factoring

Three problems on the most basic arithmetic moves.

2023 · #1 What is the value of (8 × 4 + 2) − (8 + 4 × 2)?

What is the value of (8 × 4 + 2) − (8 + 4 × 2)?

Show answer
Answer: D — The answer is 18.
Show hint
Hint 1
Inside each set of parentheses, do the multiplication before the addition.
Show solution
  1. First parentheses: 8 × 4 + 2 = 32 + 2 = 34.
  2. Second parentheses: 8 + 4 × 2 = 8 + 8 = 16.
  3. Subtract: 34 − 16 = 18.
1989 · #1 (1 + 11 + 21 + 31 + 41) + (9 + 19 + 29 + 39 + 49) =

(1 + 11 + 21 + 31 + 41) + (9 + 19 + 29 + 39 + 49) =

Show answer
Answer: E — 250.
Show hints
Hint 1 of 2
Pair the first term of each group with the matching term of the other.
Still stuck? Show hint 2 →
Hint 2 of 2
Each pair like 1 + 9 makes a round 10 (then 30, 50, …).
Show solution
Approach: pair across the two groups
  1. Pairing gives 1+9, 11+19, 21+29, 31+39, 41+49 = 10, 30, 50, 70, 90.
  2. Their sum is 10 + 30 + 50 + 70 + 90 = 250.
2014 · #6 Six rectangles each with a common base width of 2 have lengths of 1, 4, 9, 16, 25, and 36. What is the sum of the areas of the six rectangles?

Six rectangles each with a common base width of 2 have lengths of 1, 4, 9, 16, 25, and 36. What is the sum of the areas of the six rectangles?

Show answer
Answer: D — 182.
Show hint
Hint 1
Each area is 2 × length. Factor out the 2 and sum the lengths once.
Show solution
Approach: factor out the common width
  1. Sum of lengths: 1 + 4 + 9 + 16 + 25 + 36 = 91 (sum of first 6 squares).
  2. Sum of areas: 2 × 91 = 182.
CHAPTER 4

'Closest to' — round before you multiply

THEORY

When a problem says closest to or approximately, look at the answer choices. They're usually 10s, 100s, or 1000s apart. That gap tells you how precise your answer needs to be.

The big idea: if the choices are 100 apart, you can afford an error of up to about 50 without hitting the wrong box. So you can round each factor to whatever's convenient, as long as the total rounding error stays within your budget.

Two rules that almost never fail:

  • Round before multiplying, not after. 2.46 × 8.163 is 20.08, but 2.5 × 8 = 20 — exactly right for our purposes, and you didn't multiply two ugly decimals.
  • Round in opposite directions to cancel. If you round 2.46 up to 2.5, try to round 8.163 down to 8 so the errors push against each other.

This works because multiplication is roughly linear for small changes. A 2% bump in one factor changes the product by ~2%. So even rounding aggressively (say, 5% per factor) keeps you within 10–15% of the truth — usually way inside the answer-choice gap.

THE TRICK

Look at the spread of the answer choices first. The bigger the gap, the more aggressively you can round.

WORKED EXAMPLE
PROBLEM · 1988 #7

2.46 × 8.163 × (5.17 + 4.829) is closest to

A) 100 B) 200 C) 300 D) 400 E) 500

The expression is 2.46 × 8.163 × (5.17 + 4.829). The choices are 100, 200, 300, 400, 500 — 100 apart. That's a huge rounding budget.

Round each factor: 2.46 ≈ 2.5, 8.163 ≈ 8, 5.17 + 4.829 ≈ 10. Multiply: 2.5 × 8 × 10 = 200.

The true value is about 200.8 — within 1 of our estimate, way inside the 100-wide answer-choice gap.

The temptation is to compute 5.17 + 4.829 = 9.999 and feel clever about the near-10. But you don't need to be that careful. Just round to 10.

Answer: B — 200.
RULE OF THUMB

Look at the spread of the answer choices first. Round each factor before you multiply, not after.

MORE LIKE THIS
1986 · #4 The product (1.8)(40.3 + .07) is closest to

The product (1.8)(40.3 + .07) is closest to

Show answer
Answer: C — 74.
Show hint
Hint 1
The small .07 barely changes the sum; round 40.37 ≈ 40.
Show solution
Approach: round before multiplying
  1. 1.8 × 40.37 ≈ 1.8 × 40 = 72.
  2. Closest of the choices is 74.
2006 · #1 Mindy made three purchases for $1.98, $5.04, and $9.89. What was her total, to the nearest dollar?

Mindy made three purchases for $1.98, $5.04, and $9.89. What was her total, to the nearest dollar?

Show answer
Answer: D — $17.
Show hint
Hint 1
Round each to the nearest dollar before adding (each is already close to a whole).
Show solution
Approach: round and add
  1. $1.98 + $5.04 + $9.89 ≈ 2 + 5 + 10 = 17.
2014 · #2 Paul owes Paula 35 cents and has a pocket full of 5-cent coins, 10-cent coins, and 25-cent coins that he can use to pay her. What is the...

Paul owes Paula 35 cents and has a pocket full of 5-cent coins, 10-cent coins, and 25-cent coins that he can use to pay her. What is the difference between the largest and the smallest number of coins he can use to pay her?

Show answer
Answer: E — 5 coins difference.
Show hint
Hint 1
Max coins → all 5-cent coins. Min coins → use the biggest coins possible.
Show solution
Approach: compute both extremes
  1. Most coins: 35 / 5 = 7 nickels.
  2. Fewest coins: 25 + 10 = 35 with 2 coins.
  3. Difference: 7 − 2 = 5.
2017 · #4 When 0.000315 is multiplied by 7,928,564 the product is closest to which of the following?

When 0.000315 is multiplied by 7,928,564 the product is closest to which of the following?

Show answer
Answer: D — 2400.
Show hint
Hint 1
Round both to one significant figure: 0.0003 × 8,000,000.
Show solution
Approach: scientific notation, round
  1. 0.000315 ≈ 3 × 10−4. 7,928,564 ≈ 8 × 106.
  2. Product ≈ 3 · 8 · 102 = 24 · 100 = 2400.
2020 · #14 (figure problem)
amc8-2020-14
Show answer
Answer: D — Closest to 95,000.
Show hints
Hint 1 of 2
Total = average × number of cities. The dashed line shows the average.
Still stuck? Show hint 2 →
Hint 2 of 2
Average reads ~4750. Multiply by 20.
Show solution
Approach: total = average × count
  1. The dashed line marks the average at about 4,750.
  2. Total population ≈ 4,750 × 20 = 95,000.
CHAPTER 5

Plug in — don't reason symbolically

THEORY

When a problem says given a = −2, which of [these five expressions] is the largest?, the student instinct is to reason: 'well, a² is positive so it's bigger than the negative ones, and 24⁄a is more negative than 4a, so…'. This is slower than just plugging in and ranking.

The principle is simple: comparing five concrete numbers is faster than comparing five symbolic expressions, even for a fast reasoner. Lay them out in a column, evaluate each, pick the biggest.

Where this matters most is when the input is negative or between 0 and 1. Both of these break your usual instincts:

  • For a negative number, is positive, is negative, −a is positive, 1/a is negative.
  • For a number between 0 and 1, squaring makes it smaller (½² = ¼), and the reciprocal is bigger (1/½ = 2). The size order of expressions flips compared to numbers bigger than 1.

Both traps appear everywhere on AMC. The shield is: plug in. Don't try to reason. Computation is faster than philosophy.

THE TRICK

Negative inputs flip sign rules. Fractional inputs flip size rules. Don't try to reason about these — substitute, then compare.

WORKED EXAMPLE
PROBLEM · 1985 #8

If a = −2, the largest number in the set −3a, 4a, 24⁄a, a², 1 is

A) −3a B) 4a C) 24⁄a D) E) 1

With a = −2:

  • −3a = −3(−2) = +6
  • 4a = 4(−2) = −8
  • 24⁄a = 24⁄(−2) = −12
  • a² = (−2)² = +4
  • 1 = 1

Largest is 6 = −3a. Done in 15 seconds.

Notice how many traps you'd have walked into without plugging in: you might think beats −3a (it doesn't, because flipping the sign of a negative gives a bigger positive); you might think 24⁄a is the biggest because '24 is big' (it's the most negative, the smallest).

Whenever an AMC problem hands you a value of a variable, the test is almost always asking you to plug in. The 'figure it out symbolically' approach is the long way around.

Answer: A — −3a.
RULE OF THUMB

Negative inputs flip sign rules. Fractional inputs flip size rules. Substitute, then compare.

MORE LIKE THIS
1989 · #17 The number N is between 9 and 17. The average of 6, 10, and N could be

The number N is between 9 and 17. The average of 6, 10, and N could be

Show answer
Answer: B — 10.
Show hints
Hint 1 of 2
Plug the extreme values of N into the average formula to see what range the average can land in.
Still stuck? Show hint 2 →
Hint 2 of 2
Then check which choice falls inside that range.
Show solution
Approach: bound the average using the bounds on N
  1. Average = (6 + 10 + N)⁄3 = (16 + N)⁄3. With 9 < N < 17, this ranges from 25⁄3 ≈ 8.3 to 33⁄3 = 11.
  2. Of the choices, only 10 sits in that range (N = 14 gives average 10).
1996 · #9 If 5 times a number is 2, then 100 times the reciprocal of the number is

If 5 times a number is 2, then 100 times the reciprocal of the number is

Show answer
Answer: D — 250.
Show hints
Hint 1 of 2
First find the number, then flip it.
Still stuck? Show hint 2 →
Hint 2 of 2
5 × number = 2 means the number is 2/5.
Show solution
Approach: find the number, then its reciprocal
  1. The number is 2/5, so its reciprocal is 5/2.
  2. 100 × (5/2) = 250.
1990 · #7 When three different numbers from the set {−3, −2, −1, 4, 5} are multiplied, the largest possible product is

When three different numbers from the set {−3, −2, −1, 4, 5} are multiplied, the largest possible product is

Show answer
Answer: C — 30.
Show hints
Hint 1 of 2
A positive product needs an even number of negatives — here, two.
Still stuck? Show hint 2 →
Hint 2 of 2
Pair the two most-negative numbers with the largest positive.
Show solution
Approach: two negatives times the biggest positive
  1. Using (−3)(−2) = 6 and the largest positive 5 gives a positive product.
  2. 6 × 5 = 30, the largest possible.
CHAPTER 6

Averages — go back to totals

THEORY

An average is a summary. The thing you can always do arithmetic with is the total:

AVERAGE ↔ TOTAL

average × count = total

total ÷ count = average

This sounds obvious, but the AMC tests whether you treat averages as numbers in their own right (a beginner mistake) or as a compressed form of (total, count).

Common trap: never average two averages. If a class of 20 kids scored an average of 80 and a class of 10 kids scored an average of 70, the combined average is NOT 75. It's:

combined total = 20 × 80 + 10 × 70 = 1600 + 700 = 2300

combined count = 20 + 10 = 30

average = 2300 ÷ 30 ≈ 76.7

The combined average leans toward the bigger group (the 20 kids at 80). That's weighted averaging. Every weighted-average problem on AMC is just this — go to totals, do plain arithmetic, divide at the end.

Same idea for 'one extra item changed the average': convert each average to a total, subtract, and you've isolated the new item.

The deviations trick — ups and downs must cancel

Here’s a beautiful fact: the amounts numbers go ABOVE the mean must equal the amounts they go BELOW.

Picture a seesaw, with the mean as the balance point. Every number is a kid sitting at some distance from the balance. The seesaw is level — so the total “weight” on each side must match. Add up all the “+ how much above” values; add up all the “− how much below” values; they cancel out to zero.

mean = 8070−1075−585+590+10

Below: −10 + (−5) = −15. Above: +5 + 10 = +15. They cancel.

Why it’s useful. When the AMC says “average of 5 scores is 80,” you know the deviations from 80 sum to zero. So if four scores are 70, 75, 88, 92 (with deviations −10, −5, +8, +12 totaling +5), the fifth must contribute −5 — meaning it’s 75.

Often this is faster than “total = average × count; missing = total − sum so far.” Just track distances from the mean.

THE TRICK

Convert every average into a total before doing anything else. Combine, compare, or subtract totals; only divide back to an average at the very end.

WORKED EXAMPLE
PROBLEM · 2007 #1

Theresa's parents have agreed to buy her tickets to see her favorite band if she spends an average of 10 hours per week helping around the house for 6 weeks. For the first 5 weeks she helps around the house for 8, 11, 7, 12 and 10 hours. How many hours must she work for the final week to earn the tickets?

A) 9 B) 10 C) 11 D) 12 E) 13

Theresa needs to average 10 hours of help per week for 6 weeks to earn the tickets. The first five weeks she helped 8, 11, 7, 12, and 10 hours. How many hours does she need in week 6?

Convert the target average to a target total: 6 × 10 = 60 hours over the whole stretch.

Add up what she's already done: 8 + 11 + 7 + 12 + 10 = 48.

So week 6 must be 60 − 48 = 12 hours.

Notice we never actually averaged anything — we treated the average as a target total and subtracted the running total. That's the move for every 'one more value and the average becomes X' problem.

Answer: D — 12 hours.
RULE OF THUMB

Convert every average into a total before doing anything else. Combine totals, then divide back to an average at the very end.

MORE LIKE THIS
2008 · #10 The average age of the 6 people in Room A is 40. The average age of the 4 people in Room B is 25. If the two groups are combined, what...

The average age of the 6 people in Room A is 40. The average age of the 4 people in Room B is 25. If the two groups are combined, what is the average age of all the people?

Show answer
Answer: D — 34.
Show hint
Hint 1
Combined average = total ages / total people. Each room's total = avg × count.
Show solution
Approach: total ages / total count
  1. Room A total: 6 · 40 = 240. Room B: 4 · 25 = 100.
  2. Combined: 340 / 10 = 34.
2014 · #3 Isabella had a week to read a book for a school assignment. She read an average of 36 pages per day for the first three days and an...

Isabella had a week to read a book for a school assignment. She read an average of 36 pages per day for the first three days and an average of 44 pages per day for the next three days. She then finished the book by reading 10 pages on the last day. How many pages were in the book?

Show answer
Answer: B — 250 pages.
Show hint
Hint 1
Average × count gives the total for each three-day block. Then add the last day.
Show solution
Approach: average × count, then sum
  1. First three days: 36 × 3 = 108 pages.
  2. Next three days: 44 × 3 = 132 pages.
  3. Total: 108 + 132 + 10 = 250.
1991 · #12 If 2 + 3 + 43 = 1990 + 1991 + 1992N, then N =

If 2 + 3 + 43 = 1990 + 1991 + 1992N, then N =

Show answer
Answer: D — 1991.
Show hints
Hint 1 of 2
The left side is the average of 2, 3, 4, which is 3.
Still stuck? Show hint 2 →
Hint 2 of 2
For the right side to equal 3, N must be the count that makes its average 3 — i.e. the sum divided by 3.
Show solution
Approach: both sides are an average
  1. The left side equals 3. The right side is 5973/N, so 5973/N = 3 gives N = 5973 ÷ 3.
  2. That is N = 1991 (the middle of 1990, 1991, 1992).
1996 · #12 What number should be removed from the list 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 so that the average of the remaining numbers is 6.1?

What number should be removed from the list 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 so that the average of the remaining numbers is 6.1?

Show answer
Answer: B — 5.
Show hints
Hint 1 of 2
Find the total of all 11 numbers, then the total the 10 remaining must have.
Still stuck? Show hint 2 →
Hint 2 of 2
The difference is the removed number.
Show solution
Approach: compare the sums before and after
  1. The eleven numbers total 66; the remaining ten must total 6.1 × 10 = 61.
  2. So the removed number is 66 − 61 = 5.
1999 · #13 The average age of the 40 members of a computer science camp is 17 years. There are 20 girls, 15 boys, and 5 adults. If the average age...

The average age of the 40 members of a computer science camp is 17 years. There are 20 girls, 15 boys, and 5 adults. If the average age of the girls is 15 and the average age of the boys is 16, what is the average age of the adults?

Show answer
Answer: C — 28 years.
Show hints
Hint 1 of 2
Work with total ages, not averages: everyone's ages add to 40 × 17.
Still stuck? Show hint 2 →
Hint 2 of 2
Subtract the girls' and boys' totals to leave the adults' total.
Show solution
Approach: convert averages to totals
  1. All 40 ages total 40 × 17 = 680. Girls total 20 × 15 = 300 and boys total 15 × 16 = 240.
  2. Adults total 680 − 300 − 240 = 140, so their average is 140 ÷ 5 = 28.
1993 · #15 The arithmetic mean (average) of four numbers is 85. If the largest of these numbers is 97, then the mean of the remaining three numbers is

The arithmetic mean (average) of four numbers is 85. If the largest of these numbers is 97, then the mean of the remaining three numbers is

Show answer
Answer: A — 81.0.
Show hints
Hint 1 of 2
Find the total of all four numbers from the mean.
Still stuck? Show hint 2 →
Hint 2 of 2
Remove the largest, then average the other three.
Show solution
Approach: work with the total
  1. The four numbers total 4 × 85 = 340; removing 97 leaves 243.
  2. Their mean is 243 ÷ 3 = 81.0.
★ MINI-QUIZ

Rounding and averages

Three problems on closest-to estimation and weighted-average thinking.

2006 · #1 Mindy made three purchases for $1.98, $5.04, and $9.89. What was her total, to the nearest dollar?

Mindy made three purchases for $1.98, $5.04, and $9.89. What was her total, to the nearest dollar?

Show answer
Answer: D — $17.
Show hint
Hint 1
Round each to the nearest dollar before adding (each is already close to a whole).
Show solution
Approach: round and add
  1. $1.98 + $5.04 + $9.89 ≈ 2 + 5 + 10 = 17.
2014 · #3 Isabella had a week to read a book for a school assignment. She read an average of 36 pages per day for the first three days and an...

Isabella had a week to read a book for a school assignment. She read an average of 36 pages per day for the first three days and an average of 44 pages per day for the next three days. She then finished the book by reading 10 pages on the last day. How many pages were in the book?

Show answer
Answer: B — 250 pages.
Show hint
Hint 1
Average × count gives the total for each three-day block. Then add the last day.
Show solution
Approach: average × count, then sum
  1. First three days: 36 × 3 = 108 pages.
  2. Next three days: 44 × 3 = 132 pages.
  3. Total: 108 + 132 + 10 = 250.
2008 · #10 The average age of the 6 people in Room A is 40. The average age of the 4 people in Room B is 25. If the two groups are combined, what...

The average age of the 6 people in Room A is 40. The average age of the 4 people in Room B is 25. If the two groups are combined, what is the average age of all the people?

Show answer
Answer: D — 34.
Show hint
Hint 1
Combined average = total ages / total people. Each room's total = avg × count.
Show solution
Approach: total ages / total count
  1. Room A total: 6 · 40 = 240. Room B: 4 · 25 = 100.
  2. Combined: 340 / 10 = 34.
CHAPTER 7

Work backward — and keep the right fraction

THEORY

Stories on the AMC love a sequence of give-aways: “Jack had X apples. He sold 25% to Jill, then 25% of what was left to June, then gave 1 to the teacher.” The slow way is to compute each step separately. The fast way is to stack the keep-fractions.

THE KEEP-FRACTION TRICK

“Lost 25%” means you kept 75% = 3/4. Multiply the keep-fractions to find what survives after the whole story:

fraction kept = (3/4) × (3/4) × (3/4) …

Picture the bar shrinking at each step:

Start:128 apples (whole = 1)After Jill(kept 3/4)96 apples (3/4 left)sold (32)After June(kept 3/4 again)72 apples (9/16 left)sold to June(earlier)After teacher(− 1 apple)71 apples left ✓
One multiplication: 128 × (3/4) × (3/4) = 128 × 9/16 = 72. Then subtract 1 for the teacher. Done.

The trap: 25% twice is NOT 50%

What happenedKept-fractionHow much you LOST overall
Lose 25%, then 25% again(3/4)(3/4) = 9/167/16 ≈ 43.75% (NOT 50%)
Lose 50%, then 50% again(1/2)(1/2) = 1/475% (NOT 100%)
Lose 10%, then 10% again(9/10)(9/10) = 81/10019% (NOT 20%)

The second discount is taken from the already-reduced amount, not from the original. That’s why the losses don’t add.

THE TRICK

When the same operation repeats, do it as one multiplication, not several. For percentages, multiply the keep-fractions. For an unknown start, work backward by inverting each operation in reverse order.

WORKED EXAMPLE
PROBLEM · 1989 #21

Jack had a bag of 128 apples. He sold 25% of them to Jill. Next he sold 25% of those remaining to June. Of those apples still in his bag, he gave the shiniest one to his teacher. How many apples did Jack have then?

A) 7 B) 63 C) 65 D) 71 E) 111

Jack starts with 128 apples. He sells 25% of them to Jill, then 25% of what remains to June, then gives one apple to the teacher. How many are left?

Stack the keep-fractions forward. Selling 25% keeps ¾; doing it twice keeps (¾)(¾) = 9/16. So after Jill and June, Jack has 128 × 9/16 = 8 × 9 = 72 apples. Subtract the one for the teacher: 72 − 1 = 71.

You could also go backward: end with 71, add 1 back = 72, then divide by ¾ twice (= multiply by 4/3 twice) to get 128 ✓.

One multiplication replaced two percent computations. Whenever percent operations chain, multiply the keep-fractions and don't track intermediate counts.

Answer: D — 71.
RULE OF THUMB

When the same operation repeats, do it as one multiplication, not several. For percentages, multiply the keep-fractions.

MORE LIKE THIS
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.
1988 · #22 Tom's Hat Shoppe increased all original prices by 25%. Now the shoppe is having a sale where all prices are 20% off these increased...

Tom's Hat Shoppe increased all original prices by 25%. Now the shoppe is having a sale where all prices are 20% off these increased prices. Which statement best describes the sale price of an item?

Show answer
Answer: E — The sale price is the same as the original price.
Show hints
Hint 1 of 2
Apply each percent change as a multiplier and multiply them.
Still stuck? Show hint 2 →
Hint 2 of 2
1.25 × 0.80 — what does that equal?
Show solution
Approach: multiply the two factors
  1. +25% means ×1.25; −20% off means ×0.80. Combined: 1.25 × 0.80 = 1.00.
  2. So the sale price equals the original price.
1996 · #18 Ana's monthly salary was $2000 in May. In June she received a 20% raise. In July she received a 20% pay cut. After the two changes in...

Ana's monthly salary was $2000 in May. In June she received a 20% raise. In July she received a 20% pay cut. After the two changes in June and July, Ana's monthly salary was

Show answer
Answer: A — 1920 dollars.
Show hints
Hint 1 of 2
A 20% raise then a 20% cut do NOT cancel out.
Still stuck? Show hint 2 →
Hint 2 of 2
Multiply by 1.2, then by 0.8.
Show solution
Approach: apply both percent changes in turn
  1. After the raise: 2000 × 1.2 = 2400. After the cut: 2400 × 0.8 = 1920.
  2. So her salary is $1920.
1997 · #16 Penni buys $100 of stock in each of three companies: AA, BB, and CC. After one year AA is up 20%, BB is down 25%, and CC is unchanged....

Penni buys $100 of stock in each of three companies: AA, BB, and CC. After one year AA is up 20%, BB is down 25%, and CC is unchanged. In the second year AA drops 20% from its new value, BB rises 25% from its new value, and CC is unchanged. If A, B, C are the final values, which ordering is correct?

Show answer
Answer: E — B < A < C.
Show hints
Hint 1 of 2
Track each $100 through both years.
Still stuck? Show hint 2 →
Hint 2 of 2
A 20% rise followed by a 20% fall does not return to the start.
Show solution
Approach: follow each $100 year by year
  1. AA: 100 → 120 → 96. BB: 100 → 75 → 93.75. CC stays 100.
  2. So 93.75 < 96 < 100, i.e. B < A < C.
CHAPTER 8

Mean, median, mode — three different 'middles'

THEORY

Three different ways to describe the 'middle' of a list of numbers:

THREE MIDDLES

  • Mean (average): sum ÷ count. The 'balance point' of the data.
  • Median: the middle value when sorted. For an even count, average the two middle values.
  • Mode: the most frequent value. A list can have one mode, several modes, or none.

They tell you different things. Look at the list {1, 2, 3, 4, 100} on a number line:

1234100median = 3mean = 22

The 100 yanks the mean far from the other values. The median sits right in the middle of the sorted list.

The mean is pulled around by extreme values; the median isn't. That's why news reports use median income (not mean income) — a few billionaires would skew the mean.

When does the median matter more than the mean? AMC often asks 'find n so the mean equals the median' or 'add a value so the average changes by 2'. These force the value into a specific range depending on where it falls in the sorted list.

To find the median of n values: sort them and take position (n+1)/2 if n is odd, or average positions n/2 and n/2+1 if n is even. Don't compute the others — just sort.

THE TRICK

For 'add a value to make mean = median' problems, do casework on where the new value falls in the sorted order. Each case constrains the value differently. Always check that your solved value is consistent with the case you assumed.

To make one number as big as possible, make all the others as small as the rules allow.

The mean locks the total. So a bigger value here must be paid for by smaller values elsewhere. Watch it work on five different positive integers with mean 15 (so they add to 75) and median 18:

slot1st2nd3rd (median)4th5th (largest)
smallest legal12181975−(1+2+18+19)=35

Drag the four other slots to their smallest distinct values; whatever the total has left over is the biggest the last one can be — here, 35. (Same engine as the push-to-extremes move in Algebra.)

WORKED EXAMPLE
PROBLEM · 2011 #4

Here is a list of the numbers of fish that Tyler caught in nine outings last summer: 2, 0, 1, 3, 0, 3, 3, 1, 2. Which statement about the mean, median, and mode is true?

A) median < mean < mode B) mean < mode < median C) mean < median < mode D) median < mode < mean E) mode < median < mean

Tyler's nine catches: 2, 0, 1, 3, 0, 3, 3, 1, 2. Sort them first:

0, 0, 1, 1, 2, 2, 3, 3, 3

  • Mode = most frequent value = 3 (appears three times).
  • Median = middle of 9 sorted values = 5th term = 2.
  • Mean = sum/count = (2+0+1+3+0+3+3+1+2)/9 = 15/9 ≈ 1.67.

So mean (1.67) < median (2) < mode (3).

Sort once, then read off all three middles from the same sorted list. The mean wants the unsorted sum, but the sorted list keeps your eyes on the median and mode in one glance.

Answer: C — mean < median < mode.
RULE OF THUMB

Mean = sum/count. Median = middle after sorting. Mode = most frequent.

MORE LIKE THIS
2012 · #11 The mean, median, and unique mode of the positive integers 3, 4, 5, 6, 6, 7, and x are all equal. What is the value of x?

The mean, median, and unique mode of the positive integers 3, 4, 5, 6, 6, 7, and x are all equal. What is the value of x?

Show answer
Answer: D — 11.
Show hints
Hint 1 of 2
"Unique mode" is the only repeated value — that's 6 in this list. So mode = mean = median = 6.
Still stuck? Show hint 2 →
Hint 2 of 2
Force the mean to be 6: solve for x from the 7-term sum.
Show solution
Approach: lock mode = 6, then force mean = 6
  1. Mode must remain 6 (every other value appears once), so x ≠ 3, 4, 5, 7.
  2. Mean = 6 ⇒ sum = 7 · 6 = 42.
  3. 3 + 4 + 5 + 6 + 6 + 7 + x = 31 + x = 42 ⇒ x = 11. (Sorted list: 3, 4, 5, 6, 6, 7, 11 — median 6 ✓.)
2013 · #5 Hammie is in the 6th grade and weighs 106 pounds. His quadruplet sisters are tiny babies and weigh 5, 5, 6, and 8 pounds. Which is...

Hammie is in the 6th grade and weighs 106 pounds. His quadruplet sisters are tiny babies and weigh 5, 5, 6, and 8 pounds. Which is greater, the average (mean) weight of these five children or the median weight, and by how many pounds?

Show answer
Answer: E — Average, by 20.
Show hint
Hint 1
Order the 5 weights to find the median. Mean = total / 5. The single outlier (106) pulls the mean way up.
Show solution
Approach: compute both
  1. Sorted: 5, 5, 6, 8, 106 ⇒ median = 6.
  2. Mean = (5 + 5 + 6 + 8 + 106)/5 = 130/5 = 26.
  3. Mean exceeds median by 26 − 6 = 20.
2010 · #4 What is the sum of the mean, median, and mode of the numbers 2, 3, 0, 3, 1, 4, 0, 3?

What is the sum of the mean, median, and mode of the numbers 2, 3, 0, 3, 1, 4, 0, 3?

Show answer
Answer: C — 7.5.
Show hint
Hint 1
Sort first, then read off mode and median; compute mean from the sum.
Show solution
Approach: compute each of mean/median/mode
  1. Sorted: 0, 0, 1, 2, 3, 3, 3, 4. Sum = 16 ⇒ mean = 16/8 = 2.
  2. Median = avg of 4th and 5th = (2 + 3)/2 = 2.5.
  3. Mode = 3.
  4. Total: 2 + 2.5 + 3 = 7.5.
1993 · #11 (figure problem)
ajhsme-1993-11
Show answer
Answer: C — 70.
Show hints
Hint 1 of 2
With 81 students, the median is the 41st score from the bottom.
Still stuck? Show hint 2 →
Hint 2 of 2
Add bar heights from the left until you pass 41.
Show solution
Approach: count up to the middle student
  1. The median is the 41st of 81 students. Adding the bars from the low end: 1, 3, 7, 12, 18, 28, 42 — the running total passes 41 at the 70 bar.
  2. So the median lies in the interval labeled 70.
1995 · #19 (figure problem)
ajhsme-1995-19
Show answer
Answer: D — 4.
Show hints
Hint 1 of 2
Add up the bar heights to get the total number of families.
Still stuck? Show hint 2 →
Hint 2 of 2
The median is the middle value once all families are lined up in order.
Show solution
Approach: find the middle value of the ordered data
  1. The bars give 2, 1, 2, 2, 6 families for 1, 2, 3, 4, 5 children — 13 families total.
  2. The 7th value (the middle of 13) falls in the '4 children' group, so the median is 4.
1997 · #14 A set of five positive integers has mean 5, median 5, and 8 as its only mode. What is the difference between the largest and smallest...

A set of five positive integers has mean 5, median 5, and 8 as its only mode. What is the difference between the largest and smallest integers in the set?

Show answer
Answer: D — 7.
Show hints
Hint 1 of 2
The five numbers sum to 5 × 5 = 25, and the mode 8 means two of them are 8.
Still stuck? Show hint 2 →
Hint 2 of 2
The median 5 is the middle value; the two smallest must be distinct and add to what's left.
Show solution
Approach: use the sum, mode, and median together
  1. The numbers total 25; two 8s (the only mode) account for 16, and the median forces the middle value 5, leaving 4 for the two smallest.
  2. Distinct positive integers adding to 4 are 1 and 3, giving {1, 3, 5, 8, 8} and a difference of 8 − 1 = 7.
2001 · #21 The mean of a set of five different positive integers is 15. The median is 18. The maximum possible value of the largest of these five...

The mean of a set of five different positive integers is 15. The median is 18. The maximum possible value of the largest of these five integers is

Show answer
Answer: D — 35.
Show hints
Hint 1 of 2
Mean 15 means the five numbers add to 75.
Still stuck? Show hint 2 →
Hint 2 of 2
To push one number as high as possible, make the other four as small as the rules allow.
Show solution
Approach: fix the total, minimize the others
  1. Five numbers averaging 15 sum to 5 × 15 = 75.
  2. The median (3rd value) is 18, so the two below it are the smallest distinct positives 1 and 2, and the 4th value is the smallest integer above 18, namely 19.
  3. The largest = 75 − 1 − 2 − 18 − 19 = 35.
CHAPTER 9

Tables and graphs — read carefully

THEORY

About 1 in every 3 AMC contests has a 'read the table' or 'read the graph' problem. Despite being arithmetic at heart, these problems cause more errors than they should — because students rush the reading.

Habits for tables:

  • Identify what each row means and what each column means.
  • Read the question to identify which cells to extract.
  • If you need a sum or difference, mark the relevant cells and add.
  • For 'percent of total' on a row, compute the row total first.

Habits for bar graphs and line graphs:

  • Identify the axes and units (one tick = ?). A '50' tick can mean 50 dollars or 50 millions — always check.
  • Read each relevant data point exactly.
  • For cumulative graphs (where each new point adds to the previous), answers are differences of heights, not direct reads.

Habits for pie charts: each slice's angle ÷ 360° = its fraction of the whole. Multiply that fraction by the given total to get the slice's value.

THE TRICK

For 'percent of total' questions on a table, compute the row total first, then the relevant subcategory ÷ total.

For 'how many more X than Y' on a bar graph, the difference of the two bars matters — not their individual heights.

WORKED EXAMPLE
PROBLEM · 2002 #8

Juan organizes the stamps in his collection by country and by the decade in which they were issued. He paid these prices at the stamp shop: Brazil and France, 6¢ each; Peru, 4¢ each; and Spain, 5¢ each. (Brazil and Peru are South American countries; France and Spain are European.) The table shows how many stamps he has from each country and decade.

How many of his European stamps were issued in the 1980s?

Number of Stamps by Decade
Country'50s'60s'70s'80s
Brazil47128
France841215
Peru64610
Spain39139
A) 9 B) 15 C) 18 D) 24 E) 42

Read the bar graph carefully. Identify each bar's height (paying attention to the scale). For ratio questions, divide. For 'what percent' questions, divide and multiply by 100.

Take 5 seconds to verify the y-axis scale before reading any bar's height. Then take 5 more seconds to verify your answer makes sense (ratios shouldn't be wildly different from your eye-estimate).

Answer: D — 24.
RULE OF THUMB

Read axes first. Then identify the values. Then do the arithmetic. Never rush this kind of problem — the data extraction is half the work.

MORE LIKE THIS
2002 · #9 Juan organizes the stamps in his collection by country and by the decade in which they were issued. He paid these prices at the stamp...

Juan organizes the stamps in his collection by country and by the decade in which they were issued. He paid these prices at the stamp shop: Brazil and France, 6¢ each; Peru, 4¢ each; and Spain, 5¢ each. (Brazil and Peru are South American countries; France and Spain are European.) The table shows how many stamps he has from each country and decade.

His South American stamps issued before the 1970s cost him how much?

Number of Stamps by Decade
Country'50s'60s'70s'80s
Brazil47128
France841215
Peru64610
Spain39139
Show answer
Answer: B — $1.06.
Show hints
Hint 1 of 2
South American means Brazil and Peru; “before the 1970s” means the '50s and '60s columns.
Still stuck? Show hint 2 →
Hint 2 of 2
Multiply each country's stamp count by its price, then add.
Show solution
Approach: count the right cells, then multiply by price
  1. Brazil and Peru are South American; before the 1970s covers the '50s and '60s.
  2. Brazil: 4 + 7 = 11 stamps at 6¢ = 66¢. Peru: 6 + 4 = 10 stamps at 4¢ = 40¢.
  3. Total: 66¢ + 40¢ = 106¢ = $1.06.
2002 · #10 Juan organizes the stamps in his collection by country and by the decade in which they were issued. He paid these prices at the stamp...

Juan organizes the stamps in his collection by country and by the decade in which they were issued. He paid these prices at the stamp shop: Brazil and France, 6¢ each; Peru, 4¢ each; and Spain, 5¢ each. (Brazil and Peru are South American countries; France and Spain are European.) The table shows how many stamps he has from each country and decade.

The average price of his 1970s stamps is closest to which value?

Number of Stamps by Decade
Country'50s'60s'70s'80s
Brazil47128
France841215
Peru64610
Spain39139
Show answer
Answer: E — About 5.4 cents.
Show hints
Hint 1 of 2
Average price = total cost of the 1970s stamps ÷ how many there are.
Still stuck? Show hint 2 →
Hint 2 of 2
Use the whole 1970s column across all four countries.
Show solution
Approach: weighted average over the 1970s column
  1. 1970s stamps: Brazil 12 and France 12 at 6¢, Peru 6 at 4¢, Spain 13 at 5¢.
  2. Total cost: 12×6 + 12×6 + 6×4 + 13×5 = 72 + 72 + 24 + 65 = 233¢, over 12 + 12 + 6 + 13 = 43 stamps.
  3. 233 ÷ 43 ≈ 5.4, so the average is closest to 5.4 cents.
1993 · #10 (figure problem)
ajhsme-1993-10
Show answer
Answer: B — March.
Show hints
Hint 1 of 2
A 'drop' is a downward segment of the line.
Still stuck? Show hint 2 →
Hint 2 of 2
Compare the sizes of the downward steps and pick the steepest one.
Show solution
Approach: compare the downward steps
  1. Look only at the segments where the price falls and measure how far each drops.
  2. The steepest downward step starts at the March price, so the greatest monthly drop occurred during March.
2017 · #2 (figure problem)
amc8-2017-02
Show answer
Answer: E — 120 votes.
Show hint
Hint 1
Brenda has 30% of the votes — 36 votes. Find 100%.
Show solution
Approach: scale 30% to 100%
  1. 30% of total = 36 ⇒ total = 36 / 0.30 = 120.
2022 · #15 (figure problem)
amc8-2022-15
Show answer
Answer: C — 3 ounces.
Show hints
Hint 1 of 2
For each weight, find the lowest price dot in that column. Then compute price ÷ weight.
Still stuck? Show hint 2 →
Hint 2 of 2
Lowest-price-per-ounce will favor a weight where the cheapest available pepper drops well below the dollar-per-ounce line.
Show solution
Approach: lowest dot in each column, then divide
  1. Lowest price at each weight (reading off the scatter): 1 oz ≈ $1.25 (rate ≈ 1.25), 2 oz ≈ $2 (1.00), 3 oz ≈ $2.5 (≈ 0.83), 4 oz ≈ $3.9 (≈ 0.97), 5 oz ≈ $4.5 (≈ 0.90).
  2. The 3-ounce option has the lowest rate (~$0.83/oz). Answer: 3 ounces.
CHAPTER 10

Number sense — estimation and orders of magnitude

THEORY

Some AMC problems give you ugly numbers and answer choices that are orders of magnitude apart. The question isn't really "what's the exact value?" — it's "what's the size of the answer?" Exact computation is overkill; smart estimation wins.

ORDER OF MAGNITUDE

The "order of magnitude" of a number is roughly how many digits it has. 47 is order 10 (about 10¹). 4,700 is order 1000 (about 10³). 470,000 is about 10⁵.

When answer choices look like 24, 240, 2400, 24000 — the only question is which power of 10 you land on. Find the magnitude first; refine later if needed.

Estimation by rounding

The cleanest tool is rounding: round each number to one or two significant digits, do the easy multiplication, count the zeros, and compare to the choices.

Example. 0.000315 × 7,928,564. Looks awful. But:

  • 0.000315 ≈ 0.0003 = 3 × 10⁻⁴
  • 7,928,564 ≈ 8,000,000 = 8 × 10⁶
  • Product ≈ 3 × 8 × 10⁻⁴⁺⁶ = 24 × 10² = 2400.

Done. Order of magnitude is 10³, leading digits are about 24. If the answer choices are 210 / 240 / 2100 / 2400 / 24000, you can confidently pick 2400.

0.0003153 × 10⁻⁴7,928,5648 × 10⁶product24 × 10² = 2400round, multiply,count zeros.

Powers of 10 — the secret weapon

Whenever you see scary numbers, rewrite as (small number) × (power of 10). This separates the shape of the number from its size.

POWERS OF 10 — REMEMBER

  • 10² = 100 (a hundred)
  • 10³ = 1,000 (a thousand)
  • 10⁶ = 1,000,000 (a million — 6 zeros)
  • 10⁹ = 1,000,000,000 (a billion — 9 zeros)
  • 10⁻³ = 0.001 (one thousandth)
  • 10⁻⁶ = 0.000001 (one millionth)

To multiply: (a × 10ᵖ) · (b × 10ᵠ) = (a · b) × 10^(p+q). Multiply the small parts, ADD the exponents.

'Closest to' and 'nearest' problems

For 'nearest dollar' or 'nearest hundred' problems, you have two options:

  • Round first, then add (faster but loses precision). $1.98 + $5.04 + $9.89 → $2 + $5 + $10 = $17.
  • Add exact, then round (safer when the rounding errors might cancel or compound). $1.98 + $5.04 + $9.89 = $16.91 → $17.

Both give $17 here. But beware: rounding three numbers and adding can produce a different answer than adding-then-rounding (rounding errors accumulate). When choices are very close together, do the exact computation and round only at the end.

THE TRICK

Convert messy numbers to (digit × 10ᵏ) form. Multiply the digits; add the exponents. Count the zeros. Match against the choices.

For 'closest to' problems where choices are spaced by 10×: only the order of magnitude matters. Round aggressively; no need for precision.

For 'closest to' problems where choices are within 10% of each other: compute exactly. Estimation is too imprecise.

WORKED EXAMPLE
PROBLEM · 2017 #4

When 0.000315 is multiplied by 7,928,564 the product is closest to which of the following?

A) 210 B) 240 C) 2100 D) 2400 E) 24000

When 0.000315 is multiplied by 7,928,564, the product is closest to: 210, 240, 2100, 2400, or 24000?

Answer choices are an order of magnitude apart — perfect for estimation.

  • 0.000315 ≈ 0.0003 (3 × 10⁻⁴)
  • 7,928,564 ≈ 8,000,000 (8 × 10⁶)
  • Product ≈ 3 · 8 = 24, with magnitude 10⁻⁴⁺⁶ = 10².
  • So 24 · 100 = 2400.

That places us cleanly at 2400. No need for an exact calculation; the choices are far apart enough that the estimation pins down the right one.

The whole trick is recognizing that the choices (210 / 240 / 2100 / 2400 / 24000) differ by powers of 10. So the question is REALLY about magnitude, not the leading digits. Round each factor to a single significant digit, multiply, count zeros.

Answer: D — 2400.
RULE OF THUMB

When choices span orders of magnitude, ESTIMATE — don't compute. Round each number to one significant digit, rewrite as a × 10ᵏ, multiply the digits, add the exponents, count zeros. When choices are close together, compute exactly and round only at the end.

MORE LIKE THIS
1986 · #4 The product (1.8)(40.3 + .07) is closest to

The product (1.8)(40.3 + .07) is closest to

Show answer
Answer: C — 74.
Show hint
Hint 1
The small .07 barely changes the sum; round 40.37 ≈ 40.
Show solution
Approach: round before multiplying
  1. 1.8 × 40.37 ≈ 1.8 × 40 = 72.
  2. Closest of the choices is 74.
1988 · #7 2.46 × 8.163 × (5.17 + 4.829) is closest to

2.46 × 8.163 × (5.17 + 4.829) is closest to

Show answer
Answer: B — 200.
Show hints
Hint 1 of 2
Round each factor to a friendly number.
Still stuck? Show hint 2 →
Hint 2 of 2
2.46 ≈ 2.5, 8.163 ≈ 8, the sum ≈ 10.
Show solution
Approach: round to easy numbers
  1. 2.46 × 8.163 × (5.17 + 4.829) ≈ 2.5 × 8 × 10.
  2. = 200.
2006 · #1 Mindy made three purchases for $1.98, $5.04, and $9.89. What was her total, to the nearest dollar?

Mindy made three purchases for $1.98, $5.04, and $9.89. What was her total, to the nearest dollar?

Show answer
Answer: D — $17.
Show hint
Hint 1
Round each to the nearest dollar before adding (each is already close to a whole).
Show solution
Approach: round and add
  1. $1.98 + $5.04 + $9.89 ≈ 2 + 5 + 10 = 17.
⬢ FINAL TEST

Stretch test

Five harder arithmetic problems. Each one is a habit from above pushed a little further. Try them without a calculator.

2016 · #19 The sum of 25 consecutive even integers is 10,000. What is the largest of these 25 consecutive integers?

The sum of 25 consecutive even integers is 10,000. What is the largest of these 25 consecutive integers?

Show answer
Answer: E — 424.
Show hint
Hint 1
For an odd number of terms in arithmetic progression, the middle term equals the average. Then the largest is 12 steps above.
Show solution
Approach: average = middle term; largest = middle + 12 steps
  1. Average = 10,000 / 25 = 400. With 25 consecutive evens, the middle (13th) term is 400.
  2. The largest is 12 steps of 2 above: 400 + 24 = 424.
2002 · #18 Gage skated 1 hr 15 min each day for 5 days and 1 hr 30 min each day for 3 days. How long would he have to skate the ninth day in order...

Gage skated 1 hr 15 min each day for 5 days and 1 hr 30 min each day for 3 days. How long would he have to skate the ninth day in order to average 85 minutes of skating each day for the entire time?

Show answer
Answer: E — 2 hours.
Show hints
Hint 1 of 2
Compare each day to the 85-minute target instead of adding everything up.
Still stuck? Show hint 2 →
Hint 2 of 2
The first 5 days fall short of 85 and the next 3 go over — track the running shortfall.
Show solution
Approach: measure each day against the 85-minute target
  1. Against an 85-minute target, each of the 5 days at 75 min is 10 short (−50 total), and each of the 3 days at 90 min is 5 over (+15 total).
  2. That leaves a shortfall of 50 − 15 = 35 minutes, so day 9 must be 85 + 35 = 120 minutes = 2 hours.
Another way — totals:
  1. Skated so far: 5·75 + 3·90 = 645 min. Needed for the average: 9·85 = 765 min.
  2. Day 9 = 765 − 645 = 120 min = 2 hours.
1993 · #12 If each of the three operation signs +, −, × is used exactly once in one of the blanks in the expression 5 __ 4 __ 6 __ 3, then the...

If each of the three operation signs +, −, × is used exactly once in one of the blanks in the expression 5 __ 4 __ 6 __ 3, then the value of the result could equal

Show answer
Answer: E — 19.
Show hints
Hint 1 of 2
Remember multiplication happens before addition and subtraction.
Still stuck? Show hint 2 →
Hint 2 of 2
Try placing × between 6 and 3.
Show solution
Approach: try placements, respecting order of operations
  1. Take 5 − 4 + 6 × 3: the multiplication gives 18 first.
  2. Then 5 − 4 + 18 = 19, using each sign once.
2022 · #16 Four numbers are written in a row. The average of the first two is 21, the average of the middle two is 26, and the average of the last...

Four numbers are written in a row. The average of the first two is 21, the average of the middle two is 26, and the average of the last two is 30. What is the average of the first and last of the numbers?

Show answer
Answer: B — 25.
Show hints
Hint 1 of 2
Convert each average into a sum (multiply by 2). You don't need the four numbers individually — just a + d.
Still stuck? Show hint 2 →
Hint 2 of 2
(a + b) + (c + d) = (a+b+c+d), and you can subtract (b+c) to leave a+d.
Show solution
Approach: add the outer two sums, subtract the inner sum
  1. a + b = 42, b + c = 52, c + d = 60.
  2. (a+b) + (c+d) − (b+c) = a + d = 42 + 60 − 52 = 50.
  3. Average = 50/2 = 25.
2023 · #20 Two integers are inserted into the list 3, 3, 8, 11, 28 to double its range. The mode and median remain unchanged. What is the maximum...

Two integers are inserted into the list 3, 3, 8, 11, 28 to double its range. The mode and median remain unchanged. What is the maximum possible sum of two additional numbers?

Show answer
Answer: D — 60.
Show hints
Hint 1 of 2
Original range = 28 − 3 = 25. New range = 50. To maximize the sum, push the new max as high as possible.
Still stuck? Show hint 2 →
Hint 2 of 2
Keep min = 3 ⇒ new max = 3 + 50 = 53. That's one insert. Now find the largest second insert that keeps median = 8 and mode = 3.
Show solution
Approach: push max up, then maximize the other insert under the median/mode constraints
  1. Range doubles from 25 to 50. To maximize the sum, leave the min at 3 and stretch the max: one insert = 3 + 50 = 53.
  2. With 7 numbers, the median is the 4th. Sorted so far: 3, 3, 8, 11, 28, 53 (6 values). The 2nd insert x must keep median = 8.
  3. If x > 8, the 4th value shifts off 8 (and choosing x = 8 ties the mode with two 8's). So x ≤ 7.
  4. Maximum x = 7 (mode stays uniquely 3). Sum = 53 + 7 = 60.
APPENDIX

Arithmetic quick-reference

Memorize these

FORMULAS TO KNOW COLD

  • PEMDAS: Parentheses, Exponents, Mul/Div, Add/Sub.
  • Arithmetic series: sum = (first + last) / 2 × count.
  • Sum 1+2+…+n = n(n+1)/2. (1+2+…+100 = 5050.)
  • Sum 1+3+5+…+(2n−1) = n² (sum of first n odd numbers).
  • Distributive: a × b + a × c = a × (b + c).
  • Distributing minus over parens: a − (b + c) = a − b − c.
  • Average ↔ total: total = average × count.
  • Deviations from the mean sum to zero.
  • Keep-fractions: after p% off → multiplier (1 − p/100).
  • Median position: (n+1)/2 if odd; average positions n/2 and n/2+1 if even.
  • Powers of 10: 10³ = 1,000; 10⁶ = million; 10⁹ = billion.
Common traps
  • Dropping parentheses after a minus sign. a − (b + c) ≠ a − b + c.
  • Averaging two averages. Combine totals first, divide once.
  • Adding percentages from successive applications. They multiply.
  • Forgetting the off-by-one. The 100th term of 1, 5, 9, … is 1 + (100−1)·4, not 1 + 100·4.
  • Misreading the graph axis. A '50' tick can mean different things in different graphs.
Warm-ups

Drill these:

  • Sum of 1 to 100 = 5050. Sum of 1 to n = n(n+1)/2.
  • 5 + 10 + 15 + … + 100 = 5 × (1 + 2 + … + 20) = 5 × 210 = 1050.
  • 25 × 4 = 100. Memorize × 25 as ×100 / 4.
  • 2/25 = 0.08. 7/8 = 0.875. 1/3 ≈ 0.333. 1/7 ≈ 0.143.
  • Median of {3, 6, 9, 12, 15, 18}: average of 9 and 12 = 10.5.
  • What is 2³ + 3²? (8 + 9 = 17.)
Want a quick check? — casting out nines

A 19th-century shortcut for verifying arithmetic without redoing it. It catches MOST mistakes in seconds.

The fact: a number and its digit sum leave the SAME remainder when divided by 9. (Why? Because 10, 100, 1000, … all leave remainder 1 mod 9; so a digit in any place contributes itself.)

How to use it. Compute your answer, then check:

  1. Compute the digit sum of each input. Reduce mod 9 (or keep adding digits until single).
  2. Combine those single-digit remainders the same way the problem combines the inputs (+ if you added, × if you multiplied).
  3. Compute the digit sum of your computed answer.
  4. Both single digits should match. If they don’t — you made an arithmetic mistake.

Try it. “Is 472 + 351 = 823 correct?” Digit sums: 4+7+2 = 13 → 1+3 = 4. 3+5+1 = 9 → 0 (since 9 ≡ 0 mod 9). Sum of remainders: 4 + 0 = 4. Digit sum of 823: 8+2+3 = 13 → 1+3 = 4 ✓. The answer is consistent.

If your answer’s digit sum HAD differed, you’d know to redo the math. (Casting nines doesn’t catch every error — e.g., swapping two digits leaves the digit sum unchanged — but it catches most.)