Problems

Filters
Clear Filters

1 problem found

1988 Paper 1 Q4
D: 1500.0 B: 1516.0

Each of \(m\) distinct points on the positive \(y\)-axis is joined by a line segment to each of \(n\) distinct points on the positive \(x\)-axis. Except at the endpoints, no three of these segments meet in a single point. Derive formulae for \begin{questionparts} \item the number of such line segments; \item the number of points of intersections of the segments, ignoring intersections at the endpoints of the segments. \end{questionpart} If \(m=n\geqslant3,\) and the two segments with the greatest number of points of intersection, and the two segments with the least number of points of intersection, are excluded, prove that the average number of points of intersection per segment on the remaining segments is \[ \frac{n^{3}-7n+2}{4(n+2)}\,. \]


Solution:

  1. There are \(m \cdot n\) line segments, since each of the \(m\) points on the \(y\)-axis correspond to \(n\) points of the \(x\)-axis.
  2. Every pair of points on the \(x\)-axis and pair of points on the \(y\) axis will generate \(4\) lines, but only \(1\) of those points will meet in the middle, therefore there will be \(\binom{m}{2} \binom{n}{2}\) intersections.
The segment joining the smallest \(x\) to the smallest \(y\) and the segment joining the largest \(x\) to the largest \(y\) will not meet any other segments. The segment joining the smallest \(x\) to the largest \(y\) and the segment joining the largest \(x\) to the smallest \(y\) will have the largest number of intersections. They each intersect all the other segment coming out of other points (except the ones headed for the same point) ie \((m-1)(n-1)\) each. They also intersect each other, so \(2(m-1)(n-1)-1\) points. Therefore we are interested in: \begin{align*} \frac{\binom{n}{2}\binom{n}{2} - 2(n-1)^2+1}{n^2-4} &= \frac{\frac{n^2(n-1)^2}{4} - 2n^2+4n-1}{n^2-4} \\ &= \frac{n^4-2n^3+n^2-8n^2+16n-4}{4(n^2-4)} \\ &= \frac{(n - 2) (n^3 - 7 n + 2)}{4(n^2-4)} \\ &= \frac{n^3-7n+3}{4(n+2)} \end{align*}