Focused Practice

Across all years

Tick one or more bands and topics — problems are pulled from every authored year.

Showing 20 of 205 matching
Difficulty bands: (none = all 25)
Topics: (none = all topics)
Order:
Problem 21 · 2026 AMC 8 Stretch
Counting & Probability markov-chaincasework
amc8-2026-21
Show answer
Answer: B — 1/4.
Show hints
Hint 1 of 2
Each outer point connects only to inner points; each inner point connects to 2 outer and 2 inner points.
Still stuck? Show hint 2 →
Hint 2 of 2
Track the chance of being on an outer point after each move.
Show solution
Approach: track outer-vs-inner probability each move
  1. From an outer point both edges lead inward, so after move 1 the spider is surely on an inner point.
  2. From an inner point it returns to an outer point with probability ½, so after move 2 it is outer with probability ½ (inner with probability ½).
  3. To end outer after move 3 it must be inner after move 2 (½) and then step outward (½): ½ · ½ = 1/4.
Mark: · log in to save
Problem 22 · 2026 AMC 8 Stretch
Logic & Word Problems extremalmedian

The integers 1 through 25 are arbitrarily separated into five groups of 5 numbers each. The median of each group is found, and M is the median of those five medians. What is the least possible value of M?

Show answer
Answer: A — 9.
Show hints
Hint 1 of 2
M is the 3rd-smallest of the five medians, so you want three groups with small medians.
Still stuck? Show hint 2 →
Hint 2 of 2
Each small median needs two even-smaller numbers beneath it, and small numbers are in limited supply.
Show solution
Approach: minimize the 3rd-smallest median; small numbers are the bottleneck
  1. To make M small, three groups need small medians, each requiring two smaller numbers below it. Using 1–6 as those "below" numbers lets three groups have medians 7, 8, and 9, while the other two groups absorb the large numbers.
  2. Trying for M = 8 fails: three medians ≤ 8 would need six distinct numbers below them all drawn from {1,…,5}, which isn't enough.
  3. So the least possible value is 9.
Mark: · log in to save
Problem 23 · 2026 AMC 8 Stretch
Geometry & Measurement belt-around-circles
amc8-2026-23
Show answer
Answer: C — 4π + 20.
Show hints
Hint 1 of 2
The curved pieces of a tight band around a convex bunch always add up to one full circle.
Still stuck? Show hint 2 →
Hint 2 of 2
The straight pieces equal the perimeter of the shape joining the outermost centers.
Show solution
Approach: arcs make one full circle; straights make the center polygon
  1. The band turns 360° all the way around, so its curved pieces total one full circle: 2π · 2 = 4π.
  2. The straight pieces equal the perimeter of the trapezoid joining the four outer coin centers (radius-2 coins touching): 8 + 4 + 4 + 4 = 20.
  3. So the band is 4π + 20 centimeters.
Mark: · log in to save
Problem 24 · 2026 AMC 8 Stretch
Number Theory legendre-formula

The notation n! is the product of the first n positive integers. Define the superfactorial of n to be the product of the factorials 1! · 2! · 3! · … · n! (so the superfactorial of 3 is 1! · 2! · 3! = 12). How many factors of 7 appear in the prime factorization of the superfactorial of 51?

Show answer
Answer: E — 171.
Show hints
Hint 1 of 2
The 7-count of the superfactorial is the sum of the 7-counts of 1! through 51!.
Still stuck? Show hint 2 →
Hint 2 of 2
Each k! holds ⌊k/7⌋ + ⌊k/49⌋ sevens; group the values of k by that count.
Show solution
Approach: sum Legendre's 7-count over every factorial
  1. The number of 7s is the sum of v₇(k!) for k = 1 to 51, where v₇(k!) = ⌊k/7⌋ + ⌊k/49⌋.
  2. Seven values of k each contribute 1, 2, 3, 4, 5, and 6, totaling 7(1+2+3+4+5+6) = 147; and k = 49, 50, 51 contribute 8 each, adding 24.
  3. The total is 147 + 24 = 171.
Mark: · log in to save
Problem 25 · 2026 AMC 8 Stretch
Counting & Probability corner-cuttingcasework
amc8-2026-25
Show answer
Answer: E — 8.
Show hints
Hint 1 of 2
Such a hexagon is the equilateral triangle with three corner equilateral triangles cut off.
Still stuck? Show hint 2 →
Hint 2 of 2
If the triangle has side 6, the three integer cut sizes must leave each middle segment ≥ 1, so each pair of cuts sums to at most 5.
Show solution
Approach: cut three integer corners off the side-6 triangle
  1. The triangle ABC has side 6 (from the example: 1 + 3 + 2). Cutting integer-sized corners a, b, c leaves middle segments 6 − a − b, 6 − b − c, 6 − c − a, which must each be ≥ 1, so every pair of cuts sums to at most 5.
  2. Counting unordered cut-triples {a, b, c} of positive integers with all pairwise sums ≤ 5 gives {1,1,1}, {1,1,2}, {1,2,2}, {2,2,2}, {1,1,3}, {1,2,3}, {2,2,3}, {1,1,4} — that's 8 hexagons (rotations and reflections counted once).
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
Problem 21 · 2024 AMC 8 Hard
Algebra & Patterns ratioproportionsubstitution

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

Show answer
Answer: E — 24 frogs.
Show hints
Hint 1 of 2
Express both populations in one variable (yellow), then write the new ratio as an equation.
Still stuck? Show hint 2 →
Hint 2 of 2
After moves: green = 3y + 2, yellow = y − 2. Set (3y+2)/(y−2) = 4.
Show solution
Approach: let y = initial yellow, then use both ratios
  1. Let y = initial yellow count, so initial green = 3y.
  2. After the moves: green = 3y + 5 − 3 = 3y + 2 (5 in, 3 out). Yellow = y + 3 − 5 = y − 2.
  3. New ratio: 3y + 2y − 2 = 4 ⇒ 3y + 2 = 4y − 8 ⇒ y = 10. So initial green = 30, yellow = 10.
  4. After: green = 32, yellow = 8. Difference = 32 − 8 = 24.
Mark: · log in to save
Problem 22 · 2024 AMC 8 Hard
Geometry & Measurement areaarea-decomposition
amc8-2024-22
Show answer
Answer: B — About 600 inches.
Show hints
Hint 1 of 2
Forget the spiral. Unrolled, the tape is a long thin rectangle of area = (length) × (thickness). What is the total area of the tape?
Still stuck? Show hint 2 →
Hint 2 of 2
Area of the ring cross-section equals the area of the unrolled rectangle. Ring area = π(22 − 12) = 3π.
Show solution
Approach: the ring's area equals length × thickness
  1. Unrolled, the tape is a long strip of length L and thickness 0.015 in: area = 0.015L.
  2. Rolled up, the same area is the annular ring between outer radius 2 (diameter 4) and inner radius 1 (diameter 2): π(22 − 12) = 3π.
  3. L = 0.015 = 200π ≈ 628 inches, which rounds to 600.
Mark: · log in to save
Problem 23 · 2024 AMC 8 Hard
Number Theory factorizationgridgrid-counting
amc8-2024-23
Show answer
Answer: C — 7000 cells.
Show hints
Hint 1 of 2
The example (0,4) to (2,0) crosses 4 cells. Notice: 2 + 4 − gcd(2,4) = 4. That's a general formula.
Still stuck? Show hint 2 →
Hint 2 of 2
Apply the formula to (3000, 5000) horizontal/vertical offsets: 3000 + 5000 − gcd(3000, 5000).
Show solution
Approach: use the lattice-line cell-count formula
  1. A line segment whose horizontal offset is a and vertical offset is b crosses a + b − gcd(a, b) grid cells. (You'd cross a + b cells if the line never hit a grid corner; each lattice-point crossing collapses two cell-entries into one, saving 1 per shared factor.)
  2. From (2000, 3000) to (5000, 8000): horizontal offset 3000, vertical offset 5000.
  3. gcd(3000, 5000) = 1000. Cells = 3000 + 5000 − 1000 = 7000.
Another way — scale down (MAA):
  1. The slope from (2000, 3000) to (5000, 8000) is 5/3. The segment is equivalent to 1000 copies of a primitive (0,0)→(3,5) piece, since gcd(3000, 5000) = 1000.
  2. Each primitive (3,5) segment crosses 7 cells. Total: 7 × 1000 = 7000.
Mark: · log in to save
Problem 24 · 2024 AMC 8 Hard
Geometry & Measurement areaarea-decomposition
amc8-2024-24
Show answer
Answer: B — h = 5.
Show hints
Hint 1 of 2
Extend each mountain to a full right-isoceles triangle (peak 90°, base angles 45°). They overlap in a small triangle of the same shape, height h.
Still stuck? Show hint 2 →
Hint 2 of 2
A 45-45-90 triangle with vertical leg H has area H2. Use inclusion–exclusion on the two mountain triangles.
Show solution
Approach: inclusion–exclusion on three 45-45-90 triangles
  1. Each mountain is a right-isoceles triangle (the 90° peak with two 45° base angles). For peak height H, the area is H2.
  2. Areas: 82 = 64 and 122 = 144. The dip between them is the double-counted overlap — a third 45-45-90 triangle of height h, area h2.
  3. Inclusion–exclusion: 64 + 144 − h2 = 183, so h2 = 25, h = 5.
Mark: · log in to save
Problem 25 · 2024 AMC 8 Stretch
Counting & Probability complementary-countingcasework

A small airplane has 4 rows of seats with 3 seats in each row. Eight passengers have boarded the plane and are distributed randomly among the seats. A married couple is next to board. What is the probability there will be 2 adjacent seats in the same row for the couple?

Show answer
Answer: C — 20/33.
Show hints
Hint 1 of 2
Count the complement: when can the couple not sit together? Then subtract from 1.
Still stuck? Show hint 2 →
Hint 2 of 2
Per row of L-M-R, no adjacent pair is open iff M is occupied OR both L and R are occupied. Case-split on how many of the 4 middle seats are occupied.
Show solution
Approach: complementary counting on middle-seat occupancies
  1. Total arrangements: choose 8 of 12 seats for passengers, C(12, 8) = 495.
  2. For NO adjacent pair to be open in a row L–M–R: either M is occupied, or both L and R are occupied. Casework on k = number of rows with M occupied:
  3. k = 0: all four M's empty ⇒ all 8 edge seats filled. 1 way.
  4. k = 1: 4 choices of row, then 2 choices for the extra passenger in that row's edges. 8 ways.
  5. k = 2: C(4,2) = 6 row-choices × C(4,2) = 6 placements of remaining 2 passengers in the 4 unfilled edges. 36 ways.
  6. k = 3: C(4,3) = 4 row-choices × C(6,3) = 20 placements of remaining 3 passengers. 80 ways.
  7. k = 4: all middles filled (4 passengers); C(8,4) = 70 placements of the remaining 4 on edges. 70 ways.
  8. Total "no adjacent": 1 + 8 + 36 + 80 + 70 = 195. So adjacent count = 495 − 195 = 300.
  9. Probability = 300495 = 2033.
Mark: · log in to save
Problem 21 · 2023 AMC 8 Hard
Counting & Probability careful-countingcaseworksum-constraint

Alina writes the numbers 1, 2, …, 9 on separate cards, one number per card. She wishes to divide the cards into 3 groups of 3 cards so that the sum of the numbers in each group will be the same. In how many ways can this be done?

Show answer
Answer: C — 2 ways.
Show hints
Hint 1 of 2
What must each group sum to? And what constraint does that put on where the biggest (and smallest) numbers go?
Still stuck? Show hint 2 →
Hint 2 of 2
Each group sums to 15. 7, 8, 9 must be in different groups (and so must 1, 2, 3). Then case-split on which group holds 5.
Show solution
Approach: fix the totals, then place the extreme numbers
  1. 1+2+…+9 = 45, so each group sums to 15.
  2. 7, 8, 9 must each go in a different group (else one group is already ≥ 15 with too much room left). Similarly 1, 2, 3 must go in different groups.
  3. Consider the group containing 5. Its other two values sum to 10. Possibilities: {3, 5, 7}, {2, 5, 8}, or {1, 5, 9}. The {2, 5, 8} option fails (no way to finish), leaving 2 valid partitions: {1,5,9}/{3,4,8}/{2,6,7} and {3,5,7}/{1,6,8}/{2,4,9}.
  4. 2 ways.
Mark: · log in to save
Problem 22 · 2023 AMC 8 Hard
Number Theory factorizationsubstitution

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

Show answer
Answer: D — 5.
Show hints
Hint 1 of 2
Write the first six terms as a, b, and powers of a and b. The 6th term will be a3b5.
Still stuck? Show hint 2 →
Hint 2 of 2
Factor 4000: 4000 = 53 × 25. Match exponents.
Show solution
Approach: track exponents of a and b through the sequence
  1. Let the first two terms be a, b. Then the next four are ab, ab2, a2b3, a3b5. (Each term sums the exponents of the previous two.)
  2. a3b5 = 4000 = 53 × 25. So a = 5, b = 2.
  3. First term: 5.
Mark: · log in to save
Problem 23 · 2023 AMC 8 Hard
Counting & Probability careful-counting
amc8-2023-23
Show answer
Answer: C — 1/64.
Show hints
Hint 1 of 2
Where could the gray diamond go? Its center must be at one of the four corners of the middle cell.
Still stuck? Show hint 2 →
Hint 2 of 2
For a chosen diamond location, the 4 surrounding tiles are forced (1 valid orientation each); the remaining 5 tiles are free (4 choices each).
Show solution
Approach: fix the diamond cluster, free the rest
  1. Total tilings: 49 (each of 9 cells gets 1 of 4 tiles).
  2. Favorable: choose 1 of 4 possible diamond positions (corners of the center cell), forcing 4 specific tile orientations. The remaining 5 tiles are free: 45 options. Total: 4 × 45 = 46.
  3. Probability = 4649 = 143 = 164.
Another way — probability the 3 neighbors of the center orient correctly (MAA):
  1. If the diamond exists, the center cell has one all-gray corner; the 3 tiles adjacent to that corner must orient to extend the gray.
  2. Each of those 3 tiles has probability 1/4 of the right orientation. So total probability = (1/4)3 = 1/64.
Mark: · log in to save
Problem 24 · 2023 AMC 8 Hard
Geometry & Measurement area-fractionarea-decomposition
amc8-2023-24
Show answer
Answer: A — h = 14.6.
Show hints
Hint 1 of 2
Similar triangles: a small triangle inside ABC with height k has area (k/h)2 times the area of ABC.
Still stuck? Show hint 2 →
Hint 2 of 2
Left shaded = ABC − small triangle of height 11. Right shaded = small triangle of height h − 5. Set them equal.
Show solution
Approach: areas scale as height squared; equate shaded regions
  1. Let T = area of ABC. The unshaded top triangle on the left has height 11, area (11/h)2T. So left shaded = T [1 − (11/h)2].
  2. On the right, the shaded triangle (from peak down) has height h − 5, area ((h−5)/h)2T.
  3. Equate: 1 − 121/h2 = (h−5)2/h2h2 − 121 = h2 − 10h + 25 ⇒ 10h = 146.
  4. h = 14.6.
Mark: · log in to save
Problem 25 · 2023 AMC 8 Hard
Algebra & Patterns arithmetic-sequencedivisibilitycasework

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

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

What is the sum of the digits of a14?

Show answer
Answer: A — 8.
Show hints
Hint 1 of 2
Equally spaced → arithmetic sequence with common difference d. From the bounds, get a tight range for 14d.
Still stuck? Show hint 2 →
Hint 2 of 2
a15a1 = 14d. With 241−10 ≤ 14d ≤ 250−1, the only multiple of 14 in [231, 249] is 238 = 14×17. So d = 17.
Show solution
Approach: nail d from bounds, then a1, then a14
  1. Equal spacing: a15a1 = 14d. Bounds give 231 ≤ 14d ≤ 249, and the only multiple of 14 in there is 238 → d = 17.
  2. Then a2 = a1 + 17 forces a1 ≤ 3, and a15 = a1 + 238 forces a1 ≥ 3. So a1 = 3.
  3. a14 = a15d = (3 + 238) − 17 = 224. Digit sum: 2 + 2 + 4 = 8.
Mark: · log in to save