You are not logged in.
Pages: 1
Here's a problem someone asked me if I could do. I'm no good at probability (was never really interested, to be honest) but I gave it a shot and got an answer I'm fairly confident of - just wanted to see other approaches (and if I was right or not ).
Here's the problem:
You roll m dice. What is the probability that any one of them is a six?
Bad speling makes me [sic]
Offline
Well, I have to go... but I got 99% Incorrect.
Last edited by Toast (2007-02-26 02:17:40)
Offline
But then you're saying that if you roll six dice, you're garunteed that one of them will be a six, and if you roll 9 dice the probability is 1.5 that one of them will be six
Bad speling makes me [sic]
Offline
Offline
You roll m dice. What is the probability that any one of them is a six?
By this, do you mean: one and only one of the dice is a six OR at least one of the dice is a six?
If you mean "one and only one", the number of ways to roll one 6 is
. That's out of different possible rolls.If you mean at least one, the answer Maelwys gives is the correct probability.
Offline
let X be the number of 6's rolled
P(X>=1) = 1-P(X=0)
for each die roll, the probability that it doesn't roll a 6 is 5/6, so the probabilty that every single die doesn't roll a six is (5/6)^m, therefore
Last edited by luca-deltodesco (2007-02-26 05:19:55)
The Beginning Of All Things To End.
The End Of All Things To Come.
Offline
So it really is much simpler than I had it made out to be - thanks very much, all!
Bad speling makes me [sic]
Offline
It is quite a hard problem in general though, it's just that for the particular case of you only looking for one 6 you can look for the complement probability instead, which is much easier to find.
If you wanted to know how likely it was to get 2, 3, or even k sixes with m dice, then the problem becomes substantially trickier.
Why did the vector cross the road?
It wanted to be normal.
Offline
It is quite a hard problem in general though, it's just that for the particular case of you only looking for one 6 you can look for the complement probability instead, which is much easier to find.
If you wanted to know how likely it was to get 2, 3, or even k sixes with m dice, then the problem becomes substantially trickier.
Actually, its a binomial distribution. The probability of getting exactly k sixes (k = 0, 1, m) is
To find the probability of getting at least k sixes, just sum the probabilities for k, k+1, m OR find the probability of getting fewer than k sixes and subtract from 1 (depending on the value of k one would be easier than the other).
Offline
Now what is the big X in the following binomial equation, is that what you called it?
igloo myrtilles fourmis
Offline
Technically, the big X is called a random variable. In this case, it represents the number of sixes from the throwing of m dice.
Offline
And you make it look so easy - I can see exactly why that solution works, but it would never have occured to me to put it down like that. Thanks, Jane Fairfax!
Bad speling makes me [sic]
Offline
Ah, of course. I completely forgot about that. I actually meant throwing at least 2, 3 or k sixes, but the Binomial distribution can still sort that out. It will involve summing them, so it might take a bit longer to calculate, but it's still got the same complexity.
Why did the vector cross the road?
It wanted to be normal.
Offline
Pages: 1