The 2012 AMC 10 Papers A and B emphasized algebraic evaluation and number-theory divisibility, with problems on circle area, combinatorial selection, units digits and average speed; geometry-formula and counting crossover items tested diagramming and categorization. Scan for the full papers and answer keys.
2012 AMC 10 A/B paper overview and exam highlights.
The 2012 AMC 10 was held in November 2012 in two papers (A and B), with algebraic evaluation and divisibility in number theory standing out.
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 2012 paper set more problems on circle area, combinatorial selection, units digits of powers, and average speed, combining geometry formulas with counting.
2012 AMC 10 main topic areas, weights and emphasis.
Evaluation, quadratics, word and speed problems; about 31%.
Rectangle perimeter, circle area, triangles and cylinder surface area; about 22%.
Divisibility, remainders, GCD and units digits of powers; about 17%.
Coin outcomes, combinations and ordered counting; about 20%.
Classical probability and dice sums; about 10%.
2012 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 + 4x - 3?
Correct answer: C
Substitute x = 5: 52 + 4(5) - 3 = 25 + 20 - 3 = 42. Answer C. Key: direct substitution.The sum of three consecutive integers is 108. What is the largest?
Correct answer: D
Let the middle integer be n: 3n = 108, so n = 36 and the largest is 37. Answer D. Key: model consecutive integers by their middle.How many positive divisors does 320 have?
Correct answer: B
320 = 26×5, so the number of divisors is (6+1)(1+1) = 14. Answer B. Key: divisor-count formula.A rectangle has length 10 and width 4. What is its perimeter?
Correct answer: B
Perimeter = 2(10 + 4) = 2×14 = 28. Answer B. (40 is the area — do not confuse.) Key: rectangle perimeter formula.An item is marked up 60% above cost to a price of
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.What is the greatest common divisor of 45 and 75?
Correct answer: C
45 = 32×5 and 75 = 3×52, so GCD = 3×5 = 15. Answer C. Key: take the smallest power of each shared prime.A committee of 2 is chosen from 20 people. How many different committees are possible?
Correct answer: B
C(20,2) = (20×19)/(2×1) = 190. Answer B. Key: combinations are order-independent, C(n,k) = n!/(k!(n-k)!).In a triangle, two angles are 44° and 66°. What is the third angle?
Correct answer: B
Triangle angles sum to 180°, so the third angle = 180 - 44 - 66 = 70°. Answer B. Key: triangle angle-sum theorem.The average of 7 numbers is 20. After removing one number, the average of the remaining 6 is 19. What was the removed number?
Correct answer: C
Sum of 7 = 7×20 = 140; sum of 6 = 6×19 = 114; the removed number = 140 - 114 = 26. Answer C. Key: average = sum / count.What is the units digit of 32012?
Correct answer: A
The units digit of powers of 3 cycles as 3, 9, 7, 1 (period 4). Since 2012 = 4×503, the remainder is 0, corresponding to the 4th value, so the units digit is 1. Answer A. Key: cyclic units digits of powers.One worker can finish a job in 3 hours and another in 6 hours. How long does it take them together?
Correct answer: B
Rates: 1/3 + 1/6 = 2/6 + 1/6 = 3/6 = 1/2 per hour, so together they need 1 / (1/2) = 2 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 28, what is the square side?
Correct answer: C
Triangle perimeter = 3×28 = 84, so the square side = 84 / 4 = 21. Answer C. Key: equal perimeters split by side count.Two fair six-sided dice are rolled. What is the probability the sum is 10?
Correct answer: C
Sums to 10: (4,6),(5,5),(6,4) — 3 outcomes out of 36, so 3/36 = 1/12. Answer C. Key: enumerate ordered dice pairs.A car travels 100 km at 25 km/h and returns at 100 km/h. What is the average speed for the whole trip (km/h)?
Correct answer: B
Outbound time = 100/25 = 4 h; return = 100/100 = 1 h. Total distance 200 km over 5 h gives 200/5 = 40 km/h. Answer B. Key: average speed = total distance / total time, not the average of speeds.How many positive integers less than 100 are divisible by both 6 and 8?
Correct answer: B
Divisible by both 6 and 8 means divisible by LCM(6,8) = 24. The multiples of 24 below 100 are 24, 48, 72, 96 — 4 of them. Answer B. Key: divisible by both ⟺ divisible by their LCM.From 6 distinct objects, 3 are chosen. How many selections are possible?
Correct answer: B
C(6,3) = (6×5×4)/(3×2×1) = 120/6 = 20. Answer B. Key: combinations are order-independent, C(n,k) = n!/(k!(n-k)!).A right cylinder has radius 5 and height 3. What is its total surface area? (in terms of π)
Correct answer: C
Surface area = 2πr2 + 2πrh = 2π(52) + 2π(5)(3) = 50π + 30π = 80π. Answer C. Key: cylinder surface = two bases + lateral area.Given x + y = 19 and xy = 84, what is x2 + y2?
Correct answer: A
x2 + y2 = (x+y)2 - 2xy = 192 - 2×84 = 361 - 168 = 193. Answer A. Key: identity linking sum of squares to sum and product.In how many ways can 23 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 = 23. For a=1: 11 ways — (1,1,21) to (1,11,11); a=2: 9 ways — (2,2,19) to (2,10,11); a=3: 8 ways — (3,3,17),(3,4,16),(3,5,15),(3,6,14),(3,7,13),(3,8,12),(3,9,11),(3,10,10); a=4: 6 ways — (4,4,15),(4,5,14),(4,6,13),(4,7,12),(4,8,11),(4,9,10); a=5: 5 ways — (5,5,13),(5,6,12),(5,7,11),(5,8,10),(5,9,9); a=6: 3 ways — (6,6,11),(6,7,10),(6,8,9); a=7: 2 ways — (7,7,9),(7,8,8). Total 44. Answer C. 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 2012 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 2012 AMC 10 A/B paper.
Finish all 25 within 75 minutes; skip when stuck and bank the solvable ones first.
Area = πr2, circumference = 2πr; with π = 22/7, simplify first.
Ordered uses permutations P, unordered uses combinations C; check repeatability.
Units digits cycle by the base; locate the result via the exponent mod the period.
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 2012 AMC 10 papers and answers.
Scan to add the advisor for 2012 AMC 10 A/B past papers, answer keys and solutions, plus a custom prep plan.

Note: Name + School + Grade + Year