Finding the Expected Value of Stick Breakage

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
uva123
Messages
8
Reaction score
0

Homework Statement



Suppose that a point is chosen at random on a stick that has length 15 inches, and that the stick is broken into two pieces at that point. Find the expected value of the lengths of the two pieces.


Homework Equations



E(x)=[tex]\sumf(x)xdx[/tex] from -infinity to +infinity (continuous case)
E(x)=[tex]\sumf(x)x[/tex] for all x (discrete case)

The Attempt at a Solution



X1+X2=15

PLEASE HELP!
 
Physics news on Phys.org
any ideas?

try starting from a single uniform random variable X, with uniform distribution, representing break distance from one end...
 
Last edited:
Start by defining a random variable X which represents the point where the stick is broken, measured from the left edge. What is E[X]?

Now define two random variables L and R, where L = length of the left piece, and R = length of the right piece.

Express L and R as functions of X. Then use that result to express E[L] and E[R] as functions of E[X].