Official Test Center · Contact: 18939919481

2024 AMC 10 Past Papers

AMC 10 A/B · Overview · Practice · Prep

The 2024 AMC 10 Papers A and B continued comprehensive coverage of algebraic computation, geometric intuition and combinatorial construction, with frequent number-theory divisibility and units-digit, probability and average-speed word problems; the back half demanded computational accuracy. Scan for the full papers and answer keys.

2024 AMC 10 Paper Overview

2024 AMC 10 A/B paper overview and exam highlights.

The 2024 AMC 10 was held in November 2024 in two papers (A and B), continuing a blend of algebraic computation, geometric intuition, and combinatorial construction.

The format is unchanged: 25 multiple-choice questions, 75 minutes, 150 points max; a blank answer earns 1.5 points and a wrong answer earns 0. The AIME cut-off has recently been around 105 (Paper A) and 100 (Paper B).

The 2024 paper set more problems on divisibility, units digits of powers, probability, and average-speed word problems, with mid-to-late questions demanding computational accuracy.

2024 AMC 10 Key Topics Tested

2024 AMC 10 main topic areas, weights and emphasis.

Algebra28%

Evaluation, simplification, word and speed problems; about 28%.

Geometry26%

Rectangle and circle perimeter/area, triangles and cylinders; about 26%.

Number Theory16%

Divisibility, remainders, GCD and units digits of powers; about 16%.

Combinatorics19%

Permutations, combinations and ordered counting; about 19%.

Probability11%

Classical probability and dice sums; about 11%.

25 Online Practice Questions

2024 AMC 10-style mock questions (Basic · Medium · Hard) — submit to grade and view step-by-step solutions.

Basic · Q1–10

1Algebra

If x = 4, what is the value of 3x2 - 2x + 5?

Correct answer: D

Substitute x = 4: 3(4)2 - 2(4) + 5 = 48 - 8 + 5 = 45. Answer D. Key: direct substitution.
2Algebra

The sum of four consecutive integers is 70. What is the largest?

Correct answer: D

Let the smallest be n: n+(n+1)+(n+2)+(n+3) = 4n+6 = 70, so 4n = 64, n = 16, and the largest is 19. Answer D. Key: model a consecutive run by its first term.
3Number Theory

How many positive divisors does 30 have?

Correct answer: C

30 = 2×3×5, so the number of divisors is (1+1)(1+1)(1+1) = 8 (namely 1,2,3,5,6,10,15,30). Answer C. Key: divisor-count formula.
4Geometry

A rectangle has length 7 and width 4. What is its perimeter?

Correct answer: B

Perimeter = 2(length + width) = 2(7 + 4) = 22. Answer B. (28 is the area — do not confuse.) Key: rectangle perimeter formula.
5Algebra

An item is marked up 25% above cost to a price of $75. What was the cost?

Correct answer: C

cost × 1.25 = 75, so cost = 75 / 1.25 = 60. Answer C. Key: price = cost × (1 + markup).
6Probability

A fair six-sided die is rolled once. What is the probability of rolling an even number?

Correct answer: C

Even outcomes are 2, 4, 6 (3 of 6), so the probability is 3/6 = 1/2. Answer C. Key: classical probability = favorable / total.
7Combinatorics

In how many ways can 4 different books be arranged in a row?

Correct answer: D

Permutations of 4 distinct items: 4! = 4×3×2×1 = 24. Answer D. Key: n distinct items have n! arrangements.
8Number Theory

What is the remainder when 2024 is divided by 8?

Correct answer: A

8 × 253 = 2024, so the remainder is 0 — 2024 is divisible by 8. Answer A. Key: division with remainder.
9Algebra

If 2x + 7 = 19, what is x?

Correct answer: D

2x = 19 - 7 = 12, so x = 6. Answer D. Key: isolate the variable.
10Geometry

A circle has diameter 14. What is its circumference? (Use π ≈ 22/7)

Correct answer: B

Circumference = π × diameter = (22/7) × 14 = 22 × 2 = 44. Answer B. Key: circle circumference = πd.

Medium · Q11–20

11Algebra

If x2 - 7x + 12 = 0, what is the sum of all possible values of x?

Correct answer: D

Factor: (x-3)(x-4) = 0, so x = 3 or 4, and the sum is 7. Answer D. Key: Vieta — sum of roots = -b/a = 7.
12Number Theory

What is the greatest common divisor of 60 and 90?

Correct answer: D

60 = 22×3×5 and 90 = 2×32×5, so GCD = 2×3×5 = 30. Answer D. Key: take the smallest power of each shared prime.
13Combinatorics

A committee of 2 is chosen from 6 people. How many different committees are possible?

Correct answer: C

C(6,2) = (6×5)/(2×1) = 15. Answer C. Key: combinations are order-independent, C(n,k) = n!/(k!(n-k)!).
14Geometry

In a triangle, two angles are 35° and 65°. What is the third angle?

Correct answer: C

Triangle angles sum to 180°, so the third angle = 180 - 35 - 65 = 80°. Answer C. Key: triangle angle-sum theorem.
15Algebra

The average of 6 numbers is 20. After removing one number, the average of the remaining 5 is 19. What was the removed number?

Correct answer: C

Sum of 6 = 6×20 = 120; sum of 5 = 5×19 = 95; the removed number = 120 - 95 = 25. Answer C. Key: average = sum / count.
16Number Theory

What is the units digit of 32024?

Correct answer: A

The units digit of powers of 3 cycles as 3, 9, 7, 1 (period 4). Since 2024 = 4×506, the remainder is 0, corresponding to the 4th value, so the units digit is 1. Answer A. Key: cyclic units digits of powers.
17Algebra

One worker can finish a job in 4 hours and another in 12 hours. How long does it take them together?

Correct answer: B

Rates: 1/4 + 1/12 = 3/12 + 1/12 = 4/12 = 1/3 per hour, so together they need 1 / (1/3) = 3 hours. Answer B. Key: combined rate = sum of individual rates.
18Geometry

A square and an equilateral triangle have the same perimeter. If the triangle side is 8, what is the square side?

Correct answer: B

Triangle perimeter = 3×8 = 24, so the square side = 24 / 4 = 6. Answer B. Key: equal perimeters split by side count.
19Probability

Two fair six-sided dice are rolled. What is the probability the sum is 7?

Correct answer: C

Sums to 7: (1,6),(2,5),(3,4),(4,3),(5,2),(6,1) — 6 outcomes out of 36, so 6/36 = 1/6. Answer C. Key: enumerate ordered dice pairs.
20Algebra

A car travels 60 km at 30 km/h and returns at 60 km/h. What is the average speed for the whole trip (km/h)?

Correct answer: B

Outbound time = 60/30 = 2 h; return = 60/60 = 1 h. Total distance 120 km over 3 h gives 120/3 = 40 km/h. Answer B. Key: average speed = total distance / total time, not the average of speeds.

Hard · Q21–25

21Number Theory

How many positive integers less than 100 are divisible by both 4 and 6?

Correct answer: C

Divisible by both 4 and 6 means divisible by LCM(4,6) = 12. The multiples of 12 below 100 are 12, 24, 36, 48, 60, 72, 84, 96 — 8 of them. Answer C. Key: divisible by both ⟺ divisible by their LCM.
22Combinatorics

Using the digits 1, 2, 3, 4 (each at most once), how many three-digit numbers can be formed?

Correct answer: C

Hundreds digit 4 choices, tens 3, units 2, giving 4×3×2 = 24. Answer C. Key: permutations P(4,3) = 4!/(4-3)!.
23Geometry

A right cylinder has radius 3 and height 8. What is its total surface area? (in terms of π)

Correct answer: B

Surface area = 2πr2 + 2πrh = 2π(32) + 2π(3)(8) = 18π + 48π = 66π. Answer B. Key: cylinder surface = two bases + lateral area.
24Algebra

Given x + y = 8 and xy = 15, what is x2 + y2?

Correct answer: B

x2 + y2 = (x+y)2 - 2xy = 82 - 2×15 = 64 - 30 = 34. Answer B. Key: identity linking sum of squares to sum and product.
25Combinatorics

In how many ways can 11 be written as a sum of three positive integers, where order does not matter?

Correct answer: C

Let a ≤ b ≤ c with a+b+c = 11. For a=1: 5 ways — (1,1,9),(1,2,8),(1,3,7),(1,4,6),(1,5,5); a=2: 3 ways — (2,2,7),(2,3,6),(2,4,5); a=3: 2 ways — (3,3,5),(3,4,4). Total 10. Answer C. Key: ordered enumeration to avoid duplicates.

2024 AMC 10 Format

Unified AMC 10 specs, consistent across years.

Questions & Scoring25 multiple-choice; +6 correct, +1.5 blank, 0 wrong; max 150
Duration75 minutes
PapersPapers A & B, comparable; take either or both, higher counts
EligibilityGrade 10 and below; under 17.5 on test day
AdvancementMeeting the cut-off qualifies for AIME

Papers A & B

Papers A and B are comparable in difficulty and scope. Students may take either, or both — the higher score is used for awards and AIME qualification.

How to Use This Page

Four steps · Overview / Topics / Practice / Prep

1

Paper Overview

Read the 2024 AMC 10 A/B overview and format specs to grasp the year’s style.

2

Find Topics

Review the key topics and weights, and locate your weak areas.

3

Take the Quiz

Complete the 25 mock questions (75-minute limit); submit for auto-grading and right/wrong marks.

4

Review & Prep

Open the step-by-step solutions, learn from mistakes, and scan for full papers to push for AIME.

2024 AMC 10 Prep Guide

Prep tips and score-boosting advice for the 2024 AMC 10 A/B paper.

1

Timed Mock Exams

Finish all 25 within 75 minutes: go fast first, then steady, and reserve time to recheck the computations of the first 20.

2

Computational Accuracy

Units digits of powers, divisibility tests, and average speed are error-prone — write each step to limit slips.

3

Sort Your Mistakes

File errors by algebra / geometry / number theory / combinatorics / probability and target the weakest module.

4

Pair Mocks with Real Papers

Use these mock questions as a warm-up; scan for official past papers to match the real format and difficulty.

5

Push for AIME

Aiming to qualify? Make zero mistakes on basics, a high pass rate on medium, then attack the last 5 step by step.

2024 AMC 10 Past Paper FAQ

Frequent questions about the 2024 AMC 10 papers and answers.

This page archives the 2024 AMC 10 A/B paper entries. Paper and answer files are placeholders — scan to consult the advisor for full materials.
Yes. The 2024 AMC 10 has Papers A and B, comparable in difficulty, held on separate dates. You may take one or both; the higher score counts for awards and AIME qualification.
Papers and answer keys are compiled after the exam. The answer entry on this page is a placeholder — scan to get the answer key and step-by-step solutions first.
The two papers are comparable in difficulty and scope, differing only in date and specific questions. You may take either or both; the higher score is used for awards and AIME qualification.
Practice past papers under time limits, drill by topic, and review mistakes against the answer key. To reach the AIME cut-off, consider 1-on-1 coaching — scan for a custom plan.

Start 2024 AMC 10 Prep

Scan to add the advisor for 2024 AMC 10 A/B past papers, answer keys and solutions, plus a custom prep plan.

  • Papers & answer keys · step-by-step
  • Timed mock exams & mistake review
  • AIME cut-off coaching

Scan for Papers

Scan for Papers

Note: Name + School + Grade + Year

Consult1-on-1 PlanAssessment