this post was submitted on 23 Jun 2025
5 points (100.0% liked)
Ask Math Problems
117 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For at least one winning, we can calculate the probability of all three losing, then take the inverse.
So for at least one die winning (that is, not all three losing), we have:
1 - ( (1 - 0.8) * (1 - 0.8) * (1 - 0.5) ) = 1 - 0.02 = 98%
The probability of at least two winning is harder, but we can do it by combining multiple possibilities.
The probability of dice 1 and 2 winning is:
0.8 * 0.8 = 64%
The probability of dice 1 and 3 winning is:
0.5 * 0.8 = 40%
The probability of dice 2 and 3 winning is:
0.5 * 0.8 = 40%
Similar to before, we can calculate the probability of none of those things happening, then take the inverse:
1 - ( (1 - 0.64) * (1 - 0.4) * (1 - 0.4) ) = ~~76.96%~~ 87.04%
~~This makes sense. And I can see how to apply when you add more dice with different probability.~~
... however, when I did that math, I ended up with 87.04%
1-((1-.64) x (1-.4) x (1-.4)) = x
1-(.36 x .6 x .6) = x
1-.1296 = .8704
87.04% chance to get 2 winning dice
Hold up. Something seems off with this.
I tried calculating the probability of landing 2 losing side by using the same method and it doesn't add up
.2 x .2 = .04
.2 x .5 = .1
.2 x .5 = .1
1-((1-.04) x (1-.1) x (1-.1) = x
1-(.96 x .9 x .9) = x
1-.7776 = .2224
22.24% chance to have 2 losing dice.
But 87.04+22.24 = 109.28%
You would think that adding the winning combinations to the losing combinations would be 100%
What am I missing
You're right, I flubbed my calculation. The probability of at least two winning is 87.04%.
For your other question, the key words are at least. The probability of at least one die winning, which includes the probability of more dice also winning (two or three).
I'm on mobile so I can't do it now, but if you're interested you could create a table of every possibility and their respective probabilities. That table should add up to exactly 100%, and you can add up all the valid combinations for a given criteria to verify the shorter math we did before.