AMC 10 · 2007 · #14

Grade 6 algebra
percentagelinear-equations-one-var convert-to-algebra ↑ Prerequisites: percentage
📏 Short solution 💡 2 insights
Problem
A group of boys and girls starts with 40% girls. Then two girls leave and two boys arrive, which keeps the total number of people the same but changes the mix to 30% girls. Find how many girls were in the group at the start.

Pick an answer.

(A)
4
(B)
6
(C)
8
(D)
10
(E)
12

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

How to solve
Strategy Convert to Algebra

The trick is that the total head count never changes, so it is the natural quantity to name. Introduce a variable for the total (Tool #4), then translate the two percent facts into expressions for the girl count before and after (Tool #13). Because a swap of two-for-two changes the girls by 2 but not the total, one clean equation pops out and solves in a line. Tool #3 (Eliminate Possibilities) is kept in reserve to sanity-check the result against the five answer choices.

1STEP 1

Name the total and the girls

Let n be the total number of people. The swap leaves n fixed, and the starting girls are 40% of n, or 0.4n.

total=n, girls=0.4n
2STEP 2

Translate the after-swap fact

After the swap the total is still n, but the girls drop to 0.4n-2, and the new 30% fact says that same count is 0.3n.

0.4n-2=0.3n
3STEP 3

Solve and read off the girls

Collecting the n terms gives 0.1n=2, so n=20, and the starting girls are 0.4×20=8, choice (C).

0.1n=2→ n=20, girls=0.4 × 20=8
Answer
8
Check the full story with 20 people and 8 girls. At the start, 8 of 20 is 8/20=40% girls, matching the first fact. After two girls leave and two boys arrive, there are 6 girls out of the same 20 people, and 6/20=30%, matching the second fact. Both conditions hold, so 8 girls is correct.
💡Key takeaway

When a swap keeps the total the same, name that total, write the girl count two ways, and set them equal.

  • Name the total and the girls
  • Translate the after-swap fact
  • Solve and read off the girls