AMC 8 · 2020 · #10

Grade 7 counting
permutations-basiccomplementary-counting complementary-counting ↑ Prerequisites: systematic-enumeration
📏 Medium solution 💡 3 insights
Problem
Zara has 4 distinct marbles — Aggie (A), Bumblebee (B), Steelie (S), Tiger (T) — and lines them up on a shelf. She wants to count the line-ups in which Steelie and Tiger are NOT next to each other. How many such arrangements are there?

Pick an answer.

(A)
6
(B)
8
(C)
12
(D)
18
(E)
24

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

How to solve
Strategy Change Focus / Count the Complement

The word 'not next to' is the classic trigger for Tool #16 (Complement). Counting arrangements where S and T avoid each other directly forces messy case-splitting by where S goes; counting the OPPOSITE event (S and T together) is much easier because we can glue them into a single block. We'll use Tool #2 (Systematic List) as a sanity check for the small total of 24 arrangements, and Tool #3 (Eliminate) to confirm the answer matches one of the given choices.

1STEP 1

With no restriction, filling the 4 positions in order gives 4 × 3 × 2 × 1 = 24 total line-ups by the multiplication rule.

Total = 4 × 3 × 2 × 1 = 24
2STEP 2

Glue Steelie and Tiger into one block [ST]; arranging that block with Aggie and Bumblebee gives 3 × 2 × 1 = 6 orders.

Block orders = 3! = 3 × 2 × 1 = 6
3STEP 3

Inside the block, ST or TS gives 2 internal orders, so forbidden line-ups total 6 × 2 = 12.

Forbidden = 6 × 2 = 12
4STEP 4

Subtract the forbidden line-ups from the total to leave the ones with Steelie not beside Tiger: 24 - 12 = 12.

Allowed = 24 - 12 = 12
5STEP 5

Among the choices only (C) equals 12, so the answer is (C).

12 = (C)
Answer
12
The total 24 is exactly 4!, which is correct for 4 distinct objects in a row. The forbidden count 12 is half of 24, which makes intuitive sense: among 4 random items, the probability that two specific items are adjacent is 23!4!=1224=12\frac{2 · 3!}{4!} = \frac{12}{24} = \frac{1}{2}, so 'not adjacent' is also 12\frac{1}{2}, giving 12 good arrangements. The answer 12 is in the middle of the choices (6, 8, 12, 18, 24), which is the expected magnitude for a balanced complement count.
💡Key takeaway

This AMC 8 problem only needs Grade 7 counting with organized lists you already know — count everything, count the bad cases, then subtract!