AMC 8

2023 AMC 8

25 problems — read each, give it a real try, then peek at the hints.

Practice: Take as test →
Problem 1 · 2023 AMC 8 Easy
Arithmetic & Operations order-of-operations

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

Show answer
Answer: D — The answer is 18.
Show hint
Hint 1
Inside each set of parentheses, do the multiplication before the addition.
Show solution
  1. First parentheses: 8 × 4 + 2 = 32 + 2 = 34.
  2. Second parentheses: 8 + 4 × 2 = 8 + 8 = 16.
  3. Subtract: 34 − 16 = 18.
Mark: · log in to save
Problem 2 · 2023 AMC 8 Medium
Geometry & Measurement spatial-reasoningsymmetryfolding
amc8-2023-02
Show answer
Answer: E — It matches figure (E).
Show hints
Hint 1 of 2
Where does each folded layer sit on the original sheet? That tells you how many spots the cut actually hits.
Still stuck? Show hint 2 →
Hint 2 of 2
Folding twice into quarters stacks four layers at one corner — and that corner is the center of the original sheet. Whatever the cut removes there happens four times, around the middle.
Show solution
  1. Folding the square twice into quarters brings all four corners together; the folded corner is the center of the full sheet.
  2. The diagonal cut slices across that folded stack, snipping a small triangle from all four layers at once.
  3. Unfolding, those four snips open up into a single diamond-shaped hole in the middle of the paper — figure (E).
Mark: · log in to save
Problem 3 · 2023 AMC 8 Medium
Algebra & Patterns evaluate-formula

Wind chill estimates how cold it feels in wind, using

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

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

Show answer
Answer: B — About 23.
Show hint
Hint 1
Just put the numbers into the formula. Do the multiplication first, then subtract.
Show solution
  1. Multiply: 0.7 × 18 = 12.6.
  2. Subtract from the temperature: 36 − 12.6 = 23.4.
  3. The closest answer choice is 23.
Mark: · log in to save
Problem 4 · 2023 AMC 8 Stretch
Number Theory primesspiral-pattern
amc8-2023-04
Show answer
Answer: D — Three of them are prime.
Show hints
Hint 1 of 2
Forget the spiral pattern — what matters is which numbers end up on those four squares.
Still stuck? Show hint 2 →
Hint 2 of 2
Find the four shaded numbers first (they sit on the diagonal through 7), then test each one for being prime.
Show solution
Approach: fill in the diagonal, then test each for primeness
  1. Continuing the spiral outward, the diagonal through 7 (going up-left and down-right) contains the four shaded numbers 19, 23, 39, 47.
  2. Test each: 19 prime, 23 prime, 47 prime; but 39 = 3 × 13 is composite.
  3. So 3 of the four shaded numbers are prime.
Another way — use perfect squares as landmarks (MAA):
  1. Without filling the whole grid: on an n×n spiral the number n2 sits in the upper-left (n even) or lower-right (n odd) corner. So 9 is at lower-right of the 3×3 block, 25 at lower-right of 5×5, 49 at lower-right of 7×7; 16 at upper-left of 4×4, 36 at upper-left of 6×6.
  2. Walking outward from those anchors locates the four shaded squares as 19, 23, 39, 47 — with 39 = 3 × 13 the only composite.
Mark: · log in to save
Problem 5 · 2023 AMC 8 Stretch
Ratios, Rates & Proportions proportionratio

A lake contains 250 trout, along with a variety of other fish. When a marine biologist catches and releases a sample of 180 fish from the lake, 30 are identified as trout. Assume the ratio of trout to the total number of fish is the same in both the sample and the lake. How many fish are there in the lake?

Show answer
Answer: B — 1500 fish.
Show hints
Hint 1 of 2
The fraction of trout should be the same in the sample as in the whole lake.
Still stuck? Show hint 2 →
Hint 2 of 2
The fraction of the sample that is trout should equal the fraction of the whole lake that is trout. Set the two fractions equal.
Show solution
  1. In the sample, 30 of 180 are trout: 30 ÷ 180 = 16.
  2. So trout make up 16 of the whole lake too.
  3. If 250 trout are 16 of the fish, the total is 250 × 6 = 1500.
Mark: · log in to save
Problem 6 · 2023 AMC 8 Medium
Arithmetic & Operations order-of-operationscasework

The digits 2, 0, 2, and 3 are placed in the expression below, one digit per box. What is the maximum possible value of the expression?

×
Show answer
Answer: C — 9.
Show hints
Hint 1 of 2
Where should the 0 go to not kill the answer? Putting 0 in the base or as a factor makes things bad — what about as an exponent?
Still stuck? Show hint 2 →
Hint 2 of 2
Use 0 as an exponent (anything0 = 1) so that side becomes 1. Then maximize the other side with the digits {2, 2, 3}.
Show solution
Approach: place 0 as an exponent, maximize the rest
  1. If 0 goes in a base or as a stand-alone factor, the product is 0. Use 0 as an exponent — that side becomes 1.
  2. The other side is baseexp using {2, 2, 3}: 23 = 8, 32 = 9, 22 = 4 (one digit unused). The largest is 32 = 9.
  3. Maximum product: 1 × 9 = 9.
Mark: · log in to save
Problem 7 · 2023 AMC 8 Medium
Geometry & Measurement evaluate-formulagrid
amc8-2023-07
Show answer
Answer: B — 1 point.
Show hints
Hint 1 of 2
Each line has a simple equation. Plug in x = 15 and x = 16 (the rectangle's left and right sides) and see whether the resulting y falls between 3 and 5.
Still stuck? Show hint 2 →
Hint 2 of 2
Line AB: y = x/3. Line CD: y = 10 − x/2. Test each at x = 15 and 16.
Show solution
Approach: evaluate the two lines at the rectangle's x-range
  1. Rectangle: x ∈ [15, 16], y ∈ [3, 5].
  2. Line AB: y = x/3. At x = 15: y = 5 ✓ (hits the corner (15, 5)). At x = 16: y ≈ 5.33, above the rectangle.
  3. Line CD: y = 10 − x/2. At x = 15: y = 2.5, below. At x = 16: y = 2, below.
  4. Only (15, 5) lands on the rectangle — 1 point.
Mark: · log in to save
Problem 8 · 2023 AMC 8 Medium
Logic & Word Problems sum-constraintcasework
amc8-2023-08
Show answer
Answer: A — 000101.
Show hints
Hint 1 of 2
Each round of the tournament has exactly two winners and two losers across the four players. So each column of the table sums to 2.
Still stuck? Show hint 2 →
Hint 2 of 2
Add Lola + Lolo + Tiya for each of the 6 rounds. If that sum is 2, Tiyo lost; if 1, Tiyo won.
Show solution
Approach: each round's wins sum to 2
  1. Per round, four players play two pairings, so exactly 2 wins and 2 losses are distributed each round.
  2. Sum Lola + Lolo + Tiya per round: 1+1+0=2, 1+0+1=2, 1+1+0=2, 0+0+1=1, 1+1+0=2, 1+0+0=1.
  3. Tiyo's slot = 2 − that sum each round: 0, 0, 0, 1, 0, 1 = 000101.
Mark: · log in to save
Problem 9 · 2023 AMC 8 Medium
Algebra & Patterns evaluate-formula
amc8-2023-09
Show answer
Answer: B — 8 seconds.
Show hints
Hint 1 of 2
Draw two horizontal lines on the graph at elevations 4 and 7. Read off the time intervals where the curve sits between them.
Still stuck? Show hint 2 →
Hint 2 of 2
There are three such time intervals; add their durations.
Show solution
Approach: read the graph between two horizontal lines
  1. The curve sits between elevations 4 and 7 over three intervals: roughly t = 2 to 4 (2 sec), t = 6 to 10 (4 sec), and t = 12 to 14 (2 sec).
  2. Total: 2 + 4 + 2 = 8 seconds.
Mark: · log in to save
Problem 10 · 2023 AMC 8 Medium
Fractions, Decimals & Percents fraction-to-decimalpercent-multiplier

Harold made a plum pie to take on a picnic. He was able to eat only 14 of the pie, and he left the rest for his friends. A moose came by and ate 13 of what Harold left behind. After that, a porcupine ate 13 of what the moose left behind. How much of the original pie still remained after the porcupine left?

Show answer
Answer: D — 1/3.
Show hints
Hint 1 of 2
Each eater leaves behind a fraction of what they found. Multiply those leftovers together.
Still stuck? Show hint 2 →
Hint 2 of 2
Harold leaves 3/4, moose leaves 2/3, porcupine leaves 2/3. Multiply: 3/4 × 2/3 × 2/3.
Show solution
Approach: multiply the 'leftover' fractions
  1. Each step's leftover is (1 − what they ate). Harold leaves 34. Moose leaves 23 of that. Porcupine leaves 23 of that.
  2. 34 × 23 × 23 = 1236 = 13.
Another way — twelve slices (MAA):
  1. Cut the pie into 12 equal slices. Harold eats 3, leaving 9. Moose eats 13 of 9 = 3, leaving 6. Porcupine eats 13 of 6 = 2, leaving 4.
  2. 4 of 12 = 1/3.
Mark: · log in to save
Problem 11 · 2023 AMC 8 Medium
Ratios, Rates & Proportions distance-speed-timeestimate-and-pick

NASA's Perseverance Rover was launched on July 30, 2020. After traveling 292,526,838 miles, it landed on Mars in Jezero Crater about 6.5 months later. Which of the following is closest to the Rover's average interplanetary speed in miles per hour?

Show answer
Answer: C — About 60,000 mph.
Show hints
Hint 1 of 2
The choices span orders of magnitude, so round generously. Distance ≈ 3 × 108 miles.
Still stuck? Show hint 2 →
Hint 2 of 2
6.5 months ≈ 200 days ≈ 5000 hours. Then speed ≈ distance ÷ time.
Show solution
Approach: round to easy numbers, divide
  1. Distance ≈ 3 × 108 miles.
  2. 6.5 months × 30 days/month ≈ 195 days ≈ 200 days ≈ 200 × 24 = 4800 hours ≈ 5000 hours.
  3. Speed ≈ (3 × 108) ÷ 5000 = 60,000 mph.
Mark: · log in to save
Problem 12 · 2023 AMC 8 Hard
Geometry & Measurement areaarea-decomposition
amc8-2023-12
Show answer
Answer: B — 11/36.
Show hints
Hint 1 of 2
Sum the shaded areas, subtract the white circles that sit inside the big shaded disk, divide by the area of the outer circle.
Still stuck? Show hint 2 →
Hint 2 of 2
Outer circle area = 9π. Three small shaded circles (radius 1/2): total 3π/4. Big shaded disk (radius 2) minus 2 inner whites (radius 1 each): 4π − 2π = 2π.
Show solution
Approach: sum shaded, subtract carved-out whites
  1. Outer white circle area: π · 32 = 9π.
  2. Three small shaded circles (radius 12): each has area π4; together 4.
  3. Big shaded disk (radius 2): area 4π, minus two white inner circles (radius 1 each, total 2π): net 2π.
  4. Total shaded: 2π + 4 = 11π4.
  5. Fraction: 11π/4 = 1136.
Mark: · log in to save
Problem 13 · 2023 AMC 8 Medium
Fractions, Decimals & Percents proportionfraction-to-decimal
amc8-2023-13
Show answer
Answer: D — 48 miles.
Show hints
Hint 1 of 2
Where, as a fraction of the route, are the 1st repair station and the 3rd water station?
Still stuck? Show hint 2 →
Hint 2 of 2
Repair stations split into thirds: 1st is at 1/3. Water stations split into eighths: 3rd is at 3/8. Difference is 2 miles.
Show solution
Approach: convert station positions to fractions of the route
  1. Let L be the race length. 2 repair stations evenly spaced between start and finish divide the route into thirds → the 1st repair is at L/3.
  2. 7 water stations evenly spaced divide the route into eighths → the 3rd water is at 3L/8.
  3. Their gap: 3L/8 − L/3 = (9L − 8L)/24 = L/24 = 2 miles.
  4. So L = 48.
Mark: · log in to save
Problem 14 · 2023 AMC 8 Hard
Number Theory complementary-countingcareful-counting

Nicolas is planning to send a package to his friend Anton, who is a stamp collector. To pay for the postage, Nicolas would like to cover the package with a large number of stamps. Suppose he has a collection of 5-cent, 10-cent, and 25-cent stamps, with exactly 20 of each type. What is the greatest number of stamps Nicolas can use to make exactly $7.10 in postage?

Show answer
Answer: E — 55 stamps.
Show hints
Hint 1 of 2
Maximizing stamps used = minimizing stamps removed from his whole collection. What does the whole collection total?
Still stuck? Show hint 2 →
Hint 2 of 2
Total of all 60 stamps = $8. He needs to remove $0.90. Minimize the number of stamps that sum to $0.90.
Show solution
Approach: minimize stamps removed, not maximize stamps used
  1. Total value of all 60 stamps: 20·($0.05 + $0.10 + $0.25) = 20 · $0.40 = $8.00.
  2. He needs to make $7.10, so he removes $8.00 − $7.10 = $0.90 worth. Maximizing stamps used ≡ minimizing stamps removed.
  3. Minimum stamps summing to $0.90: three 25¢ (75¢) + one 10¢ + one 5¢ = $0.90 in 5 stamps.
  4. Stamps used = 60 − 5 = 55.
Mark: · log in to save
Problem 15 · 2023 AMC 8 Hard
Ratios, Rates & Proportions distance-speed-timeproportion
amc8-2023-15
Show answer
Answer: B — 4.2 mph.
Show hints
Hint 1 of 2
Find Viswam's usual speed in mph, then figure out how many blocks vs minutes he has left after the detour starts.
Still stuck? Show hint 2 →
Hint 2 of 2
After 5 blocks he has 5 min left. Detour makes the remaining distance 5 + (3 − 1) = 7 blocks instead of 5. Distance per block: 0.05 mile.
Show solution
Approach: convert blocks to miles, time to hours
  1. Usual: 10 blocks = 0.5 mile in 10 min = 1/6 hr → speed = 3 mph. Each block is 0.05 mile.
  2. After 5 blocks, 5 minutes are left. Detour replaces 1 block with 3, so remaining distance becomes 5 + 2 = 7 blocks = 0.35 mile.
  3. 5 minutes = 1/12 hr. Speed = 0.35 ÷ (1/12) = 0.35 × 12 = 4.2 mph.
Mark: · log in to save
Problem 16 · 2023 AMC 8 Medium
Number Theory divisibilitysymmetry
amc8-2023-16
Show answer
Answer: C — 133 Ps, 134 Qs, 133 Rs.
Show hints
Hint 1 of 2
20 × 20 = 400 cells, with the letters cycling P, Q, R. How does 400 split among three letters?
Still stuck? Show hint 2 →
Hint 2 of 2
400 = 3 × 133 + 1, so one letter gets the extra 1. By the table's diagonals, P-count = R-count — so Q takes the extra.
Show solution
Approach: 400 cells split into thirds, with one letter winning the remainder
  1. The board has 20 × 20 = 400 cells, and the P/Q/R pattern repeats every 3 cells diagonally. 400 = 3 × 133 + 1, so the counts are 133, 133, 134 in some order.
  2. Look at the lower-left 2 × 2 corner of the pattern: Q R / P Q — one P, two Qs, one R. By the rest of the board's symmetry (P and R balance), the corner's extra Q is the surplus.
  3. Counts: 133 Ps, 134 Qs, 133 Rs.
Mark: · log in to save
Problem 17 · 2023 AMC 8 Hard
Geometry & Measurement spatial-reasoningfolding
amc8-2023-17
Show answer
Answer: A — Face 1.
Show hints
Hint 1 of 2
An octahedron has 8 faces in two hemispheres of 4 each, and exactly 4 faces meet at each vertex.
Still stuck? Show hint 2 →
Hint 2 of 2
Faces 2, 3, 4, 5 all share a vertex in the net — that's the bottom hemisphere. Top hemisphere = {Q, 6, 7, 1}.
Show solution
Approach: split the eight faces into two hemispheres of four
  1. An octahedron has 4 faces meeting at each vertex. In the net, faces 2, 3, 4, 5 all share a vertex, so they form one hemisphere (the bottom).
  2. The other hemisphere holds the remaining 4 faces: Q, 6, 7, and 1.
  3. Tracing the fold from Q, edges align so that face 1 ends up to its right.
Mark: · log in to save
Problem 18 · 2023 AMC 8 Hard
Number Theory divisibilitycasework

Greta Grasshopper sits on a long line of lily pads in a pond. From any lily pad, Greta can jump 5 pads to the right or 3 pads to the left. What is the fewest number of jumps Greta must make to reach the lily pad located 2023 pads to the right of her starting position?

Show answer
Answer: D — 411 jumps.
Show hints
Hint 1 of 2
Order doesn't matter — only the counts of right and left jumps. Set up an equation in R and L.
Still stuck? Show hint 2 →
Hint 2 of 2
5R − 3L = 2023. Need R ≥ 405 and 5R − 2023 divisible by 3.
Show solution
Approach: count-only equation, then mod constraint
  1. Order doesn't matter. Let R = right jumps, L = left jumps. Then 5R − 3L = 2023, with R, L ≥ 0.
  2. Minimum R: R ≥ 405 (else 5R < 2023, leaving negative L). And 5R − 2023 must be divisible by 3.
  3. Mod 3: 5R ≡ 2R, and 2023 ≡ 1, so 2R ≡ 1 ⇒ R ≡ 2 (mod 3). The smallest R ≥ 405 satisfying this is 407.
  4. Then L = (5·407 − 2023)/3 = 12/3 = 4. Total: 407 + 4 = 411 jumps.
Mark: · log in to save
Problem 19 · 2023 AMC 8 Medium
Geometry & Measurement area-fractionarea
amc8-2023-19
Show answer
Answer: C — 5 : 12.
Show hints
Hint 1 of 2
Linear scale 2 : 3 means area scale (2/3)2 = 4/9. Use that to size up the ring of three trapezoids.
Still stuck? Show hint 2 →
Hint 2 of 2
Set inner area = 4. Outer area = 9. Trapezoidal ring = 9 − 4 = 5, split into 3 trapezoids of area 5/3 each.
Show solution
Approach: areas scale as side-length squared
  1. Let the outer triangle have area 9 and the inner triangle area 4 (since the side ratio is 2:3 → area ratio 4:9).
  2. The ring of three trapezoids has area 9 − 4 = 5; each trapezoid has area 53.
  3. Ratio of one trapezoid to the inner triangle: 5/34 = 512, i.e. 5 : 12.
Mark: · log in to save
Problem 20 · 2023 AMC 8 Hard
Arithmetic & Operations sum-constraintcasework

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

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