AMC 8 · 2010 · #9

Grade 6 rate-ratio
percentagefraction-arithmeticratio-proportion identify-subproblems ↑ Prerequisites: percentagemulti-digit-arithmetic
📏 Medium solution 💡 3 insights
📘 View easy version →
Problem
Ryan took three separate tests. He got 80% correct on a 25-problem test, 90% correct on a 40-problem test, and 70% correct on a 10-problem test. Treating all 75 problems as one big pool, what percent did he get correct overall?

Pick an answer.

(A)
64
(B)
75
(C)
80
(D)
84
(E)
86

AMC 8 2010 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Identify Subproblems

The three tests are independent subproblems (Tool #7): for each one, convert its percent into an actual count of correct problems. Once we have three counts in the same unit ("problems correct"), we can add them and compare to the total. Tool #8 (Analyze the Units) reminds us we cannot average the three percents directly — "percent" is a ratio, not a count, so (80 + 90 + 70)/3 has no meaning here. We must move to the common unit of "problems" first, then return to percent at the end.

1STEP 1

Subproblem 1: take 80% of the 25 problems to get 20 correct on Test 1.

0.80 × 25 = 20 correct
2STEP 2

Subproblem 2: take 90% of the 40 problems to get 36 correct on Test 2.

0.90 × 40 = 36 correct
3STEP 3

Subproblem 3: take 70% of the 10 problems to get 7 correct on Test 3.

0.70 × 10 = 7 correct
4STEP 4

All three are now the same unit, so add them: 63 correct out of 75 total problems.

correct = 20 + 36 + 7 = 63, total = 25 + 40 + 10 = 75
5STEP 5

Turn the combined count back into a percent: 63 out of 75 is 84%.

6375\frac{63}{75} = 6375\frac{63}{75} × 44\frac{4}{4} = 252300\frac{252}{300} = 0.84 = 84% → (D)
Answer
84
The naive (wrong) answer of averaging the three percents gives 80+90+703\frac{80 + 90 + 70}{3} = 80% — which is choice (C), a classic trap. The correct 84% is higher than 80% because the largest test (40 problems) is the one with the highest score (90%), so it pulls the weighted average up. Our answer sits between the lowest score (70%) and the highest (90%), and leans toward 90% as expected.
💡Key takeaway

When tests have different sizes, you can't just average the percents — turn each percent into a count of correct problems first, add them up, then convert back. That's Grade 6 percent reasoning at work.