6
When two dice are thrown, what is the probability that their total score is a prime number?
0:00
Solution: Step 1: Determine the total number of possible outcomes when two dice are thrown.
n(S) = 6 * 6 = 36.
Step 2: Identify the prime numbers that can be formed by the sum of two dice (minimum 2, maximum 12).
Prime sums: {2, 3, 5, 7, 11}.
Step 3: List the outcomes for each prime sum:
Sum = 2: {(1, 1)} (1 outcome)
Sum = 3: {(1, 2), (2, 1)} (2 outcomes)
Sum = 5: {(1, 4), (2, 3), (3, 2), (4, 1)} (4 outcomes)
Sum = 7: {(1, 6), (2, 5), (3, 4), (4, 3), (5, 2), (6, 1)} (6 outcomes)
Sum = 11: {(5, 6), (6, 5)} (2 outcomes)
Step 4: Calculate the total number of favorable outcomes (sum is a prime number).
n(E) = 1 + 2 + 4 + 6 + 2 = 15.
Step 5: Calculate the probability.
P(E) = n(E) / n(S) = 15 / 36.
Step 6: Simplify the fraction.
P(E) = 5 / 12.
15
When two dice are thrown at the same time, what is the probability of getting a total sum of 7?
0:00
Solution: Step 1: Determine the total number of outcomes when two dice are thrown simultaneously (Sample Space, n(S)).
n(S) = 6 (outcomes for first die) × 6 (outcomes for second die) = 36.
Step 2: Identify the favorable outcomes where the sum of the face numbers is 7.
E = {(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)}
Step 3: Count the number of favorable outcomes, n(E).
n(E) = 6.
Step 4: Calculate the probability of event E.
P(E) = n(E) / n(S) = 6 / 36.
Step 5: Simplify the probability.
P(E) = 1 / 6.
16
If two dice are rolled at the same time, what is the probability that the product of the numbers shown on their faces is an even number?
0:00
Solution: Step 1: Determine the total number of possible outcomes when two dice are thrown.
n(S) = 6 * 6 = 36.
Step 2: Understand the condition for the product of two numbers to be even.
The product of two numbers is even if at least one of the numbers is even. The product is odd ONLY if both numbers are odd.
Step 3: Use the complementary probability approach. The complement of "product is even" is "product is odd".
Step 4: List the outcomes where both numbers are odd.
Odd numbers on a die: {1, 3, 5}.
Outcomes where both are odd: {(1, 1), (1, 3), (1, 5), (3, 1), (3, 3), (3, 5), (5, 1), (5, 3), (5, 5)}.
Number of outcomes where the product is odd, n(E') = 9.
Step 5: Calculate the probability of the complementary event (product is odd).
P(E') = n(E') / n(S) = 9 / 36 = 1 / 4.
Step 6: Calculate the required probability (product is even).
P(product is even) = 1 - P(product is odd) = 1 - (1/4) = 3 / 4.
19
A single die is cast twice. Given that the sum of the numbers appearing on the two rolls is 10, what is the probability that the number 5 has appeared at least once?
0:00
Solution: Step 1: First, identify all possible outcomes when a die is cast twice, such that their sum is 10. These outcomes are: (4, 6), (5, 5), (6, 4).
Step 2: The total number of outcomes in this reduced sample space is 3.
Step 3: From these outcomes, identify which ones include the number 5 appearing at least once. Only the outcome (5, 5) satisfies this condition.
Step 4: The number of favorable outcomes (where 5 appears at least once among the sums of 10) is 1.
Step 5: Calculate the conditional probability: (Favorable Outcomes) / (Total Outcomes in Reduced Sample Space) = 1 / 3.