Here is one i came up with in church today:
9.) If you break a stick into 3 pieces what is the probability that the 3 pieces can form a triangle?If the stick has length L. And the three pieces have length a,b and c and c is the longest one then:




Say L=1 unit for simplicity.
So basically we have the segment [0,1] and we must choose 2 points such that no segment has a length greater than 0.5. Say the first point we choose is in the first half. That means that the next point must be in the second half because if they would be both in the same half then we would get a piece greater than or equal to 0.5.
Example: say the first point is at point 0.2. that means the next point must be in (0.5,0.7).
Generally: if the first point is at x (and in the first half) then the next point must be in (0.5,x+0.5)
Let's turn this into a discrete probability problemWe will do this by splitting the stick up into n segments. In other words say the only possible points we can pick are 1/n, 2/n, 3/n.... n/n=1
Say we pick the kth point, in other words, x=k/n. using an analog of the general principle shown earlier, we can show that the next point must be in between the (n/2 +1)th and (n/2 + k)th point (inclusive). (assume k is in the first half)
So that means that if we the kth point, the probability that we pick a valid point is k/n. The probability that we pick the kth point is 1/n. That means that the probability that we pick the kth point followed by a valid point is

. Now we want the sum of the probabilities. So we want to add up k=1,k=2,k=3... all the way up to k=n/2 (since we are only considering the first half).
That means the probabilty of picking a point in the first half, followed by a valid point is:
)
}{2})

Now we want a continous situation so we let n approach infinity.
This gives a probability of 1/8. However now we have to double that to take the second half into account so it is 1/4.
And well done \0 on ur shorter solution
