Three points are chosen uniformly at random along the edges of a square. What is the probability a triangle can be formed from these points?
Clarification : The triangle formed should be non-degenerate , meaning the three points are not collinear.
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.
But you can have 2 points on the same side and have a triangle..
Log in to reply
This solution includes triangles with 2 points on the same side of the square. 1 6 1 is the probability that all three points are on the same side.
Friend.
PLs note you cant say all have same probability
You should have mentioned this thing
Also you have misses other possible ways
Log in to reply
Whenever you see the phrase, "uniformly at random," that means that all choices are equally likely.
Hey just a doubt , why did you multiply 1/4 with 1/4 ?
Log in to reply
That's probability rule of product . If there's a p probability of one thing happening, and q probability of another, independent thing happening, then there's a p × q probability of both of those things happening.
This is more about the question phrasing than the math but isn't there an edge case where two points coincide - the extreme end of one side and the coincident end of the perpendicular side (i.e.: which 'side' does a corner belong too?). Also I don't understand what 'uniformly at random' means.
Log in to reply
"Uniformly at random" means that every single point is equally likely to be chosen. Since there are infinite points, the probability of any particular point being chosen is 0 . So for your edge case, even though choosing coincident points or vertices is technically possible, the probability of that happening is 0 .
My answer: indeterminate. Number of favorable outcomes: infinite. Number of possible outcomes: infinite. Infinite/infinite= indeterminate.
Log in to reply
When dealing with infinities, an indeterminate form doesn't necessarily mean that there is no answer. It means the answer is indeterminate -- exactly that. In this case, the answer can be determined by noting that each side of the square is equally likely to be chosen.
Problem Loading...
Note Loading...
Set Loading...
A triangle can be formed as long as all three points are not on the same edge.
Consider the probability that all three points are on the same edge. After the first point is selected, there is a 4 1 probability that the second point is along the same edge, and then there is a 4 1 probability again that the third point is also along the same egde. So the probability that all three points are along the same edge is ( 4 1 ) ( 4 1 ) = 1 6 1 .
The probability that a triangle can be formed is the complement of this probability, 1 − 1 6 1 = 1 6 1 5 .