1. Counting the Total Number of Regions:
We start by determining the total number of regions created by 3n lines in the plane. The formula for the number of regions R created by L lines, where no two lines are parallel and no three lines are concurrent, is given by:
R=(2L)+(1L)+1=2L(L−1)+L+1
For L=3n, this becomes:
R=23n(3n−1)+3n+1=29n2−3n+3n+1=29n2+23n+1
2. Defining Good and Bad Regions:
A region is considered "good" if all of its borders are red lines. Conversely, a region is "bad" if at least one of its borders is a blue line. We need to count the number of bad regions to determine the number of good regions.
3. Counting Bad Regions:
Each blue line intersects with the other 3n−1 lines, creating 3n segments. Each segment touches exactly two regions, making them bad regions. Since there are n blue lines, the total number of bad regions is:
n⋅3n⋅2=6n2
4. Adjusting for Overcounting at Intersections:
When two blue lines intersect, they create four regions around the intersection point. Each intersection is counted twice in the previous step, so we need to subtract these overcounted regions. The number of intersections between n blue lines is:
(2n)=2n(n−1)
Each intersection affects four regions, so we subtract:
4⋅2n(n−1)=2n(n−1)
Therefore, the adjusted number of bad regions is:
6n2−2n(n−1)=6n2−2n2+2n=4n2+2n
5. Calculating the Number of Good Regions:
The number of good regions is the total number of regions minus the number of bad regions:
Good regions=(29n2+23n+1)−(4n2+2n)
Simplifying this expression:
Good regions=29n2+23n+1−4n2−2n=29n2−28n2+23n−24n+1=2n2−2n+1
6. Verifying the Minimum Number of Good Regions:
For n≥2, we need to check if the number of good regions is at least 2:
2n2−2n+1≥2
Simplifying:
2n2−n+2≥2⟹n2−n+2≥4⟹n2−n−2≥0
Factoring the quadratic:
(n−2)(n+1)≥0
Since n>1, the inequality holds for n≥2.
Therefore, there are at least two regions of the plane such that all of their borders are red.