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
Basic Concepts of Probability
Problem 4.2.2
Textbook Question
Notation When randomly selecting adults, let M denote the event of randomly selecting a male and let B denote the event of randomly selecting someone with blue eyes. What does P (M|B) represent? Is P (M|B) the same as P (B|M)?

1
Step 1: Understand the notation P(M|B). This represents the conditional probability of event M (selecting a male) given that event B (selecting someone with blue eyes) has already occurred. Mathematically, it is expressed as P(M|B) = P(M ∩ B) / P(B), where P(M ∩ B) is the probability of both events M and B occurring, and P(B) is the probability of event B.
Step 2: Understand the notation P(B|M). This represents the conditional probability of event B (selecting someone with blue eyes) given that event M (selecting a male) has already occurred. Mathematically, it is expressed as P(B|M) = P(M ∩ B) / P(M), where P(M ∩ B) is the probability of both events M and B occurring, and P(M) is the probability of event M.
Step 3: Compare P(M|B) and P(B|M). These two probabilities are not necessarily the same because they depend on different conditions. P(M|B) is conditioned on the event of selecting someone with blue eyes, while P(B|M) is conditioned on the event of selecting a male. The denominators in their formulas, P(B) and P(M), are generally different unless the probabilities of these events are equal.
Step 4: Recognize the importance of the joint probability P(M ∩ B). Both P(M|B) and P(B|M) share the same numerator, which is the joint probability of selecting a male with blue eyes. However, the difference lies in the denominator, which changes based on the given condition.
Step 5: Conclude that P(M|B) and P(B|M) are not the same in general. They represent different conditional probabilities and depend on the specific probabilities of the events M and B. To determine their values, you would need the probabilities P(M), P(B), and P(M ∩ B).

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
2mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Conditional Probability
Conditional probability refers to the likelihood of an event occurring given that another event has already occurred. It is denoted as P(A|B), which reads as 'the probability of A given B.' In this context, P(M|B) represents the probability of selecting a male given that the individual has blue eyes.
Recommended video:
Introduction to Probability
Bayes' Theorem
Bayes' Theorem is a fundamental principle in probability that describes how to update the probability of a hypothesis based on new evidence. It relates the conditional probabilities of two events and is expressed as P(A|B) = [P(B|A) * P(A)] / P(B). This theorem helps in understanding the relationship between P(M|B) and P(B|M).
Independence of Events
Two events are considered independent if the occurrence of one does not affect the probability of the other. In this case, if M and B are independent, then P(M|B) would equal P(M), and P(B|M) would equal P(B). Understanding whether M and B are independent is crucial for determining if P(M|B) is the same as P(B|M).
Recommended video:
Probability of Multiple Independent Events
Watch next
Master Introduction to Probability with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice