The 2002 AMC 10 introduced Paper B; both A and B papers balanced algebraic evaluation with combinatorial counting, and mid-section problems on factor-counting, coin outcomes and units digits tested careful enumeration. Scan for the full papers and answer keys.
2002 AMC 10 A/B paper overview and exam highlights.
The 2002 AMC 10 was held in November 2002 in two papers (A and B), fairly balanced between algebraic evaluation and combinatorial counting.
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 2002 paper set more problems on divisor counts, coin outcomes, units digits of powers, and average speed, combining formulas with careful reading.
2002 AMC 10 main topic areas, weights and emphasis.
Evaluation, quadratics, word and speed problems; about 28%.
Rectangle perimeter, triangle area, cylinder surface area; about 22%.
Divisibility, remainders, GCD and divisor counts; about 19%.
Coin outcomes, combinations and ordered counting; about 21%.
Classical probability and dice sums; about 10%.
2002 AMC 10-style mock questions (Basic · Medium · Hard) — submit to grade and view step-by-step solutions.
If x = 5, what is the value of x2 - 3x + 7?
Correct answer: A
Substitute x = 5: 52 - 3(5) + 7 = 25 - 15 + 7 = 17. Answer A. Key: direct substitution.The sum of three consecutive integers is 135. What is the largest?
Correct answer: B
Let the middle integer be n: 3n = 135, so n = 45 and the largest is 46. Answer B. Key: model consecutive integers by their middle.How many positive divisors does 192 have?
Correct answer: C
192 = 26×3, so the number of divisors is (6+1)(1+1) = 14. Answer C. Key: divisor-count formula.A rectangle has length 13 and width 3. What is its perimeter?
Correct answer: D
Perimeter = 2(13 + 3) = 2×16 = 32. Answer D. (26 is length + width — do not confuse.) Key: rectangle perimeter formula.An item is marked up 10% above cost to a price of
If x2 - 11x + 18 = 0, what is the sum of all possible values of x?
Correct answer: A
Factor: (x-2)(x-9) = 0, so x = 2 or 9, and the sum is 11. Answer A. Key: Vieta — sum of roots = -b/a = 11.What is the greatest common divisor of 24 and 36?
Correct answer: B
24 = 23×3 and 36 = 22×32, so GCD = 22×3 = 12. Answer B. Key: take the smallest power of each shared prime.A committee of 2 is chosen from 28 people. How many different committees are possible?
Correct answer: C
C(28,2) = (28×27)/(2×1) = 378. Answer C. Key: combinations are order-independent, C(n,k) = n!/(k!(n-k)!).In a triangle, two angles are 50° and 60°. What is the third angle?
Correct answer: D
Triangle angles sum to 180°, so the third angle = 180 - 50 - 60 = 70°. Answer D. Key: triangle angle-sum theorem.The average of 8 numbers is 14. After removing one number, the average of the remaining 7 is 13. What was the removed number?
Correct answer: E
Sum of 8 = 8×14 = 112; sum of 7 = 7×13 = 91; the removed number = 112 - 91 = 21. Answer E. Key: average = sum / count.What is the units digit of 32002?
Correct answer: A
The units digit of powers of 3 cycles as 3, 9, 7, 1 (period 4). Since 2002 = 4×500 + 2, the remainder is 2, corresponding to the 2nd value, so the units digit is 9. Answer A. Key: cyclic units digits of powers.One worker can finish a job in 12 hours and another also in 12 hours. How long does it take them together?
Correct answer: B
Rates: 1/12 + 1/12 = 2/12 = 1/6 per hour, so together they need 1 / (1/6) = 6 hours. Answer B. Key: combined rate = sum of individual rates.A square and an equilateral triangle have the same perimeter. If the triangle side is 92, what is the square side?
Correct answer: C
Triangle perimeter = 3×92 = 276, so the square side = 276 / 4 = 69. Answer C. Key: equal perimeters split by side count.Two fair six-sided dice are rolled. What is the probability the sum is 2?
Correct answer: D
The only way to sum to 2 is (1,1) — 1 outcome out of 36, so 1/36. Answer D. Key: enumerate ordered dice pairs.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: E
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 E. Key: average speed = total distance / total time, not the average of speeds.How many positive integers less than 100 are divisible by both 8 and 20?
Correct answer: A
Divisible by both 8 and 20 means divisible by LCM(8,20) = 40. The multiples of 40 below 100 are 40, 80 — 2 of them. Answer A. Key: divisible by both ⟺ divisible by their LCM.A committee of 3 is chosen from 12 people. How many different committees are possible?
Correct answer: B
C(12,3) = (12×11×10)/(3×2×1) = 1320/6 = 220. Answer B. Key: combinations are order-independent, C(n,k) = n!/(k!(n-k)!).A right cylinder has radius 4 and height 7. What is its total surface area? (in terms of π)
Correct answer: C
Surface area = 2πr2 + 2πrh = 2π(42) + 2π(4)(7) = 32π + 56π = 88π. Answer C. Key: cylinder surface = two bases + lateral area.Given x + y = 24 and xy = 135, what is x2 + y2?
Correct answer: D
x2 + y2 = (x+y)2 - 2xy = 242 - 2×135 = 576 - 270 = 306. Answer D. Key: identity linking sum of squares to sum and product.In how many ways can 33 be written as a sum of three positive integers, where order does not matter?
Correct answer: E
Let a ≤ b ≤ c with a+b+c = 33. For a=1: 16 ways — (1,1,31) to (1,16,16); a=2: 14 ways — (2,2,29) to (2,15,16); a=3: 13 ways — (3,3,27) to (3,15,15); a=4: 11 ways — (4,4,25) to (4,14,15); a=5: 10 ways — (5,5,23) to (5,14,14); a=6: 8 ways — (6,6,21) to (6,13,14); a=7: 7 ways — (7,7,19) to (7,13,13); a=8: 5 ways — (8,8,17) to (8,12,13); a=9: 4 ways — (9,9,15) to (9,12,12); a=10: 2 ways — (10,10,13) to (10,11,12); a=11: 1 way — (11,11,11). Total 91. Answer E. Key: ordered enumeration to avoid duplicates.Unified AMC 10 specs, consistent across years.
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.
Four steps · Overview / Topics / Practice / Prep
Read the 2002 AMC 10 A/B overview and format specs to grasp the year’s style.
Review the key topics and weights, and locate your weak areas.
Complete the 25 mock questions (75-minute limit); submit for auto-grading and right/wrong marks.
Open the step-by-step solutions, learn from mistakes, and scan for full papers to push for AIME.
Prep tips and score-boosting advice for the 2002 AMC 10 A/B paper.
Finish all 25 within 75 minutes; skip when stuck, bank the solvable ones, and return to the hard ones.
Factor N into prime powers; the divisor count is the product of (exponent + 1).
Average speed = total distance / total time — never the arithmetic mean of the two speeds.
Ordered uses P(n,k); unordered uses C(n,k); check order and repeatability.
Aiming above 100? Lock the basics and medium questions, then take the last 5 step by step; scan for full papers and a plan.
Frequent questions about the 2002 AMC 10 papers and answers.
Scan to add the advisor for 2002 AMC 10 A/B past papers, answer keys and solutions, plus a custom prep plan.

Note: Name + School + Grade + Year