Elapsed
00:00
0 / 20
AMC 10 Master Workbook

20 Essential Problems
All Core Topics

Competition-style questions covering every major AMC 10 concept — with full solutions

20
Problems
8
Topics
75min
Target Time
AMC
Style
Topic 01 Algebra & Equations

Core Concepts

Must Memorize
Quadratic: ax² + bx + c = 0  ⇒  x = (−b ± √(b²−4ac)) / 2a
Vieta: x₁+x₂ = −b/a    x₁·x₂ = c/a
Sum of AP: Sₙ = n(a₁+aₙ)/2    GP: Sₙ = a(1−rⁿ)/(1−r)
Quick Example

If x² − 5x + 6 = 0, find x₁·x₂.

By Vieta: product = c/a = 6/1 = 6

Topic 02 Number Theory

Core Concepts

Must Memorize
If n = p₁ᵃ¹ · p₂ᵃ² · …, then # divisors = (a₁+1)(a₂+1)…
GCD(a,b) · LCM(a,b) = a · b
a ≡ b (mod m) means m | (a−b)
Quick Example

How many divisors does 72 = 2³·3² have?

(3+1)(2+1) = 12

Topic 03 Plane Geometry

Core Concepts

Must Memorize
Special triangles: 30-60-90 (1 : √3 : 2)   45-45-90 (1 : 1 : √2)
Circle area = πr²   Circumference = 2πr
Heron: A = √(s(s−a)(s−b)(s−c)), s = (a+b+c)/2
Quick Example

A right triangle has legs 3 and 4. Find hypotenuse.

√(9+16) = √25 = 5

Topic 04 Counting & Combinatorics

Core Concepts

Must Memorize
P(n,r) = n!/(n−r)!    C(n,r) = n! / (r!(n−r)!)
C(n,r) = C(n, n−r)    C(n,0) = C(n,n) = 1
(a+b)ⁿ = ∑ C(n,k) aⁿ⁻ᵏ bᵏ
Quick Example

How many ways to choose 3 from 7?

C(7,3) = 35 35

Topic 05 Probability

Core Concepts

Must Memorize
0 ≤ P(A) ≤ 1    P(sample space) = 1
P(A or B) = P(A)+P(B)−P(A and B)
Complementary: use 1−P(event) for “at least one”
Quick Example

P(at least one head in 2 flips) = 1 − P(TT) = 1 − 1/4 = 3/4

Topic 06 Functions & Graphs

Core Concepts

Must Memorize
f(f⁻¹(x)) = x    (f∘g)(x) = f(g(x))
⌊x⌋ = greatest integer ≤ x
Vertex of ax²+bx+c: x = −b/(2a)
Quick Example

If f(x) = 2x+1, find f⁻¹(5). Set 2x+1=5, x=2. Answer: 2

Topic 07 Word Problems & Rates

Core Concepts

Must Memorize
d = r · t    Work W = R · T
Combined work rate: 1/T = 1/a + 1/b
Average speed = Total distance / Total time
Quick Example

A can do a job in 4 hrs, B in 6 hrs. Together: 1/T = 1/4 + 1/6 = 5/12, so T = 12/5 hrs

Topic 08 Logic & Patterns

Core Concepts

Must Memorize
Pigeonhole: n+1 items into n holes ⇒ some hole has ≥2
Casework: systematically split into non-overlapping cases
Invariant: find a quantity that never changes
Quick Example

13 people ⇒ at least 2 share a birth month. (12 months, pigeonhole)

Practice Problems

Answer all 20 questions — solutions appear immediately after each response

Problem 01 Algebra Easy

If the roots of x² − 7x + k = 0 are consecutive integers, what is the value of k?

Problem 02 Algebra — Sequences Medium

The sum of the first 50 positive odd integers is:

Problem 03 Number Theory Easy

How many positive divisors does 360 have?
(360 = 2³ · 3² · 5)

Problem 04 Number Theory — Modular Arithmetic Medium

What is the units digit of 7⁹¹?

Problem 05 Geometry — Triangles Easy

In a 30-60-90 triangle, the hypotenuse has length 10. What is the area of the triangle?

Problem 06 Geometry — Circles Medium

A circle has area 49π. A chord is drawn at distance 3 from the center. What is the length of the chord?

Problem 07 Combinatorics Easy

How many 3-digit numbers can be formed using the digits {1, 2, 3, 4, 5} with no digit repeated?

Problem 08 Combinatorics — Complementary Counting Medium

How many ways can 4 people be arranged in a row if two specific people (Alex and Bob) must NOT be adjacent?

Problem 09 Probability Easy

A bag contains 4 red, 3 blue, and 5 green marbles. One marble is drawn at random. What is the probability it is NOT red?

Problem 10 Probability — Dice Medium

Two fair six-sided dice are rolled. What is the probability that the sum equals 8?

Problem 11 Functions Medium

If f(x) = x² − 2x + 3, what is the minimum value of f(x)?

Problem 12 Functions — Composition Hard

If f(x) = 2x + 1 and g(x) = x², compute f(g(f(1))).

Problem 13 Word Problems — Rates Medium

Alice drives from city A to city B at 60 mph, then returns at 40 mph. What is her average speed for the entire trip?

Problem 14 Word Problems — Work Hard

Pipe A fills a tank in 6 hours. Pipe B drains it in 9 hours. If both are open simultaneously starting from empty, how many hours to fill the tank?

Problem 15 Number Theory — GCD/LCM Hard

The GCD of two numbers is 12 and their LCM is 180. If one number is 36, what is the other?

Problem 16 Geometry — Similar Triangles Hard

In triangle ABC, D is on BC such that AD bisects angle A. If AB = 6, AC = 9, and BC = 10, find BD.

Problem 17 Combinatorics — Pascal's Triangle Hard

What is the coefficient of x³ in the expansion of (2x + 3)⁵?

Problem 18 Algebra — Systems Hard

If x + y = 7 and xy = 10, find x² + y².

Problem 19 Logic & Patterns Medium

A sequence is defined by a₁ = 1, a₂ = 1, and aₙ = aₙ⁻¹ + aₙ⁻² for n ≥ 3 (Fibonacci). What is a₃₀?

Problem 20 Mixed — Geometry & Algebra Hard

A square has side length s. Its diagonal is also the diameter of a circle. What is the ratio of the circle's area to the square's area?

Final Score

0/20
0%
0
Correct
0
Incorrect
00:00
Time Used