Answer:
10 possible lines
Step-by-step explanation:
Given
[tex]Points = \{a,b,c,d,e\}[/tex]
Required
Number of lines
From the question, the number of points (n) are:
[tex]n = 5[/tex]
If 3 points are not collinear (i.e. on a straight line), it means that only (5 - 3) of the points can be chosen
So, we have:
[tex]n = 5[/tex]
[tex]r = 5 - 3[/tex]
[tex]r =2[/tex]
The number of lines is then calculated using combination formula.
[tex]^nC_r = \frac{n!}{(n-r)!r!}[/tex]
We used combination because the analysis done above implies that 2 points are to be selected from a,b,c,d and e.
To select means combination
Having said that;
Substitute [tex]5\ for\ n\ and\ 2\ for\ r[/tex]
[tex]^5C_2 = \frac{5!}{(5-2)!2!}[/tex]
[tex]^5C_2 = \frac{5!}{3!2!}[/tex]
[tex]^5C_2 = \frac{5*4*3!}{3!2!}[/tex]
[tex]^5C_2 = \frac{5*4}{2!}[/tex]
[tex]^5C_2 = \frac{5*4}{2*1}[/tex]
[tex]^5C_2 = \frac{20}{2}[/tex]
[tex]^5C_2 = 10[/tex]
Hence, there are 10 possible lines