To determine the number of straight lines that can be drawn from 10 points where 4 are collinear, we can use the following approach:
- First, calculate the total number of straight lines that can be formed by selecting any 2 points from the 10 points. This is computed using the combination formula: \[ \binom{n}{r} = \frac{n!}{r!(n-r)!} \] where \( n \) is the total number of points, and \( r \) is the number of points to choose.
Here, n = 10 and r = 2.
So, the total number of straight lines: \[ \binom{10}{2} = \frac{10 \times 9}{2 \times 1} = 45 \]
- Next, remove the lines that would be counted multiple times from the collinear points. Since there are 4 collinear points, the number of lines that can be drawn among them, which overlap as they are collinear, is: \[ \binom{4}{2} = \frac{4 \times 3}{2 \times 1} = 6 \]
- Only 1 line can be drawn through collinear points, so remove (6 - 1 = 5) lines.
Thus, the number of distinct lines that can be drawn is: \[ 45 - 5 = 40 \]
In conclusion, 40 straight lines can be drawn by joining any two of the 10 points in the plane.