Solving Advanced Probability-Based Questions: Broken Stick Problem
Solving Advanced Probability-Based Questions: Broken Stick Problem
Let us look at some of the classic problems on probability with continuous variables and how to
solve them.
If you break a stick randomly in two places, what is the probability that you can form a
triangle from the three pieces?
To solve this, let us consider the length of the stick as 1 and the two points that it is broken at as
‘x’ and ‘y’ where x < y.
The point P, which gives us the exact points at which the stick was broken will lie inside a square
of side 1.
For the three parts to form a triangle, they should satisfy the triangle criteria that the sum of two
sides is greater than the third side.
x + (y – x) > (1 – y)
=> y > ½
x + (1 – y) > (y – x)
=> 2y – 2x < 1
=> y – x < ½
(y – x) + (1 – y) > x
=> x < ½
To meet the criteria, P(x,y) has to lie in the triangle shown above.
The probability of that happening = Area of the triangle / total area = 1/8
The exact same pattern will be repeated when x > y, and we will get the probability again as 1/8
in that case.
Two points A and B are selected at random on a segment of length 2 cm. What is the
probability that the length of the line AB > 1 ?
Apply the exact same idea as discussed in the broken stick problem. Our basic graph would look
like:
We want the probability that the distance between A and B is greater than 1
=> The distance from the line A = B should be at least one unit
= (0.5 + 0.5)/4 = ¼
Two ISB alumni decide to meet at Café Linger On between 9:30 am and 10:30 am. They agree
that the person who arrives first at the cafe would wait for exactly 15 minutes for the other. If
each of them arrives at a random time between 9:30 AM and 10:30 AM . What is the
probability that the meeting takes place?
This can be solved exactly with the same concept of ‘Minimum Length Problem’.
The time period in which they can arrive is 1 hour and they have to be within 15 minutes of each
other or 0.25 units of each other.
=> The distance from the line A = B should be less than 0.25 units
= 1 – 2*(½*¾*¾) = 7/16