ver.1.6

Into how many pieces do 4 lines cut the paper?

A hard-level "Count" problem.Do not try to count the regions. Add one line at a time and ask how many the count goes up by: it equals the number of pieces the new line is cut into.

GivenThere are 4 straight lines. Every two of them cross, and no three meet at one point.

Count ★★★★☆☆ Into how many pieces do 4 lines cut the paper? ? 個

Hints

  1. Start with no lines at all: the paper is still one piece. Now add lines one at a time and watch how many pieces are gained.
  2. One line splits the paper into two. That is one more piece.
  3. Line 2 meets each of the 1 existing lines exactly once (red dots). With 1 crossings, the new line is cut into 2 pieces — and it gains exactly that many regions. So +2, giving 4.
  4. Line 3 meets each of the 2 existing lines exactly once (red dots). With 2 crossings, the new line is cut into 3 pieces — and it gains exactly that many regions. So +3, giving 7.
  5. Line 4 meets each of the 3 existing lines exactly once (red dots). With 3 crossings, the new line is cut into 4 pieces — and it gains exactly that many regions. So +4, giving 11.
  6. Altogether 1 + 1 + 2 + … + 4 = 11. However many lines there are, the k-th line always adds k regions.

Answer 11

More "Count" problems

Browse by idea

Counting Problems (11) Hard Problems (58)

See all 100 problems