Can 17 lines be placed in the plane so that no three pass through the same point, and the number of their intersection points is exactly 101?
Problem 746
Official solution
Two lines lying in the same plane do not intersect if and only if they are parallel. Imagine we have placed 17 lines on the plane. Let's classify them, putting parallel lines in the same class. Suppose we have classes, with , and the last class has lines. Clearly, are positive integers and
No matter how we assign these numbers to satisfy the conditions, we can always find 17 lines on the plane such that no three lines intersect at the same point, and there are exactly classes, with lines in each class.
We claim that the number of intersection points depends only on the numbers , not on the specific arrangement of the lines. Indeed, take a line from the i-th class. There are a total of intersection points on this line, because it is intersected by every line from other classes, and these intersection points are distinct. Thus, the number of intersection points is
half of this sum, because each intersection point is crossed by two lines, so we counted each intersection point twice. We need 101 intersection points, so the required lines exist if and only if there are positive integers such that
hold simultaneously.
After a brief trial, we find that is a solution. Thus, it is possible to give lines that meet the conditions.
Remark. It is not difficult to show that the above system of equations has only the following solutions satisfying :