12
When three fair coins are flipped, what is the probability of observing a maximum of two heads?
0:00
Solution: Step 1: List all possible outcomes when three coins are tossed (sample space).
S = {HHH, HHT, HTH, THH, HTT, THT, TTH, TTT}
Total number of outcomes, n(S) = 2^3 = 8.
Step 2: Define the event E as 'getting at most two heads'. This means 0 heads, 1 head, or 2 heads.
E = {TTT, HTT, THT, TTH, HHT, HTH, THH}
Number of favorable outcomes, n(E) = 7.
Step 3: Calculate the probability.
P(E) = n(E) / n(S) = 7 / 8.
15
A school has 100 students. 60% are boys, and 40% of these boys play hockey. Girls do not play hockey, but 75% of girls play badminton. Only two games, hockey and badminton, are played in the school. How many students do not play any game?
0:00
Solution: Step 1: Total students = 100.
Step 2: Number of boys = 60% of 100 = 60.
Step 3: Number of girls = 100 - 60 = 40.
Step 4: Boys who play hockey = 40% of 60 = 24.
Step 5: Girls who play badminton = 75% of 40 = 30.
Step 6: Since girls do not play hockey, all 30 girls who play a game play badminton. The remaining girls (40 - 30 = 10) do not play badminton and do not play hockey, so 10 girls play no game.
Step 7: For boys, we know 24 play hockey. The remaining boys are 60 - 24 = 36.
Step 8: The problem states 'there are only two games to be played' (hockey and badminton). However, it does not specify how many of the remaining 36 boys play badminton, or if any of them play no game.
Step 9: Without information on the remaining boys' participation in badminton (or lack thereof), it's impossible to determine the total number of students (boys + girls) who do not play any game.
Step 10: Therefore, the number of students who don't play any game cannot be determined from the given information.
16
When two dice are tossed, what is the probability that their total score is a prime number?
0:00
Solution: Step 1: Determine the total possible outcomes when two dice are thrown: n(S) = 6 ร 6 = 36.
Step 2: Identify the possible sums from two dice. The minimum sum is 1+1=2 and the maximum is 6+6=12.
Step 3: List the prime numbers within this sum range: 2, 3, 5, 7, 11.
Step 4: List the pairs of dice rolls that result in these prime sums:
* Sum 2: (1, 1) - 1 way
* Sum 3: (1, 2), (2, 1) - 2 ways
* Sum 5: (1, 4), (2, 3), (3, 2), (4, 1) - 4 ways
* Sum 7: (1, 6), (2, 5), (3, 4), (4, 3), (5, 2), (6, 1) - 6 ways
* Sum 11: (5, 6), (6, 5) - 2 ways
Step 5: Count the total number of favorable outcomes: n(E) = 1 + 2 + 4 + 6 + 2 = 15.
Step 6: Calculate the probability P(E) = n(E) / n(S) = 15 / 36 = 5 / 12.
18
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.