Triangular Cuts

A uniform, straight stick is cut in two random places to make three pieces. What is the probability that these three pieces can form a triangle?

1 4 \frac{1}{4} 1 2 \frac{1}{2} 1 2 e \frac{1}{2e} 1 3 \frac{1}{3}

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.

1 solution

Nicholas James
Mar 7, 2017

The key idea here is that if one of the three pieces is longer than 1 2 \frac{1}{2} of the length of the stick, a triangle cannot be formed.

As the stick is uniform and straight, it is symmetrical about its midpoint. Let us define 1 1 as the length of the stick, and x x as the distance of the first cut from the midpoint.

There are two cases:

1) The second cut is in the same half as the first. In this case there is one piece which is longer than half of the original stick. The remaining two pieces together are shorter than this, so a triangle cannot be formed.

2) The second cut is in the other half of the stick. In this case a triangle might be formed, but only if the second cut is within 1 2 \frac{1}{2} of the first cut.

If the second cut is in the blue area, a triangle can be formed.

Therefore, the probability that a triangle can be formed, given a first cut at a distance x x from the midpoint is:

P ( x ) = 1 2 x 1 = 1 2 x P(x)= \frac{\frac{1}{2}-|x|}{1}=\frac{1}{2}-|x|

Graphing this, from x = 1 2 x=-\frac{1}{2} to x = 1 2 x=\frac{1}{2} , we get:

The area under this graph gives us our probability, so our final probability is:

1 2 × 1 2 × 1 = 1 4 \frac{1}{2} \times \frac{1}{2} \times 1=\boxed{\frac{1}{4}}

I understand the diagram but what does (\'second cut is within half of the first' cut mean?) and why m o d x \mod{x} ?

Vishal Yadav - 4 years, 2 months ago

Log in to reply

The second cut must be at most a distance of 1/2 from the first cut. If it is further, you'll get a piece that is longer than the other 2 pieces put together, so you can't make a triangle. It is mod x, because x is a measure of distance from the centre point, and so should be positive in both directions from zero.

Nicholas James - 4 years, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...