I'm working on some probability problems involving multiple dice rolls, and I'm uncertain about how to approach them systematically. I hope someone could guide me through the correct method for calculating these probabilities. I'll list a few examples of the type of problems I'm dealing with:
- What is the probability of getting a sum of 7 or 8 when rolling two dice?
- What is the probability of getting a sum of 12, with no fives appearing, when rolling three dice?
- What is the probability of getting a sum of 12, with at least one five, when rolling three dice?
- What is the probability of rolling an odd total sum with two dice?
- What is the probability of rolling a total sum greater than 7 with two dice?
- What is the probability of getting two sixes when rolling three dice?
- Should one bet on the event "at least one six appearing in three dice rolls"?
- What is the probability of rolling either the minimum or maximum sum with three dice?
For instance, for the first problem, I started by listing all possible outcomes for two dice rolls and counted the cases that sum up to 7 or 8. However, as the questions become more complex, like questions 2 and 3, I'm not sure how to account for all the cases without extensive enumeration, especially when dealing with restrictions like 'no fives' or 'at least one five'.
Could you please provide some guidance or strategies for tackling these types of questions more effectively? Any help or insights into how one should approach these from a probability standpoint would be greatly appreciated.
BTW I found a useful post, but I can't figure out if it can be use for other problems.
Thank you in advance!