You are not logged in.
Pages: 1
If a 1-meter stick is cut into two independent random places, what are the odds that the pieces can for a triangle
So that's the problem right. I ran about 5 million trials with a self made program and got a probability of .25
Is that correct, and how can you algebraically prove it?
Offline
The first thing to do is to come up with the requirements for the pieces to be able to form a triangle, and since you've written a program testing it, I'll assume you already have this.
Next, you need a method of cutting such that once the cuts are done, you know the exact length of each piece. Doing this typically starts out, "Without a loss of generality".
Finally, you need to be able to count the number of times that this cut is valid or invalid. Typically, you will get variables out of step 2 (the cutting method), and in this step you place the restriction in step 1 upon these variables.
"In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..."
Offline
Here's my reasoning, hidden in case you want to use Ricky's tips and work it out by yourself:
Why did the vector cross the road?
It wanted to be normal.
Offline
igloo myrtilles fourmis
Offline
Why did the vector cross the road?
It wanted to be normal.
Offline
igloo myrtilles fourmis
Offline
Pages: 1