5 points are chosen on a plane. A blue line is drawn through each pair of points.
Now suppose the 5 points are chosen in such a way that any 2 blue lines are neither parallel nor perpendicular to each other.
Now for every point and every blue line not passing through , a red line is drawn through and perpendicular to .
(Let's take and the line as an example. doesn't pass through since no blue lines are parallel. Then we draw a red line that pass through the point and perpendicular the line )
Find the maximum number of intersections formed by the red lines.
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.
For 5 starting points there will be 5C2=10 blue lines, but 4 of them will pass through it so only 6 will not. This means there are 5*6=30 red lines.
in general 30 lines can have up to 30C2=435 intersections, but this number will be smaller if there are any parallel lines or sets of 3 or more lines that coincide. There are 3 such families:
Because the red lines are constructed as perpendicular to blue lines, some will be parallel. Each blue line contains two of the points which means there are 3 points to construct perpendicular. So the red lines come in 10 sets of 3 that are parallel. Had these lines not been parallel there could have been 3 crossings. So we must deduct 10*3=30 potential crossings.
Red lines coincide at the original points in sets of 6, one for each blue line that does not pass through it. Where there could have been 6C2=15 crossings there is just 1. We lose 14 for each original point. Deduct another 14*5=70.
The process of creating red lines for each triangle is the same as for constructing the orthocenter of a triangle. These make sets of 3 lines that coincide. Where there could have been 3C2=3 crossing there is just one. We lose 2 for each triangle and there are 5C3=10 such triangles. Deduct another 2*10=20
4 3 5 − 3 0 − 7 0 − 2 0 = 3 1 5
Incidentally, with 5 starting points there are 12 red lines and the above reasoning gives the calculation 66-6-8-8=44 which I was able to draw and count.
Also, for the record, a formula for n ≥ 4 starting points is ( 3 n 6 − 2 1 n 5 + 5 1 n 4 − 4 7 n 3 + 6 n 2 + 3 2 n ) / 2 4