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.
Order of operations: PEMDAS
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
- Parentheses (and any grouping symbol: brackets, the bar of a fraction or square root)
- Exponents (powers and roots)
- Multiplication and Division — same tier, do whichever comes first left-to-right
- 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
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'.
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.
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 H − T?
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.
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.
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
Show hint
Show solution
- First parentheses: 8 × 4 + 2 = 32 + 2 = 34.
- Second parentheses: 8 + 4 × 2 = 8 + 8 = 16.
- Subtract: 34 − 16 = 18.
2017 · #1 Which of the following values is the largest?
Which of the following values is the largest?
Show answer
Show hint
Show solution
- (A) 2 + 0 + 1 + 7 = 10. (B) 0 + 1 + 7 = 8. (C) 2 + 0 + 7 = 9. (D) 2 + 0 + 7 = 9. (E) 0.
- Largest is (A) = 10.
1989 · #5 −15 + 9 × (6 ÷ 3) =
−15 + 9 × (6 ÷ 3) =
Show answer
Show hint
Show solution
- 6 ÷ 3 = 2, then 9 × 2 = 18.
- Finally −15 + 18 = 3.
1991 · #2 16 + 84 − 2 =
16 + 84 − 2 =
Show answer
Show hint
Show solution
- Top: 16 + 8 = 24. Bottom: 4 − 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
Show hints
Still stuck? Show hint 2 →
Show solution
- Jose: (10 − 1)·2 + 2 = 20. Thuy: 10·2 − 1 + 2 = 21. Kareem: (10 − 1 + 2)·2 = 22.
- The largest is Kareem's 22.
Pair from the ends — why arithmetic series collapse
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.
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 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.
(1 + 11 + 21 + 31 + 41) + (9 + 19 + 29 + 39 + 49) =
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.
For any evenly-spaced list, sum = average × count = (first + last)/2 × count. Spot this whenever you see a long arithmetic run.
2018 · #5 What is the value of1 + 3 + 5 + … + 2017 + 2019 − 2 − 4 − 6 − … − 2016 − 2018 ?
What is the value of
Show answer
Show hint
Show solution
- Group as 1 + (3 − 2) + (5 − 4) + … + (2019 − 2018). Each parenthesized pair = 1.
- Number of pairs: from 3–2 up to 2019–2018 — that's 1009 pairs. Plus the leading 1.
- 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?
Show answer
Show hints
Still stuck? Show hint 2 →
Show solution
- Group in threes: (1+2−3), (4+5−6), (7+8−9), (10+11−12).
- The totals climb by 3 each time: 0, 3, 6, 9.
- 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
Show answer
Show hint
Show solution
- (100 − 98) + (96 − 94) + … + (4 − 2) — each pair = 2.
- Pairs span 100 down to 2 in steps of 4 (each pair drops by 4): (100 − 4)/4 + 1 = 25 pairs.
- 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
Show hint
Show solution
- Each pair (−k + (k+1)) equals 1; there are 500 such pairs (covering 1…1000).
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- Average = (90 + 99)⁄2 = 94.5; count = 10.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- 81 + 99 = 83 + 97 = ⋯ = 180. Five such pairs make 5 × 180 = 900.
- Double it: 2 × 900 = 1800.
Factor the common piece — the distributive property
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.
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.
4(299) + 3(299) + 2(299) + 298 =
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.
Spot the common factor. Pull it out. Look at the leftover terms — they may be expressible in terms of the factored number too.
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
Show hint
Show solution
- Sum of lengths: 1 + 4 + 9 + 16 + 25 + 36 = 91 (sum of first 6 squares).
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- Top = 2(1 + 2 + … + 17) and bottom = 3(1 + 2 + … + 17).
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- The numerator is 487,000 × (12,027,300 + 9,621,001) ≈ (5 × 10⁵)(2 × 10⁷) = 10¹³.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- 3³ + 3³ + 3³ = 3 × 3³.
- 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
Show hint
Show solution
- New perimeter = 2(1.10L + 1.10W) = 1.10 × 2(L + W).
- 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
What is the value of FLY + BUG?
Show answer
Show hints
Still stuck? Show hint 2 →
Show solution
- FLYFLY = 1001 · FLY and BUGBUG = 1001 · BUG, so the equation reduces to 8 · FLY = BUG.
- BUG is a 3-digit number, so 8 · FLY < 1000 → FLY ≤ 124. So F = 1, and L ≤ 2 (else 8 · FLY ≥ 1040).
- 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 ✓.
- FLY + BUG = 123 + 984 = 1107.
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
Show hint
Show solution
- First parentheses: 8 × 4 + 2 = 32 + 2 = 34.
- Second parentheses: 8 + 4 × 2 = 8 + 8 = 16.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- Pairing gives 1+9, 11+19, 21+29, 31+39, 41+49 = 10, 30, 50, 70, 90.
- 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
Show hint
Show solution
- Sum of lengths: 1 + 4 + 9 + 16 + 25 + 36 = 91 (sum of first 6 squares).
- Sum of areas: 2 × 91 = 182.
'Closest to' — round before you multiply
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.
Look at the spread of the answer choices first. The bigger the gap, the more aggressively you can round.
2.46 × 8.163 × (5.17 + 4.829) is closest to
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.
Look at the spread of the answer choices first. Round each factor before you multiply, not after.
1986 · #4 The product (1.8)(40.3 + .07) is closest to
The product (1.8)(40.3 + .07) is closest to
Show answer
Show hint
Show solution
- 1.8 × 40.37 ≈ 1.8 × 40 = 72.
- 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
Show hint
Show solution
- $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
Show hint
Show solution
- Most coins: 35 / 5 = 7 nickels.
- Fewest coins: 25 + 10 = 35 with 2 coins.
- 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
Show hint
Show solution
- 0.000315 ≈ 3 × 10−4. 7,928,564 ≈ 8 × 106.
- Product ≈ 3 · 8 · 102 = 24 · 100 = 2400.
2020 · #14 (figure problem)

Show answer
Show hints
Still stuck? Show hint 2 →
Show solution
- The dashed line marks the average at about 4,750.
- Total population ≈ 4,750 × 20 = 95,000.
Plug in — don't reason symbolically
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,
a²is positive,a³is negative,−ais positive,1/ais 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.
Negative inputs flip sign rules. Fractional inputs flip size rules. Don't try to reason about these — substitute, then compare.
If a = −2, the largest number in the set −3a, 4a, 24⁄a, a², 1 is
With a = −2:
−3a = −3(−2) = +64a = 4(−2) = −824⁄a = 24⁄(−2) = −12a² = (−2)² = +41 = 1
Largest is 6 = −3a. Done in 15 seconds.
Notice how many traps you'd have walked into without plugging in: you might think a² 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.
Negative inputs flip sign rules. Fractional inputs flip size rules. Substitute, then compare.
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
Show hints
Still stuck? Show hint 2 →
Show solution
- Average = (6 + 10 + N)⁄3 = (16 + N)⁄3. With 9 < N < 17, this ranges from 25⁄3 ≈ 8.3 to 33⁄3 = 11.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- The number is 2/5, so its reciprocal is 5/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
Show hints
Still stuck? Show hint 2 →
Show solution
- Using (−3)(−2) = 6 and the largest positive 5 gives a positive product.
- 6 × 5 = 30, the largest possible.
Averages — go back to totals
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.
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.
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.
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?
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.
Convert every average into a total before doing anything else. Combine totals, then divide back to an average at the very end.
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
Show hint
Show solution
- Room A total: 6 · 40 = 240. Room B: 4 · 25 = 100.
- 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
Show hint
Show solution
- First three days: 36 × 3 = 108 pages.
- Next three days: 44 × 3 = 132 pages.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- The left side equals 3. The right side is 5973/N, so 5973/N = 3 gives N = 5973 ÷ 3.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- The eleven numbers total 66; the remaining ten must total 6.1 × 10 = 61.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- All 40 ages total 40 × 17 = 680. Girls total 20 × 15 = 300 and boys total 15 × 16 = 240.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- The four numbers total 4 × 85 = 340; removing 97 leaves 243.
- Their mean is 243 ÷ 3 = 81.0.
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
Show hint
Show solution
- $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
Show hint
Show solution
- First three days: 36 × 3 = 108 pages.
- Next three days: 44 × 3 = 132 pages.
- 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
Show hint
Show solution
- Room A total: 6 · 40 = 240. Room B: 4 · 25 = 100.
- Combined: 340 / 10 = 34.
Work backward — and keep the right fraction
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:
The trap: 25% twice is NOT 50%
| What happened | Kept-fraction | How much you LOST overall |
|---|---|---|
| Lose 25%, then 25% again | (3/4)(3/4) = 9/16 | 7/16 ≈ 43.75% (NOT 50%) |
| Lose 50%, then 50% again | (1/2)(1/2) = 1/4 | 75% (NOT 100%) |
| Lose 10%, then 10% again | (9/10)(9/10) = 81/100 | 19% (NOT 20%) |
The second discount is taken from the already-reduced amount, not from the original. That’s why the losses don’t add.
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.
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?
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.
When the same operation repeats, do it as one multiplication, not several. For percentages, multiply the keep-fractions.
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
Show hint
Show solution
- After giving Cassie 3: she had 4 + 3 = 7.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- +25% means ×1.25; −20% off means ×0.80. Combined: 1.25 × 0.80 = 1.00.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- After the raise: 2000 × 1.2 = 2400. After the cut: 2400 × 0.8 = 1920.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- AA: 100 → 120 → 96. BB: 100 → 75 → 93.75. CC stays 100.
- So 93.75 < 96 < 100, i.e. B < A < C.
Mean, median, mode — three different 'middles'
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:
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.
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.
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:
| slot | 1st | 2nd | 3rd (median) | 4th | 5th (largest) |
|---|---|---|---|---|---|
| smallest legal | 1 | 2 | 18 | 19 | 75−(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.)
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?
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.
Mean = sum/count. Median = middle after sorting. Mode = most frequent.
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
Show hints
Still stuck? Show hint 2 →
Show solution
- Mode must remain 6 (every other value appears once), so x ≠ 3, 4, 5, 7.
- Mean = 6 ⇒ sum = 7 · 6 = 42.
- 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
Show hint
Show solution
- Sorted: 5, 5, 6, 8, 106 ⇒ median = 6.
- Mean = (5 + 5 + 6 + 8 + 106)/5 = 130/5 = 26.
- 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
Show hint
Show solution
- Sorted: 0, 0, 1, 2, 3, 3, 3, 4. Sum = 16 ⇒ mean = 16/8 = 2.
- Median = avg of 4th and 5th = (2 + 3)/2 = 2.5.
- Mode = 3.
- Total: 2 + 2.5 + 3 = 7.5.
1993 · #11 (figure problem)

Show answer
Show hints
Still stuck? Show hint 2 →
Show solution
- 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.
- So the median lies in the interval labeled 70.
1995 · #19 (figure problem)

Show answer
Show hints
Still stuck? Show hint 2 →
Show solution
- The bars give 2, 1, 2, 2, 6 families for 1, 2, 3, 4, 5 children — 13 families total.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- 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.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- Five numbers averaging 15 sum to 5 × 15 = 75.
- 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.
- The largest = 75 − 1 − 2 − 18 − 19 = 35.
Tables and graphs — read carefully
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.
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.
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?
| Country | '50s | '60s | '70s | '80s |
|---|---|---|---|---|
| Brazil | 4 | 7 | 12 | 8 |
| France | 8 | 4 | 12 | 15 |
| Peru | 6 | 4 | 6 | 10 |
| Spain | 3 | 9 | 13 | 9 |
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).
Read axes first. Then identify the values. Then do the arithmetic. Never rush this kind of problem — the data extraction is half the work.
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?
| Country | '50s | '60s | '70s | '80s |
|---|---|---|---|---|
| Brazil | 4 | 7 | 12 | 8 |
| France | 8 | 4 | 12 | 15 |
| Peru | 6 | 4 | 6 | 10 |
| Spain | 3 | 9 | 13 | 9 |
Show answer
Show hints
Still stuck? Show hint 2 →
Show solution
- Brazil and Peru are South American; before the 1970s covers the '50s and '60s.
- Brazil: 4 + 7 = 11 stamps at 6¢ = 66¢. Peru: 6 + 4 = 10 stamps at 4¢ = 40¢.
- 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?
| Country | '50s | '60s | '70s | '80s |
|---|---|---|---|---|
| Brazil | 4 | 7 | 12 | 8 |
| France | 8 | 4 | 12 | 15 |
| Peru | 6 | 4 | 6 | 10 |
| Spain | 3 | 9 | 13 | 9 |
Show answer
Show hints
Still stuck? Show hint 2 →
Show solution
- 1970s stamps: Brazil 12 and France 12 at 6¢, Peru 6 at 4¢, Spain 13 at 5¢.
- Total cost: 12×6 + 12×6 + 6×4 + 13×5 = 72 + 72 + 24 + 65 = 233¢, over 12 + 12 + 6 + 13 = 43 stamps.
- 233 ÷ 43 ≈ 5.4, so the average is closest to 5.4 cents.
1993 · #10 (figure problem)

Show answer
Show hints
Still stuck? Show hint 2 →
Show solution
- Look only at the segments where the price falls and measure how far each drops.
- The steepest downward step starts at the March price, so the greatest monthly drop occurred during March.
2017 · #2 (figure problem)

Show answer
Show hint
Show solution
- 30% of total = 36 ⇒ total = 36 / 0.30 = 120.
2022 · #15 (figure problem)

Show answer
Show hints
Still stuck? Show hint 2 →
Show solution
- 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).
- The 3-ounce option has the lowest rate (~$0.83/oz). Answer: 3 ounces.
Number sense — estimation and orders of magnitude
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.
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.
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.
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: 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.
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.
1986 · #4 The product (1.8)(40.3 + .07) is closest to
The product (1.8)(40.3 + .07) is closest to
Show answer
Show hint
Show solution
- 1.8 × 40.37 ≈ 1.8 × 40 = 72.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- 2.46 × 8.163 × (5.17 + 4.829) ≈ 2.5 × 8 × 10.
- = 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
Show hint
Show solution
- $1.98 + $5.04 + $9.89 ≈ 2 + 5 + 10 = 17.
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
Show hint
Show solution
- Average = 10,000 / 25 = 400. With 25 consecutive evens, the middle (13th) term is 400.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- 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).
- That leaves a shortfall of 50 − 15 = 35 minutes, so day 9 must be 85 + 35 = 120 minutes = 2 hours.
- Skated so far: 5·75 + 3·90 = 645 min. Needed for the average: 9·85 = 765 min.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- Take 5 − 4 + 6 × 3: the multiplication gives 18 first.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- a + b = 42, b + c = 52, c + d = 60.
- (a+b) + (c+d) − (b+c) = a + d = 42 + 60 − 52 = 50.
- 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
Show hints
Still stuck? Show hint 2 →
Show solution
- Range doubles from 25 to 50. To maximize the sum, leave the min at 3 and stretch the max: one insert = 3 + 50 = 53.
- 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.
- If x > 8, the 4th value shifts off 8 (and choosing x = 8 ties the mode with two 8's). So x ≤ 7.
- Maximum x = 7 (mode stays uniquely 3). Sum = 53 + 7 = 60.
Arithmetic quick-reference
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.
- 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.
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:
- Compute the digit sum of each input. Reduce mod 9 (or keep adding digits until single).
- Combine those single-digit remainders the same way the problem combines the inputs (+ if you added, × if you multiplied).
- Compute the digit sum of your computed answer.
- 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.)