1) Find the probability of rolling a sum of 5, 6, or 7
Sum of 5 Set: {(1,4), (2,3), (3,2), (4,1)} <-- 4/36 combinations
Sum of 6 Set: {(1,5), (2,4), (3,3), (4,2), (5,1)} <-- 5/36 combinations
Sum of 7 Set: {(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)} <-- 6/36 combinations
Hence, the probability of rolling a sum of 5, 6, or 7 is 4/36+5/36+6/36 = 15/36 = 5/12, or about 41.67%
2) Find the probability of rolling doubles or a sum of 6 or 8
Rolling Doubles Set: {(1,1), (2,2), (3,3), (4,4), (5,5), (6,6)} <-- 6/36 combinations
Sum of 6 or 8 Set: {(1,5), (2,4), (2,6), (3,3), (3,5), (4,2), (4,4), (5,1), (5,3), (6,2)} <-- 10/36 combinations
Notice that the bolded combinations represent those that are contained in both sets. Therefore, to find the probability of rolling doubles OR getting a sum of 6 or 8, we need to add both separate probabilities and subtract by the probability of both events happening at the same time:
P(Doubles OR Sum of 6 or 8) = P(Doubles) + P(Sum of 6 or 8) - P(Doubles AND Sum of 6 or 8) = 6/36 + 10/36 - 2/36 = 16/36 - 2/36 = 14/36 = 7/18, or about 38.9%
3) Find the probability of rolling a sum of greater than 9, less than 4, or equal to 6
Sum>9 Set: {(4,6), (5,5), (5,6), (6,4), (6,5), (6,6)} <-- 6/36 combinations
Sum<4 Set: {(1,1), (1,2), (2,1)} <-- 3/36 combinations
Sum=6 Set: {(1,5), (2,4), (3,3), (4,2), (5,1)} <-- 5/36 combinations
Since none of the sets have any combinations in common, we can simply add the probabilities. Therefore, the probability of rolling a sum of greater than 9, less than 4, or equal to 6 would be 6/36+3/36+5/36 = 14/36 = 7/18, or about 38.9%
Hope the answers and explanations helped!

AJ L.
05/01/23