A stick is broken in two places chosen at random (uniformly and independently). What is the probability that the resulting three pieces make a triangle?
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.
These type of probability, in most of the cases, is best represented geometrically. Consider the stick is 1 unit long, broke into segments of x , y and 1 − x − y . Of course x + y < 1 , x > 0 , y > 0 . These are the conditions for all kinds of possible breakings. A triangle on the Cartesian plane bounded by these lines has area 2 1 . Now these segments form a triangle if and only if that satisfy all three triangle inequalities used on all three sides, which are
x + y > 1 − x − y ⟺ x + y > 2 1 ,
x + 1 − x − y > y ⟺ y < 2 1 ,
y + 1 − x − y > x ⟺ x < 2 1 ,
and note that these three inequalities, if they all hold true, the previous three inequalities are also true. Therefore, consider the triangle bounded by these lines, it has area 8 1 , and the probability that results the three segments making a triangle is the probability of choosing a point ( x , y ) in the triangle that has area 2 1 , such that it lies in the triangle that has area 8 1 , which gives the answer 2 1 8 1 = 0 . 2 5 .
Of course calculus works, but they are basically the same thing, which I think this way is cleaner. Be sure to use this technique when you see this type of problems!
Consider a point
M
inside an equilateral triangle
A
B
C
, as shown. Then
M
P
+
M
Q
+
M
R
is a constant, which is the altitude of the triangle.
This means that for any TWO random points on stick, there is ONE corresponding point M inside an equilateral triangle.
For the three pieces to form a triangle, the longest of these 3 pieces is less than ½ of the original length.
If M is within the pink triangle, then the longest piece is than ½ of the original length. Hence the corresponding 3 pieces will form a triangle if M is within the pink triangle. The probability is area of triangle A B C area of pink triangle = 4 1
Discussion can be found in this video .
Problem Loading...
Note Loading...
Set Loading...
Say the length of stick is 2 l . Let us break it in such a way that x , y and 2 l − x − y are sides of triangle, then :
x + y > 2 l − x − y ⇒ x + y > l
x + 2 l − x − y > y ⇒ y < l
y + 2 l − x − y > x ⇒ x < l .
Also, clearly x + y < 2 l (as x and y both are part of a stick of length 2l).
Graphically , the situation is represented below. The shaded region shows the favorable region, and x + y < 2 l is the sample space.
Clearly, required probability = 2 l 2 l 2 / 2 = 0 . 2 5