The 2006 AMC 10 Papers A and B balanced algebraic evaluation with geometric formulas, with regular-polygon perimeter, coin-outcome, units-digit and combinatorial-counting problems in the back half; geometry-meets-counting items demanded strong diagramming and formula use. Scan for the full papers and answer keys.
2006 AMC 10 A/B paper overview and exam highlights.
The 2006 AMC 10 was held in November 2006 in two papers (A and B), fairly balanced between algebraic evaluation and geometric formulas.
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 2006 paper set more problems on regular-polygon perimeter, coin outcomes, units digits of powers, and combinatorial counting, combining formulas with careful reading.
2006 AMC 10 main topic areas, weights and emphasis.
Evaluation, quadratics, word and speed problems; about 28%.
Regular polygons, rectangle perimeter, circles and cylinder surface area; about 24%.
Divisibility, remainders, GCD and divisor counts; about 18%.
Coin outcomes, permutations and combinations; about 20%.
Classical probability and dice sums; about 10%.
2006 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 2x2 - 4x + 3?
Correct answer: A
Substitute x = 5: 2(5)2 - 4(5) + 3 = 2×25 - 20 + 3 = 50 - 20 + 3 = 33. Answer A. Key: direct substitution.The sum of three consecutive integers is 120. What is the largest?
Correct answer: B
Let the middle integer be n: 3n = 120, so n = 40 and the largest is 41. Answer B. Key: model consecutive integers by their middle.How many positive divisors does 400 have?
Correct answer: C
400 = 24×52, so the number of divisors is (4+1)(2+1) = 15. Answer C. Key: divisor-count formula.A regular pentagon has side length 6. What is its perimeter?
Correct answer: D
All five sides of a regular pentagon are equal, so the perimeter = 5×6 = 30. Answer D. Key: regular-polygon perimeter = sides × side length.An item is marked up 10% above cost to a price of $55. What was the cost?
Correct answer: E
cost × 1.1 = 55, so cost = 55 / 1.1 = 50. Answer E. Key: price = cost × (1 + markup).A fair six-sided die is rolled once. What is the probability of rolling a prime number (2, 3, or 5)?
Correct answer: A
Primes are 2, 3, 5 (3 of 6), so the probability is 3/6 = 1/2. Answer A. Key: classical probability = favorable / total.Five coins are tossed at once. How many heads/tails outcomes are possible?
Correct answer: B
Each coin has 2 outcomes, so 5 coins give 25 = 32. Answer B. Key: independent outcomes multiply.What is the remainder when 2006 is divided by 9?
Correct answer: C
9 × 222 = 1998, and 2006 - 1998 = 8, so the remainder is 8. Answer C. Key: division with remainder.If 4x + 5 = 29, what is x?
Correct answer: D
4x = 29 - 5 = 24, so x = 6. Answer D. Key: isolate the variable.A triangle has base 15 and height 6. What is its area?
Correct answer: E
Area = ½×15×6 = 90/2 = 45. Answer E. Key: triangle area formula.If x2 - 16x + 63 = 0, what is the sum of all possible values of x?
Correct answer: A
Factor: (x-7)(x-9) = 0, so x = 7 or 9, and the sum is 16. Answer A. Key: Vieta — sum of roots = -b/a = 16.What is the greatest common divisor of 48 and 72?
Correct answer: B
48 = 24×3 and 72 = 23×32, so GCD = 23×3 = 24. Answer B. Key: take the smallest power of each shared prime.A committee of 2 is chosen from 19 people. How many different committees are possible?
Correct answer: C
C(19,2) = (19×18)/(2×1) = 171. Answer C. Key: combinations are order-independent, C(n,k) = n!/(k!(n-k)!).In a triangle, two angles are 50° and 70°. What is the third angle?
Correct answer: D
Triangle angles sum to 180°, so the third angle = 180 - 50 - 70 = 60°. Answer D. Key: triangle angle-sum theorem.The average of 8 numbers is 16. After removing one number, the average of the remaining 7 is 15. What was the removed number?
Correct answer: E
Sum of 8 = 8×16 = 128; sum of 7 = 7×15 = 105; the removed number = 128 - 105 = 23. Answer E. Key: average = sum / count.What is the units digit of 72006?
Correct answer: A
The units digit of powers of 7 cycles as 7, 9, 3, 1 (period 4). Since 2006 = 4×501 + 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 15 hours and another in 30 hours. How long does it take them together?
Correct answer: B
Rates: 1/15 + 1/30 = 2/30 + 1/30 = 3/30 = 1/10 per hour, so together they need 1 / (1/10) = 10 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 52, what is the square side?
Correct answer: C
Triangle perimeter = 3×52 = 156, so the square side = 156 / 4 = 39. Answer C. Key: equal perimeters split by side count.Two fair six-sided dice are rolled. What is the probability the sum is 9?
Correct answer: D
Sums to 9: (3,6),(4,5),(5,4),(6,3) — 4 outcomes out of 36, so 4/36 = 1/9. Answer D. Key: enumerate ordered dice pairs.A car travels 120 km at 40 km/h and returns at 120 km/h. What is the average speed for the whole trip (km/h)?
Correct answer: E
Outbound time = 120/40 = 3 h; return = 120/120 = 1 h. Total distance 240 km over 4 h gives 240/4 = 48 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 6 and 8?
Correct answer: A
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 A. Key: divisible by both ⟺ divisible by their LCM.From 7 distinct objects, 2 are chosen and arranged in order. How many arrangements are possible?
Correct answer: B
Permutation P(7,2) = 7×6 = 42. Answer B. Key: ordered selection uses permutations, P(n,k) = n!/(n-k)!.A right cylinder has radius 5 and height 6. What is its total surface area? (in terms of π)
Correct answer: C
Surface area = 2πr2 + 2πrh = 2π(52) + 2π(5)(6) = 50π + 60π = 110π. Answer C. Key: cylinder surface = two bases + lateral area.Given x + y = 28 and xy = 195, what is x2 + y2?
Correct answer: D
x2 + y2 = (x+y)2 - 2xy = 282 - 2×195 = 784 - 390 = 394. Answer D. Key: identity linking sum of squares to sum and product.In how many ways can 29 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 = 29. For a=1: 14 ways — (1,1,27) to (1,14,14); a=2: 12 ways — (2,2,25) to (2,13,14); a=3: 11 ways — (3,3,23) to (3,13,13); a=4: 9 ways — (4,4,21) to (4,12,13); a=5: 8 ways — (5,5,19) to (5,12,12); a=6: 6 ways — (6,6,17) to (6,11,12); a=7: 5 ways — (7,7,15) to (7,11,11); a=8: 3 ways — (8,8,13) to (8,10,11); a=9: 2 ways — (9,9,11) to (9,10,10). Total 70. 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 2006 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 2006 AMC 10 A/B paper.
Finish all 25 within 75 minutes; skip when stuck, bank the solvable ones, and return to the hard ones.
A regular n-gon has perimeter n × side; pentagons and triangles appear often.
Factor N into prime powers; the divisor count is the product of (exponent + 1).
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 2006 AMC 10 papers and answers.
Scan to add the advisor for 2006 AMC 10 A/B past papers, answer keys and solutions, plus a custom prep plan.

Note: Name + School + Grade + Year