Suppose that 16 points are drawn on a plane such that exactly 7 of these points are collinear. Any set of three points which do not all belong to the 7 are noncollinear. If 3 random points are selected from 16 points, what is the probability that a triangle can be formed by joining these points?
NOTE: This problem was taken from 21st PMO Qualifying Stage.
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.
We cannot form a triangle only if all three chosen points are collinear, meaning they would have to be one of the seven. There are ( 7 3 ) = 3 5 ways to pick three points this way. Alternatively, there are ( 1 6 3 ) = 5 6 0 ways to pick three points in total. SO the probability equals 1 − 5 6 0 3 5 = 1 6 1 5