October 10th, 2008, 9:54 pm
ok, for that question the answer is 1/4 if you choose the two breaking points independently and uniformly on that stick.(this is equivalent to you break the stick into two and randomly pick one with a relative chance in proportion to their length, then break that part into two. but it's not equivalent to randomly choose one piece and then break into two)there is a nice geometric solution, but i will give the more common algebraic solution:so equivalently, we are choosing two independent random numbers x and y ~u[0,1].if x<y, to form a triangle, the length of each piece has to be smaller than half of the total length (e.g., a<b+c, and a+b+c=1, you get 0<a<1-a, which is 0<a<1/2; similarly for b and c). so 0<x<1/2, 0<1-y<1/2, 0<y-x<1/2, i.e., 0<x<1/2 and 1/2<y<1/2+x. if y<x, by symmetry, we should get the same answer.so the probability of forming a triangle is.
Last edited by
wileysw on October 10th, 2008, 10:00 pm, edited 1 time in total.