AMC 10 · 2019 · #8

Grade 8 counting
combinations-basiccaseworkcontradiction-elementarysystematic-enumeration caseworksystematic-enumerationcontradiction-elementary ↑ Prerequisites: combinations-basic
📏 Long solution 💡 4 insights
Problem
Take four distinct straight lines in the plane. Let N be the number of points lying on at least two of them, each counted once no matter how many lines pass through it. Find every value of N that can occur for some choice of four lines, then add those values up.

Pick an answer.

(A)
14
(B)
16
(C)
18
(D)
19
(E)
21
How to solve
Strategy Draw a Diagram

Tool #1 (Draw): sketch sample configurations. Tool #2 (Systematic List): list candidate values N = 0, 1, 2, 3, 4, 5, 6 (the maximum is C(4, 2) = 6 pair-intersections) and decide which can be built. Tool #9 (Easier): for each candidate, build a small concrete picture — all-parallel, pencil through one point, two parallel pairs, etc. Tool #3 (Eliminate): rule out N = 2 by a short impossibility argument, then sum the survivors.

1STEP 1

Cap the count

The number of pairs is the ceiling.

N ≤ C(4, 2) = 6
2STEP 2

All four parallel

There are no crossings at all.

4 parallel lines → N = 0
3STEP 3

All four through one point

There is exactly one crossing.

4 lines through one point → N = 1
4STEP 4

The impossible value

No arrangement gives exactly two.

N = 2 → contradiction in both cases
5STEP 5

Three parallel

The crossing line makes three points.

3 parallel lines + 1 transversal → N = 3
6STEP 6

Three concurrent

The fourth line adds three more.

3 concurrent + 1 in general position → N = 1 + 3 = 4
7STEP 7

Exactly one parallel pair

That removes one crossing.

exactly one parallel pair, no concurrence → N = 6 - 1 = 5
8STEP 8

General position

Every pair meets at a distinct point.

4 lines in general position → N = C(4, 2) = 6
9STEP 9

Add the possible values

Adding them gives 19.

0 + 1 + 3 + 4 + 5 + 6 = 19
10STEP 10

Match the choice

It matches a choice exactly.

19 → (D)
Answer
19
N ranges from 0 (all parallel) to 6 (general position), so the sum sits between 0 + 1 + … + 6 = 21 (if every value worked) and something smaller (we have to drop unreachable values). Only N = 2 is impossible — that subtracts 2, leaving 21 - 2 = 19. Matches.
💡Key takeaway

This AMC 12 problem only needs Grade 8 line-and-parallel reasoning you already know! With four lines you can hit 0, 1, 3, 4, 5, 6 intersection points — all parallel for 0, all through one point for 1, three parallels plus a transversal for 3, three concurrent plus a general line for 4, one parallel pair for 5, and general position for 6. Only N = 2 is unreachable (every attempt forces a third intersection). Sum: 0 + 1 + 3 + 4 + 5 + 6 = 19, answer (D).