Official Test Center · Contact: 18939919481

2018 AMC 10 Past Papers

AMC 10 A/B · Overview · Practice · Prep

The 2018 AMC 10 Papers A and B were overall balanced in algebraic computation and geometric calculation, with triangle-area, units-digit (including the constant units digit of 6), permutation-combination and divisibility-counting problems concentrated in the back half, demanding computational steadiness. Scan for the full papers and answer keys.

2018 AMC 10 Paper Overview

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

The 2018 AMC 10 was held in November 2018 in two papers (A and B), balanced overall between algebra and computational geometry.

Format: 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 100 (Paper A).

The 2018 paper concentrated on triangle area, units digits of powers (including the fixed digit of 6), permutations/combinations, and divisibility counting.

2018 AMC 10 Key Topics Tested

2018 AMC 10 main topic areas, weights and emphasis.

Algebra28%

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

Geometry26%

Triangle area, circle circumference, rectangles and cylinders; about 26%.

Number Theory16%

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

Combinatorics20%

Permutations, combinations and ordered selection; about 20%.

Probability10%

Classical probability and dice sums; about 10%.

25 Online Practice Questions

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

Basic · Q1–10

1Algebra

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

Correct answer: C

Substitute x = 5: 3(5)2 - 2(5) - 1 = 75 - 10 - 1 = 64. Answer C. Key: direct substitution.
2Algebra

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

Correct answer: D

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

How many positive divisors does 64 have?

Correct answer: B

64 = 26, so the number of divisors is 6+1 = 7. Answer B. Key: divisor count of a prime power.
4Geometry

A rectangle has length 14 and width 5. What is its perimeter?

Correct answer: B

Perimeter = 2(14 + 5) = 2×19 = 38. Answer B. (70 is the area — do not confuse.) Key: rectangle perimeter formula.
5Algebra

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

Correct answer: C

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

A fair six-sided die is rolled once. What is the probability of rolling exactly 3?

Correct answer: A

Only one face shows 3, so the probability is 1/6. Answer A. Key: classical probability = favorable / total.
7Combinatorics

From A, B, C, D, choose 2 letters to form a two-letter code (no repeats). How many codes?

Correct answer: C

P(4,2) = 4×3 = 12. Answer C. Key: ordered selection uses permutations.
8Number Theory

What is the remainder when 2018 is divided by 9?

Correct answer: C

The digit sum is 2+0+1+8 = 11, and 11 mod 9 = 2, so the remainder is 2. Answer C. Key: digit-sum test for 9.
9Algebra

If 8 - 3x = 2, what is x?

Correct answer: B

3x = 8 - 2 = 6, so x = 2. Answer B. Key: isolate the variable.
10Geometry

A triangle has base 12 and height 7. What is its area?

Correct answer: B

Area = ½×12×7 = 6×7 = 42. Answer B. Key: triangle area formula.

Medium · Q11–20

11Algebra

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

Correct answer: D

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

What is the greatest common divisor of 66 and 88?

Correct answer: B

66 = 2×3×11 and 88 = 23×11, so GCD = 2×11 = 22. Answer B. Key: take the smallest power of each shared prime.
13Combinatorics

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

Correct answer: B

C(12,2) = (12×11)/(2×1) = 66. Answer B. Key: combinations are order-independent, C(n,k) = n!/(k!(n-k)!).
14Geometry

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

Correct answer: C

Triangle angles sum to 180°, so the third angle = 180 - 22 - 38 = 120°. Answer C. Key: triangle angle-sum theorem.
15Algebra

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

Correct answer: D

Sum of 6 = 6×17 = 102; sum of 5 = 5×15 = 75; the removed number = 102 - 75 = 27. Answer D. Key: average = sum / count.
16Number Theory

What is the units digit of 62018?

Correct answer: D

Any positive power of 6 ends in 6 (61 = 6, 62 = 36, …). Answer D. Key: the units digit of powers of 6 is fixed.
17Algebra

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

Correct answer: C

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

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

Correct answer: C

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

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

Correct answer: A

The only sum-12 outcome is (6,6) — 1 out of 36, so 1/36. Answer A. Key: enumerate ordered dice pairs.
20Algebra

A car travels 60 km at 20 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/20 = 3 h; return = 60/60 = 1 h. Total distance 120 km over 4 h gives 120/4 = 30 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 7 and 14?

Correct answer: C

Divisible by both 7 and 14 means divisible by LCM(7,14) = 14. The multiples of 14 below 100 are 14, 28, 42, 56, 70, 84, 98 — 7 of them. Answer C. Key: divisible by both ⟺ divisible by their LCM.
22Combinatorics

From 8 people, a captain and a vice captain are chosen (different people). How many ways?

Correct answer: C

Captain 8 choices, vice captain 7, giving P(8,2) = 8×7 = 56. Answer C. Key: ordered selection uses permutations.
23Geometry

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

Correct answer: C

Surface area = 2πr2 + 2πrh = 2π(52) + 2π(5)(1) = 50π + 10π = 60π. Answer C. Key: cylinder surface = two bases + lateral area.
24Algebra

Given x + y = 14 and xy = 48, what is x2 + y2?

Correct answer: C

x2 + y2 = (x+y)2 - 2xy = 142 - 2×48 = 196 - 96 = 100. Answer C. Key: identity linking sum of squares to sum and product.
25Combinatorics

In how many ways can 17 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 = 17. For a=1: 8 ways — (1,1,15) to (1,8,8); a=2: 6 ways — (2,2,13) to (2,7,8); a=3: 5 ways — (3,3,11),(3,4,10),(3,5,9),(3,6,8),(3,7,7); a=4: 3 ways — (4,4,9),(4,5,8),(4,6,7); a=5: 2 ways — (5,5,7),(5,6,6). Total 24. Answer C. Key: ordered enumeration to avoid duplicates.

2018 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 2018 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.

2018 AMC 10 Prep Guide

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

1

Timed Mock Exams

Finish all 25 within 75 minutes; skip hard ones and bank the solvable ones first.

2

Units-Digit Patterns

Any power of 6 ends in 6; powers of 2, 3, 7, 8 cycle by period.

3

Area Formulas

Keep triangle area = ½·base·height and rectangle area = length×width at hand.

4

Permutation vs. Combination

Decide ordered first, then choose P or C; avoid extra factorials.

5

Push for AIME

Aiming above 100? Lock the basics and medium questions, then take the last 5 step by step; scan for full papers and a plan.

2018 AMC 10 Past Paper FAQ

Frequent questions about the 2018 AMC 10 papers and answers.

This page archives the 2018 AMC 10 A/B paper entries. Paper and answer files are placeholders — scan to consult the advisor for full materials.
Yes. The 2018 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 2018 AMC 10 Prep

Scan to add the advisor for 2018 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