AMC 8 · Test Mode

2025 AMC 8

Test mode — hints and solutions are locked. Pick an answer for each, then submit at the bottom to see your score.

← Exit test mode No hints or solutions until you submit.
Problem 1 · 2025 AMC 8 Easy
Geometry & Measurement symmetryarea-fraction
amc8-2025-01
Show answer
Answer: B — 50%.
Show hints
Hint 1 of 2
Can you pair each shaded piece with an unshaded piece of the same size?
Still stuck? Show hint 2 →
Hint 2 of 2
Look for symmetry. For every shaded triangle of the star, is there a matching white triangle the same size in the grid?
Show solution
  1. The whole pattern sits on a 4 × 4 grid, so its total area is 16 unit squares.
  2. The star is built from triangles, and each shaded triangle has a congruent white triangle as its partner — the shaded and white regions match up exactly.
  3. So the star covers exactly half of the grid: 8 of the 16 squares, which is 50%.
Mark: · log in to save
Problem 2 · 2025 AMC 8 Easy
Arithmetic & Operations place-valuenumber-systems
amc8-2025-02
Show answer
Answer: B — 10,423.
Show hint
Hint 1
Each symbol has a fixed value from the table. Add up the values, just like the example (where three ∩ arches and two | strokes made 32).
Show solution
  1. Read the symbols using the table: one 10,000 symbol, four 100 symbols, two 10 symbols, and three 1 symbols.
  2. Add their values: 10,000 + 4×100 + 2×10 + 3×1.
  3. = 10,000 + 400 + 20 + 3 = 10,423.
Mark: · log in to save
Problem 3 · 2025 AMC 8 Medium
Arithmetic & Operations total-then-dividedivision

Buffalo Shuffle-o is a card game in which all the cards are distributed evenly among all players at the start of the game. When Annika and 3 of her friends play Buffalo Shuffle-o, each player is dealt 15 cards. Suppose 2 more friends join the next game. How many cards will be dealt to each player?

Show answer
Answer: C — 10 cards each.
Show hints
Hint 1 of 2
The total number of cards doesn't change. Find that total first.
Still stuck? Show hint 2 →
Hint 2 of 2
First find the total number of cards (it doesn't change), then share it among the new, larger group.
Show solution
  1. Annika + 3 friends = 4 players, each dealt 15, so there are 4 × 15 = 60 cards.
  2. With 2 more friends, there are now 4 + 2 = 6 players.
  3. 60 cards shared among 6 players: 60 ÷ 6 = 10 cards each.
Mark: · log in to save
Problem 4 · 2025 AMC 8 Medium
Algebra & Patterns arithmetic-sequenceoff-by-one

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

Show answer
Answer: B — 37.
Show hints
Hint 1 of 2
From the 1st number to the 10th, how many steps do you actually take?
Still stuck? Show hint 2 →
Hint 2 of 2
From the 1st number to the 10th you take 9 steps of 7. How much do you subtract in total?
Show solution
  1. Each step subtracts 7, and from the 1st to the 10th number is 9 steps.
  2. Total subtracted: 9 × 7 = 63.
  3. 10th number: 100 − 63 = 37.
Mark: · log in to save
Problem 5 · 2025 AMC 8 Stretch
Geometry & Measurement taxicab-distancegrid
amc8-2025-05
Show answer
Answer: C — 24 blocks.
Show hints
Hint 1 of 2
On a street grid you can't cut corners. Each leg's length is just sideways blocks + up-and-down blocks.
Still stuck? Show hint 2 →
Hint 2 of 2
Betty drives along streets, so each leg's length is its sideways blocks plus its up-and-down blocks (you can't cut diagonally). Add the four legs F→A→B→C→F.
Show solution
Approach: taxicab / Manhattan distance per leg
  1. On a street grid, each leg's length = (horizontal blocks) + (vertical blocks). You can't cut diagonals, and as long as you don't backtrack, the route within a leg doesn't matter — only the start and end do.
  2. Read the four legs off the map: F→A = 1 + 2 = 3, A→B = 7 + 3 = 10, B→C = 2 + 4 = 6, C→F = 4 + 1 = 5.
  3. Total: 3 + 10 + 6 + 5 = 24 blocks.
Another way — C is already on the way back (MAA):
  1. Notice C lies on a shortest path from B back to F, so visiting C costs nothing extra. The problem reduces to F → A → B → F.
  2. F→A = 3, A→B = 10, B→F (through C) = 6 + 5 = 11. Total: 3 + 10 + 11 = 24 blocks.
Mark: · log in to save
Problem 6 · 2025 AMC 8 Medium
Number Theory divisibilitymod-10

Sekou writes down the numbers 15, 16, 17, 18, 19. After he erases one of his numbers, the sum of the remaining four numbers is a multiple of 4. Which number did he erase?

Show answer
Answer: C — 17.
Show hints
Hint 1 of 2
Adding the five up and testing each removal is slow. What does each number have in common with 4?
Still stuck? Show hint 2 →
Hint 2 of 2
Look at each number's remainder when divided by 4. The remainder of the whole sum tells you which one to erase.
Show solution
Approach: look at remainders mod 4
  1. Remainders mod 4: 15→3, 16→0, 17→1, 18→2, 19→3. Their sum is 9, which leaves remainder 1 mod 4.
  2. To make the remaining four sum divisible by 4, erase the one whose remainder is 1 — that's 17.
Mark: · log in to save
Problem 7 · 2025 AMC 8 Easy
Counting & Probability complementary-counting

On the most recent exam in Prof. Xochi's class,

  • 5 students earned a score of at least 95%,
  • 13 students earned a score of at least 90%,
  • 27 students earned a score of at least 85%, and
  • 50 students earned a score of at least 80%.

How many students earned a score of at least 80% and less than 90%?

Show answer
Answer: D — 37 students.
Show hints
Hint 1 of 2
The four categories nest inside each other — "at least 80%" includes the "at least 90%" group.
Still stuck? Show hint 2 →
Hint 2 of 2
Take "at least 80%" and subtract off "at least 90%" to get the 80–90% band.
Show solution
Approach: subtract the inner group from the outer
  1. The 13 students who scored at least 90% are inside the 50 who scored at least 80%.
  2. Students in [80%, 90%) = 50 − 13 = 37.
Mark: · log in to save
Problem 8 · 2025 AMC 8 Medium
Geometry & Measurement spatial-reasoningareasquare-area
amc8-2025-08
Show answer
Answer: A — 3√3 cubic centimeters.
Show hints
Hint 1 of 2
A cube has the same area on every face. The flat shape just lets you count those faces.
Still stuck? Show hint 2 →
Hint 2 of 2
Six identical squares with total area 18 means each has area 3 — so each side of the cube is √3.
Show solution
Approach: surface area = 6 faces
  1. The unfolded cube is 6 identical squares (one for each face). So each face has area 18 ÷ 6 = 3, and the side length is √3.
  2. Volume = side3 = (√3)3 = 3√3.
Mark: · log in to save
Problem 9 · 2025 AMC 8 Medium
Arithmetic & Operations arithmetic-series
amc8-2025-09
Show answer
Answer: B — 6.5.
Show hints
Hint 1 of 2
Each of the 12 clock numbers appears in exactly one pair. So the 6 pair-averages together "see" all 12 numbers.
Still stuck? Show hint 2 →
Hint 2 of 2
When every number shows up exactly once across the pairs, the average of the pair-averages equals the average of all 12 numbers.
Show solution
Approach: average of pair-averages = overall average
  1. The six pairs together include every clock number 1–12 exactly once, so the average of the six pair-averages is the same as the average of 1–12.
  2. 1–12 are evenly spaced, so their average is the midpoint: (1 + 12)/2 = 6.5.
Mark: · log in to save
Problem 10 · 2025 AMC 8 Medium
Geometry & Measurement areaarea-decompositiontransformations
amc8-2025-10
Show answer
Answer: D — 23.75 square inches.
Show hints
Hint 1 of 2
When two shapes overlap, adding their areas counts the overlap twice. What's the shape of that overlap?
Still stuck? Show hint 2 →
Hint 2 of 2
Inclusion–exclusion: (area of one) + (area of the other) − (area of overlap). The overlap is a square of side 2.5.
Show solution
Approach: inclusion–exclusion
  1. Each rectangle has area 5 × 3 = 15.
  2. Rotated 90° about the midpoint of DC, the second rectangle's lower-left quarter overlaps the first rectangle's lower-right quarter — a 2.5 by 2.5 square (half of DC = 2.5), area 2.52 = 6.25.
  3. Total area covered = 15 + 15 − 6.25 = 23.75.
Mark: · log in to save
Problem 11 · 2025 AMC 8 Medium
Geometry & Measurement spatial-reasoningarea-decomposition
amc8-2025-11
Show answer
Answer: C — L and L.
Show hints
Hint 1 of 2
Place the S tile first — it's the most awkward. What's left over?
Still stuck? Show hint 2 →
Hint 2 of 2
If S sits in a corner, the remaining 8 squares form an L-shape that splits into two L tetrominoes.
Show solution
Approach: place the constrained piece first
  1. The 3 × 4 rectangle has 12 squares; three tetrominoes (4 squares each) must cover them all.
  2. Place the S piece against an edge so it doesn't block too much. The remaining 8 squares form an L-shape.
  3. That L-shape splits cleanly into two L tetrominoes — answer L and L.
Mark: · log in to save
Problem 12 · 2025 AMC 8 Medium
Geometry & Measurement areaspatial-reasoning
amc8-2025-12
Show answer
Answer: C — 5π square centimeters.
Show hints
Hint 1 of 2
The biggest circle that fits is limited by whichever inward corners of the region poke closest to the center.
Still stuck? Show hint 2 →
Hint 2 of 2
Each inward corner sits 1 unit horizontally and 2 units vertically from the center. Use the Pythagorean theorem to get the radius.
Show solution
Approach: radius limited by the nearest inward corner
  1. By symmetry, the largest inscribed circle is centered at the region's center. Its radius is the distance from there to the nearest inward-poking corner.
  2. Each such corner is 1 unit across and 2 units up (or down) from the center: distance = √(12 + 22) = √5.
  3. Area = π × (√5)2 = .
Mark: · log in to save
Problem 13 · 2025 AMC 8 Medium
Number Theory mod-arithmeticcyclicity
amc8-2025-13
Show answer
Answer: A — Histogram (A).
Show hints
Hint 1 of 2
Don't compute 25 separate remainders — even numbers' remainders mod 7 repeat in a pattern.
Still stuck? Show hint 2 →
Hint 2 of 2
The cycle is 2, 4, 6, 1, 3, 5, 0 (period 7). 25 numbers = 3 full cycles + 4 extras.
Show solution
Approach: find the cycle, count full cycles and extras
  1. The remainders mod 7 of 2, 4, 6, 8, 10, 12, 14, … cycle through 2, 4, 6, 1, 3, 5, 0 with period 7.
  2. 25 even numbers = 3 full cycles (21 numbers, hitting each remainder 3 times) plus 4 extras: 2, 4, 6, 1.
  3. So remainders 1, 2, 4, 6 occur 4 times each; remainders 0, 3, 5 occur 3 times each — the pattern in choice A.
Mark: · log in to save
Problem 14 · 2025 AMC 8 Medium
Arithmetic & Operations work-backwardsubstitution

A number N is inserted into the list 2, 6, 7, 7, 28. The mean is now twice as great as the median. What is N?

Show answer
Answer: E — 34.
Show hints
Hint 1 of 2
With 6 numbers, the median is the average of the middle two. Where in the sorted list does N land?
Still stuck? Show hint 2 →
Hint 2 of 2
Every answer choice is at least 7, so the middle two are always 7 and 7 — the median locks in at 7 no matter what.
Show solution
Approach: median pins to 7, then back-solve the mean
  1. All answer choices are ≥ 7, so when N is inserted into the sorted list, the middle two stay 7 and 7. The median is always 7.
  2. Mean = 2 × 7 = 14, so the six numbers must sum to 6 × 14 = 84.
  3. The original five sum to 2 + 6 + 7 + 7 + 28 = 50, so N = 84 − 50 = 34.
Mark: · log in to save
Problem 15 · 2025 AMC 8 Stretch
Counting & Probability careful-countingcasework
amc8-2025-15
Show answer
Answer: C — 16.
Show hints
Hint 1 of 2
First count the gold squares. Then think about the 18 pairs the fold creates.
Still stuck? Show hint 2 →
Hint 2 of 2
For the minimum, spread golds across pairs first (one per pair). For the maximum, pair golds together first.
Show solution
Approach: minimize then maximize doubling-up
  1. Gold squares: 36 − 13 = 23. Folding pairs up the 36 squares into 18 overlap pairs.
  2. Minimum m: spread golds so each pair gets one gold first — that uses 18 of them, leaving 23 − 18 = 5 to double up. So m = 5.
  3. Maximum M: pair golds 2-at-a-time. 23 = 2 × 11 + 1, so M = 11 gold-on-gold pairs (1 lone gold left).
  4. m + M = 5 + 11 = 16.
Mark: · log in to save
Problem 16 · 2025 AMC 8 Hard
Number Theory complementary-countingsum-constraint

Five distinct integers from 1 to 10 are chosen, and five distinct integers from 11 to 20 are chosen. No two numbers differ by exactly 10. What is the sum of the ten chosen numbers?

Show answer
Answer: C — 105.
Show hints
Hint 1 of 2
Each chosen low number blocks exactly one high number. How many highs are left to choose from?
Still stuck? Show hint 2 →
Hint 2 of 2
Five chosen lows block five highs — leaving exactly five unblocked highs, which are forced to be picked. They're the highs matching the unchosen lows + 10.
Show solution
Approach: the high choices are forced, and pair with the unchosen lows
  1. Each chosen low (say x) blocks the high x + 10. With 5 lows chosen, 5 highs are blocked — so the 5 chosen highs are exactly the 5 unblocked ones: those that are 10 more than the 5 unchosen lows.
  2. Sum of chosen highs = (sum of unchosen lows) + 5 × 10. So (chosen lows) + (chosen highs) = (chosen lows) + (unchosen lows) + 50 = (sum of 1 to 10) + 50.
  3. 1 + 2 + … + 10 = 55, so the total is 55 + 50 = 105.
Mark: · log in to save
Problem 17 · 2025 AMC 8 Medium
Fractions, Decimals & Percents percent-multiplierfraction-to-decimal
amc8-2025-17
Show answer
Answer: D — 115 people.
Show hints
Hint 1 of 2
Workers in A come from all three cities. Tally each city's contribution.
Still stuck? Show hint 2 →
Hint 2 of 2
From A, the workers who stay are everyone not leaving for B or C. From B and C, just multiply by the labeled fraction.
Show solution
Approach: sum the contribution from each home city
  1. From A → A: those who don't leave. 100 − 100×14 − 100×15 = 100 − 25 − 20 = 55.
  2. From B → A: 120 × 13 = 40.
  3. From C → A: 160 × 18 = 20.
  4. Total working in A: 55 + 40 + 20 = 115.
Mark: · log in to save
Problem 18 · 2025 AMC 8 Hard
Geometry & Measurement areaarea-fraction
amc8-2025-18
Show answer
Answer: B — R = 2.
Show hints
Hint 1 of 2
Both diagrams are the same shape, just scaled. How do areas scale when you change the size?
Still stuck? Show hint 2 →
Hint 2 of 2
On the right, one quarter of the between-region equals the whole on the left. So the right's between-region is 4× the left's. Areas scale as length2.
Show solution
Approach: similar diagrams: areas scale as length squared
  1. The two pictures are similar — both show a square inscribed in a circle. So the right's full between-region has area R2 times the left's.
  2. We're told one quarter of the right's between-region equals the left's whole between-region, so the right's whole is 4× the left's: R2 = 4.
  3. R = 2.
Mark: · log in to save
Problem 19 · 2025 AMC 8 Hard
Ratios, Rates & Proportions distance-speed-time
amc8-2025-19
Show answer
Answer: D — 8.5 miles from A.
Show hints
Hint 1 of 2
Once both cars are in the middle section, they're going the same speed — the asymmetry is in how they got there.
Still stuck? Show hint 2 →
Hint 2 of 2
Car A reaches the middle in 5/25 = 1/5 hr; car B in 5/20 = 1/4 hr. A has a 1/20-hr head start in the middle section — that's 2 miles.
Show solution
Approach: let the cars meet in the middle 40-mph section
  1. Car A's left section is 5 miles at 25 mph → reaches the middle in 5/25 = 1/5 hr. Car B's right section is 5 miles at 20 mph → reaches the middle in 5/20 = 1/4 hr. A enters the middle 1/20 hr before B.
  2. In that 1/20 hr, A travels 40 × 1/20 = 2 miles, so when B enters the middle, A is at mile 7, B at mile 10 — a 3-mile gap.
  3. Both now go 40 mph, closing at 80 mph. They split the 3-mile gap equally: each covers 1.5 miles. A is at 7 + 1.5 = 8.5 miles from A.
Mark: · log in to save
Problem 20 · 2025 AMC 8 Hard
Algebra & Patterns arithmetic-seriesfraction-to-decimal

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

Show answer
Answer: A — 4/7.
Show hints
Hint 1 of 2
Sarika eats on turns 1, 4, 7, … — every third turn. What fraction does each Sarika-bite eat?
Still stuck? Show hint 2 →
Hint 2 of 2
Sarika's bites are 1/2, then 1/16, then 1/128, … — a geometric series with ratio 1/8.
Show solution
Approach: sum a geometric series
  1. Each turn eats half of what's left, so the cheese remaining after turn n is 1/2n. Sarika eats at turns 1, 4, 7, …, taking 12, 116, 1128, … of the original block.
  2. Geometric series with first term a = 12 and ratio r = 18.
  3. Sum = a1 − r = 1/27/8 = 4/7.
Mark: · log in to save
Problem 21 · 2025 AMC 8 Hard
Logic & Word Problems caseworkwork-backward
amc8-2025-21
Show answer
Answer: A — 12.
Show hints
Hint 1 of 2
Look at the largest group of pods that are all directly connected to each other — their grades are forced into a small set.
Still stuck? Show hint 2 →
Hint 2 of 2
Pods A, B, C, F form a 4-clique. The only 4-element subset of {1,…,7} with every pair differing by at least 2 is {1, 3, 5, 7}.
Show solution
Approach: find the clique, then work from the most constrained pods outward
  1. Among A, B, C, F every pair is directly connected, so all four pairs differ by ≥ 2. The only way to pick 4 numbers from 1–7 with that property is the set {1, 3, 5, 7}.
  2. G connects to A and F. If G = 2, then A, F ≠ 1 or 3, forcing {A, F} ⊂ {5, 7} and {B, C} = {1, 3}.
  3. D and E only touch C and F. The extreme grades 1 and 7 each have just one neighbor in this clique, so place 1 at C and 7 at F. The remaining {4, 6} go to D, E.
  4. Filling in: D = 6 (avoids 7 enough), E = 4 (avoids 1 and 7), B = 3 (next to C = 1), A = 5. All constraints hold.
  5. C + E + F = 1 + 4 + 7 = 12.
Mark: · log in to save
Problem 22 · 2025 AMC 8 Hard
Number Theory factorizationfactor-pairs
amc8-2025-22
Show answer
Answer: D — 7 different coat counts.
Show hints
Hint 1 of 2
Imagine adding a phantom coat after the last one. Now the row is a clean repeating pattern.
Still stuck? Show hint 2 →
Hint 2 of 2
After the phantom, you have 36 hooks split into d identical blocks of b hooks each, with b ≥ 2 and d ≥ 2. How many (b, d) factorizations of 36 are there?
Show solution
Approach: add a phantom coat, count factor pairs
  1. Add a phantom coat after the last real coat. Now 36 hooks form a perfectly repeating pattern: each block is (some empty hooks) + (one coat), of length b ≥ 2.
  2. If there are d blocks, then bd = 36, and the real coat count = d − 1 (we added one).
  3. Both b ≥ 2 (each block has ≥ 1 empty + 1 coat) and d ≥ 2 (at least 1 original coat + the phantom).
  4. 36 = 22 × 32 has (2+1)(2+1) = 9 divisors. Removing the two ordered factorizations with a 1 (1×36 and 36×1) leaves 9 − 2 = 7.
Mark: · log in to save
Problem 23 · 2025 AMC 8 Hard
Number Theory primesdifference-of-squaresprime-test

How many four-digit numbers have all three of the following properties?

  1. The tens digit and ones digit are both 9.
  2. The number is 1 less than a perfect square.
  3. The number is the product of exactly two prime numbers.
Show answer
Answer: B — Exactly 1.
Show hints
Hint 1 of 2
The number ends in 99, so the perfect square just above it ends in 00. What does that say about its square root?
Still stuck? Show hint 2 →
Hint 2 of 2
Use a2 − 1 = (a − 1)(a + 1). For the number to be a product of exactly two primes, both factors must be prime — twin primes.
Show solution
Approach: a² ends in 00, then look for twin primes around a
  1. A 4-digit number ending in 99 plus 1 ends in 00. So that perfect square = (10k)2, and our number is (10k)2 − 1 = (10k − 1)(10k + 1).
  2. Four-digit range gives 10k ∈ {40, 50, 60, 70, 80, 90, 100}.
  3. We need both 10k − 1 and 10k + 1 prime. Check: 39×41 (39 = 3×13, no), 49×51 (49 = 72, no), 59×61 (both prime ✓), 69×71 (69 = 3×23, no), 79×81 (81 = 34, no), 89×91 (91 = 7×13, no), 99×101 (99 = 9×11, no).
  4. Only 59 × 61 = 3599 works. Exactly 1.
Mark: · log in to save
Problem 24 · 2025 AMC 8 Hard
Geometry & Measurement perimetercaseworkarea-decomposition
amc8-2025-24
Show answer
Answer: E — 4 trapezoids.
Show hints
Hint 1 of 2
Drop a line through A parallel to side CD. With both base angles 60°, a familiar shape appears.
Still stuck? Show hint 2 →
Hint 2 of 2
That construction makes an equilateral triangle ABE and a parallelogram ADCE. The perimeter becomes 3x + 2y = 30.
Show solution
Approach: split into equilateral triangle + parallelogram
  1. Drop a segment through A parallel to CD, meeting BC at E. Since ∠B = 60° and AB = DC, triangle ABE is equilateral: AB = BE = AE = x.
  2. ADCE is a parallelogram (AE ∥ DC and AD ∥ EC), so AD = EC = y.
  3. Perimeter = AB + BC + CD + DA = x + (x + y) + x + y = 3x + 2y = 30.
  4. Positive integer solutions: y = (30 − 3x)/2 needs 30 − 3x > 0 (so x < 10) and even (so x even). That gives x ∈ {2, 4, 6, 8} — 4 trapezoids.
Mark: · log in to save
Problem 25 · 2025 AMC 8 Stretch
Counting & Probability careful-countingsymmetry
amc8-2025-25
Show answer
Answer: B — 3150.
Show hints
Hint 1 of 2
By left/right symmetry, the total of right-side areas equals the total of left-side areas. What does each path's left + right equal?
Still stuck? Show hint 2 →
Hint 2 of 2
Per path: area_left + area_right = 25 (the whole diamond). And the number of paths = ways to interleave 5 NE moves with 5 NW moves.
Show solution
Approach: exploit left/right symmetry, count paths
  1. Let X = the sum of right-side areas. By mirroring every path L ↔ R, the sum of left-side areas across all paths is also X. So 2X = total of (left + right) over all paths.
  2. For each individual path, (left area) + (right area) = 25 (the full 5×5 diamond).
  3. Number of paths: 5 NE moves and 5 NW moves interleaved = 10!5! · 5! = 252.
  4. 2X = 25 × 252 = 6300, so X = 3150.
Mark: · log in to save