Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Partition of a Sample Space: A set of events represents a partition of the sample space if they are mutually exclusive ( for ) and exhaustive (). Visually, imagine a large rectangle divided into non-overlapping regions like a puzzle, where every piece is distinct and together they fill the entire rectangle.
Conditional Probability Foundation: The probability of an event occurring given that event has already occurred is denoted as . This concept is the building block for both Total Probability and Bayes' Theorem, representing a 'pathway' in a probability tree.
Theorem of Total Probability: This theorem allows us to calculate the probability of an event that can occur through several distinct pathways . Visually, this is represented by a probability tree where the first set of branches are and the next level of branches represents happening under each . The total probability is the sum of the probabilities of all paths leading to .
Bayes' Theorem (Inverse Probability): While total probability looks forward to find the likelihood of an outcome, Bayes' Theorem looks backward. It calculates the probability that a specific 'cause' occurred, given that the 'result' has already been observed. It is essentially the ratio of one specific branch of a tree diagram to the sum of all branches leading to that outcome.
Prior vs. Posterior Probabilities: is called the 'Prior Probability' because it is known before the experiment is conducted. is called the 'Posterior Probability' because it is calculated after the outcome of the experiment (event ) is known.
Likelihood and Evidence: In the context of Bayes' Theorem, is often called the likelihood, and the denominator (the total probability ) acts as a normalizing constant or the 'evidence' that ensures the sum of all posterior probabilities equals .
📐Formulae
Conditional Probability: , provided
Multiplication Rule:
Theorem of Total Probability:
Bayes' Theorem:
Partition Conditions: for all , and
💡Examples
Problem 1:
Bag I contains 3 red and 4 black balls while another 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.\n1. Probabilities of choosing bags: and .\n2. Conditional probabilities of drawing a red ball:\n (3 red out of 7 total in Bag I)\n (5 red out of 11 total in Bag II)\n3. Using Bayes' Theorem to find :\n\n\n.
Explanation:
This is a classic Bayes' Theorem problem. We define the 'causes' (choosing Bag I or Bag II) and the 'effect' (getting a red ball). We use the individual bag probabilities and the color ratios within them to reverse-calculate which bag was most likely used.
Problem 2:
A factory has three machines A, B, and C which produce 25%, 35%, and 40% of the items respectively. The percentage of defective items produced by them are 5%, 4%, and 2% respectively. An item is selected at random. What is the probability that it is defective?
Solution:
Let be the events that the item is produced by machines A, B, and C. Let be the event that the item is defective.\n1. Given probabilities:\n\n2. Conditional probabilities of defects:\n\n3. Using the Theorem of Total Probability:\n\n\n.
Explanation:
This problem requires the Theorem of Total Probability. Since the defective item could have come from any of the three machines, we sum the weighted probabilities of defects from each machine branch.