The first problem asks: A pair of distinct dice are thrown. Find the number of possible outcomes if the sum of the results is equal to 5 or 6. The second problem asks: There are 3 types of taxis for traveling to/from a village near a town. When traveling to town, Pu Sok can take any taxi or walk. When returning home, he decides to take a taxi. How many ways can he travel to and from? The third problem asks: There are 6 men and 5 women playing badminton in pairs. How many ways can a man and a woman form a pair?
2025/5/21
1. Problem Description
The first problem asks: A pair of distinct dice are thrown. Find the number of possible outcomes if the sum of the results is equal to 5 or
6. The second problem asks: There are 3 types of taxis for traveling to/from a village near a town. When traveling to town, Pu Sok can take any taxi or walk. When returning home, he decides to take a taxi. How many ways can he travel to and from?
The third problem asks: There are 6 men and 5 women playing badminton in pairs. How many ways can a man and a woman form a pair?
2. Solution Steps
Problem 1:
Let be the outcome of the two dice, where and are the results of the first and second dice, respectively. We want to find the number of pairs such that or .
For , the possible pairs are . There are 4 such pairs.
For , the possible pairs are . There are 5 such pairs.
However, the problem states that the two dice are distinct. So, we can have distinct outcomes in both cases. In the case of sum 5 the two dice are distinct and are ok. In the case of sum 6 the dice are also distinct and therefore are ok.
Since the sum can be 5 or 6, we add the number of pairs for each case: .
Problem 2:
When going to town, Pu Sok has 3 taxi choices or walking, so there are options.
When returning home, Pu Sok only takes a taxi, so there are 3 taxi choices.
The total number of ways to travel to and from is the product of the number of options for each trip: .
Problem 3:
There are 6 men and 5 women. We want to find the number of ways to form a man-woman pair.
For each of the 6 men, there are 5 possible women to pair with. Therefore, the number of ways to form a pair is .