Two distinct dice are thrown. We need to find the number of possible outcomes where the sum of the numbers on the two dice is equal to 5 or 6.
2025/5/21
1. Problem Description
Two distinct dice are thrown. We need to find the number of possible outcomes where the sum of the numbers on the two dice is equal to 5 or
6.
2. Solution Steps
Let the numbers on the two dice be and .
The possible values for and are . Since the dice are distinct, the order of the numbers matters.
Case 1: The sum is
5. We need to find pairs $(x, y)$ such that $x + y = 5$.
The possible pairs are .
So, there are 4 possible outcomes where the sum is
5.
Case 2: The sum is
6. We need to find pairs $(x, y)$ such that $x + y = 6$.
The possible pairs are .
So, there are 5 possible outcomes where the sum is
6.
Since the two cases (sum is 5 or sum is 6) are mutually exclusive, we can add the number of outcomes in each case.
Total number of outcomes = Number of outcomes where the sum is 5 + Number of outcomes where the sum is 6
Total number of outcomes =
3. Final Answer
The number of possible outcomes is 9.