Problem 77
Question
Three points that are not collinear determine three lines. How many lines are determinedby nine points, no three of which are collinear?
Step-by-Step Solution
Verified Answer
The nine points can determine 36 lines.
1Step 1: Identify The Relevant Formula
Since we're trying to find the number of lines determined by nine points, the formula we will need is that for the number of combinations of two objects selected from n objects, which is \( \binom{n}{2} \). This formula comes from the general combination formula, \( \binom{n}{k} = \frac{n!}{k!(n-k)!} \), where n is the total number of objects, k is the number of objects chosen at a time, and '!' denotes factorial which means the product of all positive integers less than or equal to n.
2Step 2: Plug The Parameters Into The Formula
Here, we have 9 points; therefore, \( n = 9 \) and since a line is defined by 2 points, \( k = 2 \). Substituting these values into the formula, we have \( \binom{9}{2} = \frac{9!}{2!(9-2)!} \) .
3Step 3: Solve The Factorials
Factorials can have large values, so it is usually easier to simplify first. We have \( 9! = 9*8*7*6*5*4*3*2*1 \) and \( 2! = 2*1 \) which will simplify to \( 7! = 7*6*5*4*3*2*1 \). Now we put these findings into the formula: \( \binom{9}{2} = \frac{9*8*7!}{2*1*7!} \). As we can see, \( 7! \) will cancel out, leaving us with \( \frac{9*8}{2} \).
4Step 4: Perform The Final Calculation
Doing the division first (according to the order of operations), we get \( \frac{9*8}{2} = 9*4 = 36 \). So there are 36 lines that can be determined by nine distinct points.
Other exercises in this chapter
Problem 76
In Exercises 67 - 86, find the sum of the finite geometric sequence. \( \sum_{n=0}^{40}5\left(\dfrac{3}{5}\right)^n \)
View solution Problem 76
In Exercises 71-76, write the first five terms of the sequence. (Assume that \( n \) begins with 0.) \( a_n = \dfrac{(-1)^{2n + 1}}{(2n + 1)!} \)
View solution Problem 77
In Exercises 73 - 78, use the Binomial Theorem to expand the complex number. Simplify your result. \( \left(-\dfrac{1}{2} + \dfrac{\sqrt{3}}{2}i\right)^3 \)
View solution Problem 77
In Exercises 67 - 86, find the sum of the finite geometric sequence. \( \sum_{n=0}^{15}2\left(\dfrac{4}{3}\right)^n \)
View solution