首页Home历年真题Past Papers备考资源Resources使用指南Guide联系我们Contact
AMC Authorized Center: 19121005661
Paper Set
2021

2021 AMC10 Paper & Solutions Pick Paper A

Online exam year, 25 complete solutions. Many practical application problems (shopping discounts, trip planning).

扫码领取2021真题

Scan to get free 2021 PDF + solutions

25 Questions
40 Minutes
Max Score 25
No Calculator
Exam Overview

Exam Overview

This exam emphasizes multiple math topics. Overall difficulty is moderate.

DDifficulty

  • EasyQ1-10
  • MediumQ11-20
  • HardQ21-25

TTopics

  • Algebra40%
  • Geometry25%
  • Number Theory15%
  • Combinatorics20%

AAwards

AIME Qualification
AIME Qualification (Top 2.5%)
111+
Honor Roll
Honor Roll (Top 5%)
98+
Achievement Roll
Grade 6 and below · 15+ points
88+
Sample Problems

2021 AMC10 Sample Problems (12 questions)

Sample reference problems by difficulty — click an option to check your answer

Q1EasyPolynomial
If f(x) = 2x² - 4x + 1, find f(3).
A) 3
B) 7
C) 5
D) 9
E) 11

Steps

1f(3) = 2×3² - 4×3 + 1
2= 2×9 - 12 + 1 = 7
Answer: BSubstitute, then exponentiate, multiply/divide, add/subtract
Q3EasyArithmetic Seq
Arithmetic sequence: a₁=4, d=3, find the 13-th term.
A) 30
B) 35
C) 40
D) 45
E) 50

Steps

1aₙ = a₁ + (n-1)d
2a_13 = 4 + 12×3 = 40
Answer: CGeneral term: aₙ=a₁+(n-1)d
Q5EasyExponent
If 2ˣ = 16, find x.
A) 2
B) 3
C) 5
D) 4
E) 6

Steps

116 = 2^4
2so x = 4
Answer: DConvert to same base, compare exponents
Q7EasyVieta's
Sum of roots of x² - 6x + 5 = 0?
A) 2
B) 4
C) 8
D) 10
E) 6

Steps

1Vieta's:sum of roots = -(-6)/1 = 6
2product of roots = 5
Answer: EFor x²-px+q=0, sum of roots = p
Q10MediumDivisibility
How many integers from 1 to 31 are divisible by 3?
A) 10
B) 6
C) 8
D) 12
E) 14

Steps

1⌊31 / 3⌋ = 10
Answer: ACount divisible by k: ⌊n/k⌋
Q12MediumDiagonals
How many diagonals does a regular 10-gon have?
A) 29
B) 35
C) 32
D) 38
E) 41

Steps

1diagonals = n(n-3)/2
2= 10×7/2 = 35
Answer: Bn-gon diagonals: n(n-3)/2
Q15MediumCombination
Compute C(7, 3).
A) 27
B) 31
C) 35
D) 39
E) 43

Steps

1C(n,3) = n(n-1)(n-2)/6
2= 7×6×5/6 = 35
Answer: CCombination: C(n,k)=n!/(k!(n-k)!)
Q17MediumPythagorean
Right triangle legs 5 and 12, find the hypotenuse.
A) 9
B) 11
C) 15
D) 13
E) 17

Steps

1c² = 5² + 12² = 25 + 144 = 169
2c = √169 = 13
Answer: DPythagorean theorem a²+b²=c²
Q20HardModular Arith
Find the remainder of 4^4 divided by 6.
A) 2
B) 3
C) 5
D) 6
E) 4

Steps

1compute 4^4 mod 6
2simplify step by step (modular arithmetic)
3=4
Answer: EModular arithmetic simplifies large exponents
Q22HardCompleting Sq
Find the minimum of f(x) = x² - 6x + 12.
A) 3
B) 1
C) 5
D) 7
E) 9

Steps

1complete the square:f(x) = (x - 3)² + 3
2when x = 3 , min at 3
Answer: ACompleting the square for quadratic extrema
Q24HardInclusion-Excl
4 distinct balls into 3 distinct boxes, each ≥1 ball, how many ways?
A) 26
B) 36
C) 31
D) 41
E) 46

Steps

1total 3^4 = 81
2subtract empty boxes: -C(3,1)×2^4 = -48
3add back 2 empty boxes: +C(3,2)×1 = +3
4total 81 - 48 + 3 = 36
Answer: BInclusion-exclusion handles 'at least'
Q25HardLaw of Cosines
In △ABC, a=5, b=6, cos C=1/2, find c².
A) 23
B) 27
C) 31
D) 35
E) 39

Steps

1Law of cosines c² = a² + b² - 2ab·cos C
2= 25 + 36 - 30 = 31
Answer: CLaw of cosines is key for solving triangles
Q1EasyPolynomial
If f(x) = 2x² - 6x + 1, find f(3).
A) 3
B) 1
C) 5
D) 7
E) 9

Steps

1f(3) = 2×3² - 6×3 + 1
2= 2×9 - 18 + 1 = 1
Answer: BSubstitute, then exponentiate, multiply/divide, add/subtract
Q3EasyArithmetic Seq
Arithmetic sequence: a₁=6, d=3, find the 13-th term.
A) 32
B) 37
C) 42
D) 47
E) 52

Steps

1aₙ = a₁ + (n-1)d
2a_13 = 6 + 12×3 = 42
Answer: CGeneral term: aₙ=a₁+(n-1)d
Q5EasyExponent
If 2ˣ = 16, find x.
A) 2
B) 3
C) 5
D) 4
E) 6

Steps

116 = 2^4
2so x = 4
Answer: DConvert to same base, compare exponents
Q7EasyVieta's
Sum of roots of x² - 8x + 5 = 0?
A) 4
B) 6
C) 10
D) 12
E) 8

Steps

1Vieta's:sum of roots = -(-8)/1 = 8
2product of roots = 5
Answer: EFor x²-px+q=0, sum of roots = p
Q10MediumDivisibility
How many integers from 1 to 33 are divisible by 3?
A) 11
B) 7
C) 9
D) 13
E) 15

Steps

1⌊33 / 3⌋ = 11
Answer: ACount divisible by k: ⌊n/k⌋
Q12MediumDiagonals
How many diagonals does a regular 12-gon have?
A) 48
B) 54
C) 51
D) 57
E) 60

Steps

1diagonals = n(n-3)/2
2= 12×9/2 = 54
Answer: Bn-gon diagonals: n(n-3)/2
Q15MediumCombination
Compute C(9, 3).
A) 66
B) 75
C) 84
D) 93
E) 102

Steps

1C(n,3) = n(n-1)(n-2)/6
2= 9×8×7/6 = 84
Answer: CCombination: C(n,k)=n!/(k!(n-k)!)
Q17MediumPythagorean
Right triangle legs 8 and 15, find the hypotenuse.
A) 13
B) 15
C) 19
D) 17
E) 21

Steps

1c² = 8² + 15² = 64 + 225 = 289
2c = √289 = 17
Answer: DPythagorean theorem a²+b²=c²
Q20HardModular Arith
Find the remainder of 4^4 divided by 6.
A) 2
B) 3
C) 5
D) 6
E) 4

Steps

1compute 4^4 mod 6
2simplify step by step (modular arithmetic)
3=4
Answer: EModular arithmetic simplifies large exponents
Q22HardCompleting Sq
Find the minimum of f(x) = x² - 6x + 14.
A) 5
B) 1
C) 3
D) 7
E) 9

Steps

1complete the square:f(x) = (x - 3)² + 5
2when x = 3 , min at 5
Answer: ACompleting the square for quadratic extrema
Q24HardInclusion-Excl
4 distinct balls into 3 distinct boxes, each ≥1 ball, how many ways?
A) 26
B) 36
C) 31
D) 41
E) 46

Steps

1total 3^4 = 81
2subtract empty boxes: -C(3,1)×2^4 = -48
3add back 2 empty boxes: +C(3,2)×1 = +3
4total 81 - 48 + 3 = 36
Answer: BInclusion-exclusion handles 'at least'
Q25HardLaw of Cosines
In △ABC, a=7, b=6, cos C=1/2, find c².
A) 33
B) 38
C) 43
D) 48
E) 53

Steps

1Law of cosines c² = a² + b² - 2ab·cos C
2= 49 + 36 - 42 = 43
Answer: CLaw of cosines is key for solving triangles

Get Full 2021 AMC10 Exam + Solutions

Scan the QR code below to get free 2021 PDF + solutions

扫码领取2021真题
Papers

Contact Us

19121005661

Available 9:00-21:00
Call for AMC10 papers and prep resources

Call Now