Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Conditional Probability Definition: The probability of an event occurring given that event has already occurred is denoted as . Visually, this represents a 'restriction of the sample space' where we ignore everything outside of circle in a Venn diagram and focus only on the intersection within that circle.
Independent Events: Two events are independent if the occurrence of one does not change the probability of the other. In a Venn diagram, there is no visual 'link' between the events, but mathematically it means . If , the events are independent.
The Multiplication Rule: For any two events, the probability of both occurring is . This rule is the basis for Tree Diagrams, where you multiply probabilities along the branches to find the probability of a specific path of outcomes.
Tree Diagrams: A visual representation of sequences of events. Each set of branches stems from a single node and must sum to . To find the probability of a combined outcome, you multiply the probabilities along the path. For example, in a two-stage experiment, the second set of branches represents conditional probabilities based on the first outcome.
Mutually Exclusive Events: These are events that cannot happen at the same time, meaning . In a Venn diagram, these are represented by two disjoint circles that do not overlap. It is important to distinguish this from independence; if two events are mutually exclusive and have non-zero probabilities, they are actually dependent because the occurrence of one makes the probability of the other zero.
The Complement Rule in Conditional Probability: The probability of 'not ' given is calculated as . This is useful in calculations where finding the inverse probability is simpler than finding the direct one.
Combined Events and Venn Diagrams: To visualize , you look at the total area covered by both circles and . The Addition Rule ensures that the overlapping intersection is not counted twice.
📐Formulae
Conditional Probability:
General Multiplication Rule:
Independence Test 1:
Independence Test 2:
Addition Rule:
Complementary Events:
Total Probability:
💡Examples
Problem 1:
In a group of 100 students, 70 study Mathematics, 60 study Physics, and 40 study both. A student is selected at random. Find the probability that the student studies Physics, given that they study Mathematics.
Solution:
- Identify the given probabilities: , , and . \ 2. Use the conditional probability formula: . \ 3. Substitute the values: .
Explanation:
We are restricting the sample space to only the 70 students who study Mathematics. Among these 70 students, 40 also study Physics. Therefore, the probability is the ratio of those who do both to the total in the 'given' group.
Problem 2:
A bag contains 5 red and 3 blue marbles. Two marbles are drawn one after the other without replacement. Find the probability that both marbles are blue.
Solution:
- Let be the event the first marble is blue and be the event the second marble is blue. \ 2. Find : There are 3 blue out of 8 total marbles, so . \ 3. Find : If the first was blue, 7 marbles remain and only 2 are blue. So, . \ 4. Use the multiplication rule: . \ 5. Calculate: .
Explanation:
This is a dependent event scenario because the first draw changes the composition of the bag for the second draw. We multiply the probability of the first event by the conditional probability of the second event occurring after the first.