, , and are the vertices of the rectangle.
Let point(s) be marked on the rectangle in such a way that there are no 3 collinear points.
3 points are chosen at random.
What is the probability of forming a triangle where point isn't one of the vertices?
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.
Ways to pick 3 points: ( n + 4 3 )
Ways to pick 3 points, excluding B: ( n + 3 3 )
Then:
P ( A ) = ( n + 4 3 ) ( n + 3 3 ) = 3 ! ( n + 4 − 3 ) ! ( n + 4 ) ! 3 ! ( n + 3 − 3 ) ! ( n + 3 ) ! = 3 ! ( n + 1 ) ! ( n + 4 ) ( n + 3 ) ( n + 2 ) ( n + 1 ) ! 3 ! n ! ( n + 3 ) ( n + 2 ) ( n + 1 ) n ! = 3 ! ( n + 4 ) ( n + 3 ) ( n + 2 ) 3 ! ( n + 3 ) ( n + 2 ) ( n + 1 ) = ( n + 4 ) ( n + 1 )