If there are seven points on a plane and no three of them are collinear, how many lines do the points determine?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
First, let us try to find a generalized formula to this question.
A line is defined by atleast two points.Since, no three points are collinear, the problem becomes easier.
So, we need to find the total no. of combination of selecting two points. It is given by n C 2 (combination)
Here n = no. of points = 7 So, 7 C 2 = 21
Thus, 21 lines are determined.