Take a stick of unit length and break it into two pieces, choosing the break point at random. Now break the longer of the two pieces at a random point. What is the probability that the three pieces can be used to form a triangle?

Respuesta :

Answer:

≈ 38.6%

Step-by-step explanation:

For three lengths to form a triangle, the sum of the shortest two must be greater than the longest.

a + b > c

We start with a stick of length 1.  Let's say the shorter length after the first break is a, such that 0 < a < 0.5.  The remaining length is 1−a.

On the second break, we get two pieces, b and c.  Each piece can be anywhere between 0 and 1−a, but in order to form a triangle, neither can be more than 0.5.  If b = 0.5, then:

c = 1−a−b

c = 1−a−0.5

c = 0.5−a

So each b and c must be between 0.5−a and 0.5.  The width of that range is 0.5−(0.5−a) = a.  So the probability that they can form a triangle is a / (1−a).

a can be anywhere between 0 and 0.5, so the cumulative probability is:

[tex]\frac{\int\limits^\frac{1}{2} _0 {\frac{x}{1-x} } \, dx}{\frac{1}{2}-0}\\2\int\limits^\frac{1}{2} _0 {\frac{x}{1-x} } \, dx[/tex]

Using u substitution:

u = 1−x, du = -dx

[tex]-2\int {\frac{1-u}{u} } \, du\\-2\int {\frac{1}{u} - 1} \, du\\-2(ln|u|-u)+C\\-2(ln|1-x|-(1-x))+C\\-2(ln|1-x|-1+x)+C\\-2ln|1-x|+2-2x+C\\-2ln|1-x|-2x+C[/tex]

Evaluating this between x=0 and x=0.5:

[ -2 ln|1−0.5| − 2(0.5) + C ] − [ -2 ln|1−0| − 2(0) + C ]

[ -2 ln|0.5| − 1 + C ] − [ C ]

-2 ln|0.5| − 1

ln|4| − 1

≈ 0.386

The probability that the three pieces can be used to form a triangle is 0.3863

Represent the lengths of the stick with x, y and z.

Where z represents the longest side of the triangle, and x represents the shortest side length

By triangle inequality theorem, we have:

[tex]z < x + y[/tex]

Assume the length of the stick is a unit length, the following equation must be true:

[tex]x + y + z = 1[/tex]

Make z, the subject

[tex]z = 1 - x - y[/tex]

Where:

[tex]0 < x < y[/tex]

We can assume that y is at the 0.5 position.

So, we have:

[tex]0 < x < 0.5[/tex]

and

[tex]z=1 -x -0.5[/tex]

Collect like terms

[tex]z=1 -0.5-x[/tex]

Evaluate

[tex]z=0.5-x[/tex]

The probability that the three pieces can form a triangle is represented as:

[tex]p = \int\limits^{y}_0 {\frac{x}{1 - x}} \, dx \div y[/tex]

So, we have:

[tex]p = \int\limits^{0.5}_0 {\frac{x}{1 - x}} \, dx \div 0.5[/tex]

Divide

[tex]p = 2\int\limits^{0.5}_0 {\frac{x}{1 - x}} \, dx[/tex]

Let

[tex]u = 1- x[/tex]

So, we have:

[tex]du = -dx[/tex]

The equation becomes

[tex]p = -2\int\limits^{0.5}_0 {\frac{x}{u}} \, du[/tex]

This gives

[tex]p = -2\int\limits^{0.5}_0 {\frac{1 - u}{u}} \, du[/tex]

Split

[tex]p = -2\int\limits^{0.5}_0 {\frac{1}{u} - 1} \, du[/tex]

Integrate

[tex]p = -2*[ {\ln(u) - u]\limits^{0.5}_0[/tex]

Substitute [tex]u = 1- x[/tex]

[tex]p = -2*[ {\ln(1 - x) - 1 + x]\limits^{0.5}_0[/tex]

Expand

[tex]p = -2*[ \ln(1 - 0.5) - 1 + 0.5] -[ \ln(1 - 0) - 1 + 0]][/tex]

[tex]p = -2*[ \ln(1 - 0.5) -0.5] -[ \ln(1 - 0) - 1]][/tex]

[tex]p = -2*[ \ln(0.5) -0.5] -[ \ln(1) - 1]][/tex]

Open the bracket

[tex]p = -2*[ \ln(0.5) -0.5 - \ln(1) + 1][/tex]

Evaluate the like terms

[tex]p = -2*[ \ln(0.5)- \ln(1) + 0.5][/tex]

Evaluate the expression

[tex]p = 0.38629436112[/tex]

Approximate

[tex]p = 0.3863[/tex]

Hence, the probability that the three pieces can be used to form a triangle is 0.3863

Read more about probability at:

https://brainly.com/question/25870256