Highest number of intersection

What is the highest possible number of points of intersection of twelve straight lines?


The answer is 66.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Jc 506881
Feb 1, 2018

Start with one line. There are zero intersections so far. The second line can intersect the first one once. The third one can intersect the first two once each. The fourth line can intersect the first three at most three times, and so on. So, n n lines can intersect at most 0 + 1 + 2 + + n 1 = ( n 1 ) n 2 0 + 1 + 2 + \cdots + n -1 = \frac{(n-1)n}{2} times. For 12 lines, the maximum number of intersections is 66.

It's not hard to draw n n lines that intersect maximally: For k = 1 , 2 , , n k = 1, 2, \dots, n draw the line connecting the points ( 0 , k ) (0, k) and ( n k + 1 , 0 ) (n-k+1, 0) .

Nice solution,though the problem was not hard enough.

Akash Hossain - 3 years, 4 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...