The 2008 AMC 10 Papers A and B balanced algebraic evaluation with geometric counting, covering regular-polygon perimeter, coin-outcome, units-digit and average-speed staples, with an emphasis on flexible formula application and computational steadiness. Scan for the full papers and answer keys.
2008 AMC 10 A/B paper overview and exam highlights.
The 2008 AMC 10 was held in November 2008 in two papers (A and B), fairly balanced between algebraic evaluation and geometric 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 2008 paper set more problems on regular-polygon perimeter, coin outcomes, units digits of powers, and average speed, combining formulas with careful reading.
2008 AMC 10 main topic areas, weights and emphasis.
Evaluation, quadratics, word and speed problems; about 29%.
Regular polygons, rectangle perimeter, circles and cylinder surface area; about 23%.
Divisibility, remainders, GCD and divisor counts; about 18%.
Coin outcomes, combinations and ordered counting; about 20%.
Classical probability and dice sums; about 10%.
2008 AMC 10-style mock questions (Basic · Medium · Hard) — submit to grade and view step-by-step solutions.
If x = 2, what is the value of 4x2 + 3x - 1?
Correct answer: A
Substitute x = 2: 4(2)2 + 3(2) - 1 = 4×4 + 6 - 1 = 16 + 6 - 1 = 21. Answer A. Key: direct substitution.The sum of three consecutive integers is 111. What is the largest?
Correct answer: B
Let the middle integer be n: 3n = 111, so n = 37 and the largest is 38. Answer B. Key: model consecutive integers by their middle.How many positive divisors does 196 have?
Correct answer: C
196 = 22×72, so the number of divisors is (2+1)(2+1) = 9. Answer C. Key: divisor-count formula.A regular pentagon has side length 7. What is its perimeter?
Correct answer: D
All five sides of a regular pentagon are equal, so the perimeter = 5×7 = 35. Answer D. Key: regular-polygon perimeter = sides × side length.An item is marked up 25% above cost to a price of $75. What was the cost?
Correct answer: E
cost × 1.25 = 75, so cost = 75 / 1.25 = 60. Answer E. Key: price = cost × (1 + markup).A fair six-sided die is rolled once. What is the probability of rolling a perfect square (1 or 4)?
Correct answer: A
Perfect squares up to 6 are 1 and 4 (2 of 6), so the probability is 2/6 = 1/3. Answer A. Key: classical probability = favorable / total.Four coins are tossed at once. How many heads/tails outcomes are possible?
Correct answer: B
Each coin has 2 outcomes, so 4 coins give 24 = 16. Answer B. Key: independent outcomes multiply.What is the remainder when 2008 is divided by 8?
Correct answer: C
8 × 251 = 2008, so it divides exactly and the remainder is 0. Answer C. Key: division with remainder — watch the exact-division case.If 6x + 1 = 43, what is x?
Correct answer: D
6x = 43 - 1 = 42, so x = 7. Answer D. Key: isolate the variable.A triangle has base 8 and height 6. What is its area?
Correct answer: E
Area = ½×8×6 = 48/2 = 24. Answer E. Key: triangle area formula.If x2 - 14x + 48 = 0, what is the sum of all possible values of x?
Correct answer: A
Factor: (x-6)(x-8) = 0, so x = 6 or 8, and the sum is 14. Answer A. Key: Vieta — sum of roots = -b/a = 14.What is the greatest common divisor of 54 and 72?
Correct answer: B
54 = 2×33 and 72 = 23×32, so GCD = 2×32 = 18. Answer B. Key: take the smallest power of each shared prime.A committee of 2 is chosen from 15 people. How many different committees are possible?
Correct answer: C
C(15,2) = (15×14)/(2×1) = 105. Answer C. Key: combinations are order-independent, C(n,k) = n!/(k!(n-k)!).In a triangle, two angles are 40° and 65°. What is the third angle?
Correct answer: D
Triangle angles sum to 180°, so the third angle = 180 - 40 - 65 = 75°. 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 12. What was the removed number?
Correct answer: E
Sum of 8 = 8×14 = 112; sum of 7 = 7×12 = 84; the removed number = 112 - 84 = 28. Answer E. Key: average = sum / count.What is the units digit of 22008?
Correct answer: A
The units digit of powers of 2 cycles as 2, 4, 8, 6 (period 4). Since 2008 = 4×502, the remainder is 0, corresponding to the 4th value, so the units digit is 6. Answer A. Key: cyclic units digits of powers.One worker can finish a job in 10 hours and another in 40 hours. How long does it take them together?
Correct answer: B
Rates: 1/10 + 1/40 = 4/40 + 1/40 = 5/40 = 1/8 per hour, so together they need 1 / (1/8) = 8 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 48, what is the square side?
Correct answer: C
Triangle perimeter = 3×48 = 144, so the square side = 144 / 4 = 36. Answer C. Key: equal perimeters split by side count.Two fair six-sided dice are rolled. What is the probability the sum is 6?
Correct answer: D
Sums to 6: (1,5),(2,4),(3,3),(4,2),(5,1) — 5 outcomes out of 36, so 5/36. Answer D. Key: enumerate ordered dice pairs.A car travels 90 km at 30 km/h and returns at 90 km/h. What is the average speed for the whole trip (km/h)?
Correct answer: E
Outbound time = 90/30 = 3 h; return = 90/90 = 1 h. Total distance 180 km over 4 h gives 180/4 = 45 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 12?
Correct answer: A
Divisible by both 8 and 12 means divisible by LCM(8,12) = 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 the integers 1 through 8, 4 different numbers are chosen to form a set. How many such sets are there?
Correct answer: B
C(8,4) = (8×7×6×5)/(4×3×2×1) = 1680/24 = 70. Answer B. Key: combinations are order-independent, C(n,k) = n!/(k!(n-k)!).A right cylinder has radius 3 and height 7. What is its total surface area? (in terms of π)
Correct answer: C
Surface area = 2πr2 + 2πrh = 2π(32) + 2π(3)(7) = 18π + 42π = 60π. Answer C. Key: cylinder surface = two bases + lateral area.Given x + y = 21 and xy = 104, what is x2 + y2?
Correct answer: D
x2 + y2 = (x+y)2 - 2xy = 212 - 2×104 = 441 - 208 = 233. Answer D. Key: identity linking sum of squares to sum and product.In how many ways can 27 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 = 27. For a=1: 13 ways — (1,1,25) to (1,13,13); a=2: 11 ways — (2,2,23) to (2,12,13); a=3: 10 ways — (3,3,21) to (3,12,12); a=4: 8 ways — (4,4,19) to (4,11,12); a=5: 7 ways — (5,5,17) to (5,11,11); a=6: 5 ways — (6,6,15) to (6,10,11); a=7: 4 ways — (7,7,13) to (7,10,10); a=8: 2 ways — (8,8,11) to (8,9,10); a=9: 1 way — (9,9,9). Total 61. 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 2008 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 2008 AMC 10 A/B paper.
Finish all 25 within 75 minutes; skip when stuck, bank the solvable ones, and return to the hard ones.
Divisible by both numbers means divisible by their LCM; note the exact-division case gives remainder 0.
Factor N into prime powers; the divisor count is the product of (exponent + 1).
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 2008 AMC 10 papers and answers.
Scan to add the advisor for 2008 AMC 10 A/B past papers, answer keys and solutions, plus a custom prep plan.

Note: Name + School + Grade + Year