What is the formula - in simple language - to calculate the probability of rolling at least one of the two specified numbers using three 6-sided dice?
Let's say, the next roll of the three 6-sided dice needs to include at least one 5 or 6 (or both). In other words, I win if any of these show up at least once on any of the three dice on the next roll.
I do know the result should be 0.7037 but I could not reverse engineer it. There are 216 possible outcomes. I have a 0.33 probability of rolling either a 5 or a 6 with a single die, but I have three dice.
Our desired event is complementary to the event that none of the two specified number appears. Hence required probability is $$1-\frac{4^3}{6^3}=\frac{19}{27}\approx 0.7037$$