Problem:
Let βAβ and βBβ be two distinct parallel lines. For positive integers m and n, distinct points A1β,A2β,A3β,β¦,Amβ lie on βAβ, and distinct points B1β,B2β,B3β,β¦,Bnβ lie on βBβ. Additionally, when segments AiβBjββ are drawn for all i=1,2,3,β¦,m and j=1,2,3,β¦,n, no point strictly between βAβ and βBβ lies on more than 1 of the segments. Find the number of bounded regions into which this figure divides the plane when m=7 and n=5. The figure shows that there are 8 regions when m=3 and n=2
Solution:
Assume that the points A1β,A2β,A3β,β¦,Amβ and B1β,B2β,B3β,β¦,Bnβ lie in these orders on the lines βAβ and βBβ, respectively, so that βAβ and βBβ together with the segments A1βB1ββ and AmβBnββ bound one region in the plane. Consider adding the other line segments AiβBjββ one at a time. One of these line segments divides each of k regions into two regions where kβ1 is the number of times AiβBjβ intersects another of these line segments at a point between βAβ and βBβ. It follows that the final number of regions must be 1 plus 2 less than the number of line segments drawn plus the number of intersection points of these segments between βAβ and βBβ. Because there is one intersection point for every set of 4 points {Apβ,Aqβ,Brβ,Bsβ} with 1β€p<qβ€m and 1β€r<sβ€n, the total number of regions is
1+(mβ
nβ2)+(2mβ)(2nβ)
Substituting m=7 and n=5 gives
1+(7β
5β2)+(27β)(25β)=244
OR
For a fixed value of mβ₯2, let f(n) be the number of bounded regions for given values of n. Then f(1)=mβ1. To obtain f(n) from f(nβ1), notice that adding the segment AiβBnββ creates 1+(mβi)(nβ1) new regions, so adding Bnβ to βBβ creates
1+[1+(nβ1)]+[1+2(nβ1)]+β―+[1+(mβ1)(nβ1)]=m+2(nβ1)m(mβ1)β
new regions as segments from the new point to the points on βAβ are drawn. Therefore
f(n)=f(nβ1)+m+2(nβ1)m(mβ1)β.
Computing recursively when m=7 gives f(1)=6,f(2)=34,f(3)=83,f(4)=153, and f(5)=244, which is the requested number of regions.
\section*{OR}
Consider the graph whose vertices are A1β,A2ββ,A3β,β¦,Amβ,B1β,B2β,B3β,β¦,Bnβ, and the intersections of the AiβBjββ line segments, and whose edges follow the AiβBjββ,B1βBnββ, or A1βAmββ line segments. Then this graph has m vertices on line βAβ,n vertices on line βBβ, and p=(2mβ)(2nβ) vertices between the two lines for a total of m+n+p vertices. Vertices A1β and Amβ each have degree n+1, and each vertex Aiβ for 1<i<n has degree n+2. Similarly, vertices B1β and Bnβ each have degree m+1, and each vertex Bjβ for 1<j<n has degree m+2. Each vertex between lines βAβ and βBβ has degree 4 . Thus the total of all the degrees of the vertices in the graph is
m(n+2)β2+n(m+2)β2+4p=2(mn+m+nβ2+2p)
Hence the number of edges in the graph is half of this number which is mn+m+nβ2+2p.\
Euler's Formula gives the number of bounded regions for a planar graph as 1 more than the number of edges minus the number of vertices, which, in this case, is
(mn+m+nβ2+2p)β(m+n+p)+1=mn+pβ1
When m=7 and n=5, this equals 7β
5+(27β)(25β)β1=244β.
The problems on this page are the property of the MAA's American Mathematics Competitions