Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Tree diagrams are visual representations used to list all possible outcomes of a sequence of events.
Each branch represents a possible outcome, and the probability of that outcome is written on the branch.
The sum of the probabilities on any set of branches originating from a single point must always equal 1.
Multiplication Rule: To find the probability of a specific combination of outcomes, multiply the probabilities along the branches of that path (the 'AND' rule).
Addition Rule: To find the probability of more than one combined outcome (e.g., 'at least one'), add the probabilities of the relevant end-nodes (the 'OR' rule).
Independent Events: The outcome of the first event does not affect the second; probabilities remain constant on subsequent branches.
Dependent Events (Without Replacement): The outcome of the first event changes the probabilities of the second event, common in 'picking from a bag' scenarios without replacement.
📐Formulae
💡Examples
Problem 1:
A bag contains 5 red marbles and 3 blue marbles. Two marbles are drawn at random one after the other without replacement. Calculate the probability that both marbles are the same color.
Solution:
Explanation:
Since the marbles are not replaced, the total number of marbles decreases from 8 to 7 for the second draw. For the 'Red then Red' path, the first probability is 5/8 and the second is 4/7. For the 'Blue then Blue' path, the first is 3/8 and the second is 2/7. We multiply along the branches and then add the results of the two valid paths.
Problem 2:
The probability that it rains on any given day is 0.3. If it rains, the probability that a student is late for school is 0.4. If it does not rain, the probability that the student is late is 0.1. Find the probability that the student is late on a randomly selected day.
Solution:
Explanation:
This is a conditional probability problem represented by a tree diagram. The first set of branches is Rain (0.3) and No Rain (0.7). From Rain, the sub-branches are Late (0.4) and Not Late (0.6). From No Rain, the sub-branches are Late (0.1) and Not Late (0.9). To find the total probability of being late, we add the results of the two paths that end in 'Late'.