AMC 10 · 2007 · #10

Grade 7 arithmetic
mean-median-mode-rangeweighted-averagelinear-equations-one-var convert-to-algebra ↑ Prerequisites: mean-median-mode-range
📏 Medium solution 💡 2 insights
Problem
A family is a mother, a father, and some children. The whole family's ages average 20. The father is 48. The mother and the children together average 16. Find how many children there are.

Pick an answer.

(A)
2
(B)
3
(C)
4
(D)
5
(E)
6

AMC 10 2007 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Introduce a Variable

The count of children is unknown, so Tool #4 (Introduce a Variable) names it n and lets every other quantity be written in terms of n. The trick that makes an average useful is to turn it back into a total: total age = average × number of people. Once both totals are written with n, Tool #13 (Convert to Algebra) turns the sentence 'father plus the rest equals the whole family' into one equation, which solves for n. Tool #6 (Guess and Check) then plugs the answer back to confirm the averages come out right.

1STEP 1

Name the unknown, count the people

Let n be the number of children. The family is n + 2 people; the mother-and-children group drops the father, so it is n + 1.

family = n + 2 people, mother+children = n + 1 people
2STEP 2

Turn each average into a total

Total = average × count, so the family total is 20(n + 2) and the mother-and-children total is 16(n + 1).

family total = 20(n+2), mother+children total = 16(n+1)
3STEP 3

Split the family total two ways

The family is the father plus that group, so the two ways of writing the family total must be equal — one equation in n.

20(n+2) = 48 + 16(n+1)
4STEP 4

Solve the equation

Expand: 20n + 40 = 16n + 64, so 4n = 24 and n = 6 — six children, choice (E).

20n + 40 = 16n + 64 → 4n = 24 → n = 6 → (E)
Answer
6
Check the numbers with n = 6. The family has 8 people, so the family total should be 20 × 8 = 160. The mother and 6 children make 7 people averaging 16, a total of 16 × 7 = 112. Adding the father: 112 + 48 = 160, which matches the family total exactly. The averages are consistent, so 6 children is correct.
💡Key takeaway

Turn every average back into a total by multiplying by the number of people, then match the whole against the sum of its parts to solve for the unknown.

  • Name the unknown, count the people
  • Turn each average into a total
  • Split the family total two ways
  • Solve the equation