Table of contents
- 1. Intro to Stats and Collecting Data55m
- 2. Describing Data with Tables and Graphs1h 55m
- 3. Describing Data Numerically1h 45m
- 4. Probability2h 16m
- 5. Binomial Distribution & Discrete Random Variables2h 33m
- 6. Normal Distribution and Continuous Random Variables1h 38m
- 7. Sampling Distributions & Confidence Intervals: Mean1h 3m
- 8. Sampling Distributions & Confidence Intervals: Proportion1h 12m
- 9. Hypothesis Testing for One Sample1h 1m
- 10. Hypothesis Testing for Two Samples2h 8m
- 11. Correlation48m
- 12. Regression1h 4m
- 13. Chi-Square Tests & Goodness of Fit1h 20m
- 14. ANOVA1h 0m
4. Probability
Multiplication Rule: Independent Events
Problem 3.2.37
Textbook Question
According to Bayes’ Theorem, the probability of event A , given that event B has occurred, is
P(A|B) = P(A) * P(B|A)P(A) * P(B|A) + P(A') * P(B|A').
In Exercises 33–38, use Bayes’ Theorem to find P(A|B).
37. P(A) = 73%, P(A') = 17%, P(B|A) = 46% , and P(B|A') = 52%

1
Step 1: Recall Bayes' Theorem formula: P(A|B) = (P(A) * P(B|A)) / [(P(A) * P(B|A)) + (P(A') * P(B|A'))]. This formula helps calculate the conditional probability of event A given event B.
Step 2: Substitute the given probabilities into the formula. You are provided with P(A) = 0.73, P(A') = 0.17, P(B|A) = 0.46, and P(B|A') = 0.52.
Step 3: Calculate the numerator of the formula, which is P(A) * P(B|A). Multiply 0.73 by 0.46.
Step 4: Calculate the denominator of the formula, which is the sum of two terms: (P(A) * P(B|A)) and (P(A') * P(B|A')). First, calculate P(A') * P(B|A') by multiplying 0.17 by 0.52. Then, add this result to the numerator calculated in Step 3.
Step 5: Divide the numerator (from Step 3) by the denominator (from Step 4) to find P(A|B). This will give you the conditional probability of A given B.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
3mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Bayes' Theorem
Bayes' Theorem is a fundamental principle in probability theory that describes how to update the probability of a hypothesis based on new evidence. It states that the probability of event A given event B, denoted as P(A|B), can be calculated using the formula P(A|B) = [P(A) * P(B|A)] / P(B). This theorem is particularly useful in scenarios where we want to revise our beliefs in light of new data.
Conditional Probability
Conditional probability refers to the probability of an event occurring given that another event has already occurred. It is denoted as P(A|B), which represents the probability of A occurring under the condition that B is true. Understanding conditional probability is crucial for applying Bayes' Theorem, as it allows us to assess how the occurrence of one event influences the likelihood of another.
Recommended video:
Introduction to Probability
Prior and Posterior Probabilities
In the context of Bayes' Theorem, prior probability is the initial assessment of the likelihood of an event before considering new evidence, denoted as P(A). Posterior probability, on the other hand, is the updated probability after taking into account the new evidence, represented as P(A|B). Distinguishing between these two types of probabilities is essential for understanding how evidence modifies our beliefs about events.
Recommended video:
Introduction to Probability
Watch next
Master Probability of Multiple Independent Events with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice