Question: Divide a given line segment into two other line segments. Then, cut each of these new line segments into two more line segments. What is the probability that the resulting line segments are the sides of a quadrilateral?
I am stuck on this problem. I think I am close, but I am not sure if it is correct. Any help or conformation on this would be helpful.
My thoughts on the problem:
Let us say that the line segment is of length 1. The only restriction for these for line segments to form a quadrilateral is that no one side > .5 (correct me if I am wrong).
With our first cut we have two smaller line segments, one larger than the other. We only need to look at the longer on of these two line segments. Let us call $y$ the smaller line segment and $x$ the larger one. $x$ will be between 0.5 and 1.
When we cut each of these new line segments we need to find where it does not work for it to be a quadrilateral. We only have to look at $x$. Let us call $a$ the length that we cut.
If we use the example $x=0.6$ we can see that $a$ cannot be less than 0.1 or greater than 0.5.
We can generalize this for any $x$. $a$ cannot be less than $(x-1/2)$ or greater than $1/2$.
This is where I get stuck.
I believe that the probability for any $x$ value that these four line segments will not be a quadrilateral is $$\frac{2(x-1/2)}{x}$$
If this is correct is the total probability that it cannot be a quadrilateral $$\int\limits_{1/2}^1\frac{2(x-1/2)}{x}\mathrm{d}x?$$
Any help is much appreciated. Thank you
What do you mean that I need to give a probability distribution for each of the choices made?
– Yousuf Soliman Jan 09 '13 at 07:53