Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Independent Events: Two events and are considered independent if the occurrence or non-occurrence of one does not change the probability of the occurrence of the other. Mathematically, this is satisfied if . Visually, imagine a sample space as a square; if and are independent, the ratio of the area of their intersection to the area of is the same as the ratio of the area of to the whole square.
Multiplication Theorem: For any two events and , the probability of both occurring is . If the events are independent, the conditional probability is simply . This can be extended to multiple events using a chain-like structure in a tree diagram.
Partition of a Sample Space: A collection of events is said to form a partition of the sample space if they are pairwise disjoint ( for ) and their union is (). Visualizing a partition is like looking at a jigsaw puzzle where each piece is an event; no pieces overlap, and together they fill the entire frame of the puzzle.
Theorem of Total Probability: This theorem is used to calculate the probability of an event that can happen via several mutually exclusive paths . is the sum of probabilities of occurring under each partition. Visually, this is represented by a tree diagram where is the sum of the 'path probabilities' (products of probabilities along branches) for every branch that ends in event .
Bayes' Theorem: Bayes' Theorem finds the 'inverse' or 'posterior' probability—the probability of a specific cause (partition ) given that an outcome has already occurred. It effectively reverses the direction of the conditional probability. Visualizing this involves taking the specific branch in a tree diagram that leads to outcome via cause and dividing its value by the total probability of all branches leading to .
Conditional Probability: The probability of an event occurring given that has already occurred is . This concept restricts our focus to the subset of the sample space where is true. Visually, if is a circle in a Venn diagram, we treat the area of as the new 'total' universe and calculate how much of is contained within it.
📐Formulae
(if are independent)
💡Examples
Problem 1:
Bag I contains 3 red and 4 black balls while Bag II contains 5 red and 6 black balls. One ball is drawn at random from one of the bags and it is found to be red. Find the probability that it was drawn from Bag II.
Solution:
Let be the event of choosing Bag I, be the event of choosing Bag II, and be the event of drawing a red ball. \ Since bags are chosen at random, . \ \ \ Using Bayes' Theorem: \ \ \ .
Explanation:
This problem uses Bayes' Theorem because we are given the result (the ball is red) and asked to find the probability of the cause (Bag II). We first establish the prior probabilities of choosing each bag, then the conditional probabilities of drawing a red ball from each, and finally apply the formula.
Problem 2:
A problem in mathematics is given to three students whose chances of solving it are respectively. What is the probability that the problem is solved?
Solution:
Let be the events that the first, second, and third students solve the problem respectively. These are independent events. \ \ The problem is solved if at least one student solves it. It is easier to find the probability that the problem is NOT solved and subtract from 1. \ \ \ \ (due to independence) \ \ .
Explanation:
Since the students work independently, the probability of the intersection of their failures is the product of their individual failure probabilities. Subtracting the probability of complete failure from 1 gives the probability that at least one person succeeds.