Difference between revisions of "2009 UNCO Math Contest II Problems/Problem 6"
Mathletema (talk | contribs) (→Solution) |
(→Solution) |
||
Line 24: | Line 24: | ||
== Solution == | == Solution == | ||
− | + | === Solution 1 === | |
Notice that choosing two points on the x axis and two points on the y axis, then, after constructing all possible lines, there will be only one point of intersection. So the answer is | Notice that choosing two points on the x axis and two points on the y axis, then, after constructing all possible lines, there will be only one point of intersection. So the answer is | ||
<math>\binom{m}{2} \binom{n}{2}</math> | <math>\binom{m}{2} \binom{n}{2}</math> | ||
+ | |||
+ | === Solution 2 === | ||
+ | Let the points be <math>x_1 < x_2 \dots < x_m</math> and <math>y_1<y_2 \dots < y_n</math>. We first take <math>(x_1,y_1)</math>. No segments intersect this. For <math>(x_1,y_2)</math>, all the segments <math>(x_i,y_1)</math> will intersect this, for <math>i \in \{2,3 \dots m\}</math>. Thus, we get <math>(m-1)(1)</math> intersections. For <math>(x_1,y_3)</math>, all the segments with <math>(x_i,y_1),(x_i,y_2), x_i \neq x_1</math> will intersect this. Thus we get <math>(m-1)(2)</math> intersections. We keep going like this and finally for <math>(x_1,y_n)</math>, we get <math>(m-1)(n-1)</math> intersections. When we move to <math>(x_2,y_i)</math>, we note that only points to the right intersect, thus we will be doing the same steps with <math>(m-2)</math> instead. From this, we get the total intersections to be <cmath> (1 + 2 + \dots + n-1)(m-1) + (1 + 2 + \dots + n-1)(m-2) \dots (1 + 2 + \dots + n-1)(1) = \boxed{\frac{(n-1)(n)}{2} \cdot \frac{(m-1)(m)}{2}}</cmath> | ||
== See also == | == See also == |
Revision as of 20:47, 28 August 2025
Problem
Let each of distinct points on the positive
-axis be joined to each of
distinct points on
the positive
-axis. Assume no three segments
are concurrent (except at the axes). Obtain
with proof a formula for the number of interior
intersection points. The diagram shows that
the answer is
when
and
Solution
Solution 1
Notice that choosing two points on the x axis and two points on the y axis, then, after constructing all possible lines, there will be only one point of intersection. So the answer is
Solution 2
Let the points be and
. We first take
. No segments intersect this. For
, all the segments
will intersect this, for
. Thus, we get
intersections. For
, all the segments with
will intersect this. Thus we get
intersections. We keep going like this and finally for
, we get
intersections. When we move to
, we note that only points to the right intersect, thus we will be doing the same steps with
instead. From this, we get the total intersections to be
See also
2009 UNCO Math Contest II (Problems • Answer Key • Resources) | ||
Preceded by Problem 5 |
Followed by Problem 7 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 | ||
All UNCO Math Contest Problems and Solutions |