Skip to content Conditional Probability - Interactive Lesson | Study MondoConditional Probability - Complete Interactive Lesson
Part 1: Basic Probability
📐 Basic Probability
Part 1 of 7 — Foundations of Probability
What Is Probability?
Probability measures how likely an event is to occur, expressed as a number between 0 and 1.
P(A)=total number of equally likely outcomesnumber of favorable outcomes
| Probability | Meaning |
|---|
| P(A)=0 | Impossible — can never happen |
| P(A)=1 | Certain — always happens |
|
Key Vocabulary
| Term | Symbol | Meaning |
|---|
| Sample space | S | Set of ALL possible outcomes |
| Event | A, B, etc. | A subset of the sample space |
| Complement | A’ or |
Complement Rule
P(A’ )=1−P(A)
🔑 Key Insight: An event and its complement always sum to 1. This is often the fastest way to solve "at least one" problems.
Worked Example 1: Rolling a Die
Find P(even) on a fair six-sided die.
- Sample space: S={1,2,3,4,5,6} → 6 outcomes
- Favorable outcomes: {2,4,6} → 3 outcomes
P(even)=63=0.5
Worked Example 2: Using the Complement
A bag has 10 marbles: 3 red, 7 blue. Find P(not red).
P(not red)=1−P(red)=1−10
Interpreting Probability
| Interpretation | Description |
|---|
| Classical | Equally likely outcomes (dice, coins, cards) |
| Relative frequency | Long-run proportion from many trials |
| Subjective | Personal belief based on experience |
🔑 Law of Large Numbers: As the number of trials increases, the relative frequency approaches the true probability.
Basic Probability Concepts 🎯
Calculating Probabilities 🧮
1) P(heads) on a fair coin:
2) A bag has 5 red and 15 blue marbles. P(red)= ? (as decimal)
3) Using the complement: P(not red)= ?
Exit Quiz — Basic Probability ✅
Part 2: Addition Rule
📊 Addition Rule
Part 2 of 7 — "Or" Probabilities
The General Addition Rule
The probability that event A or event B (or both) occurs:
P(A∪B)=
Part 3: Multiplication Rule
🔢 Multiplication Rule
Part 3 of 7 — "And" Probabilities
The General Multiplication Rule
The probability that both A and B occur:
P(A∩B)=
Part 4: Conditional Probability
📈 Conditional Probability
Part 4 of 7 — "Given That" Probabilities
What Is Conditional Probability?
Conditional probability is the probability of event A occurring, given that event B has already occurred:
P(A∣B)=
Part 5: Independence
🧮 Independence
Part 5 of 7 — Testing for Independence
What Does Independence Mean?
Events A and B are independent if knowing one occurred does NOT change the probability of the other.
Two equivalent tests:
P(A∣
Part 6: Problem-Solving Workshop
🛠️ Problem-Solving Workshop
Part 6 of 7 — Combining Probability Rules
Strategy: Which Rule Do I Use?
| Key Word / Phrase | Rule | Formula |
|---|
| "or", "either", "at least one of" | Addition | P(A∪B)=P(A) |
Part 7: Review & Applications
🏆 Review & Applications
Part 7 of 7 — Comprehensive Probability Review
Complete Formula Reference
| Rule | Formula | When to Use |
|---|
| Complement | P(A’ )=1−P(A) | "not", "fails", "none" |
| Addition (General) | |
0<P(A)<1
| Possible — may or may not happen |
| Union | A∪B | A or B (or both) |
| Intersection | A∩B | A AND B (both) |
3
=
107=
0.7
P(A)+
P(B)−
P(A∩
B)
🔑 Why subtract P(A∩B)? Because the overlap is counted once in P(A) and again in P(B). Subtracting avoids double-counting.
Venn Diagram View
| Region | Represents | Probability |
|---|
| Left only | A but not B | P(A)−P(A∩B) |
| Overlap | A and B | P(A∩B) |
| Right only | B but not A | P(B)−P(A∩B) |
| Outside both | Neither A nor B | 1−P(A∪B) |
Mutually Exclusive Events
Two events are mutually exclusive (disjoint) if they cannot both occur: P(A∩B)=0.
For mutually exclusive events, the addition rule simplifies to:
P(A∪B)=P(A)+P(B)
- Rolling a 2 and rolling a 5 on one die → mutually exclusive
- Being male and being female → mutually exclusive
- Drawing a heart and drawing a spade → mutually exclusive
- Drawing a heart and drawing a king (king of hearts exists!)
Worked Example 1: General Addition Rule
P(A)=0.4, P(B)=0.3, P(A∩B)=0.1. Find P(A∪B).
P(A∪B)=0.4+0.3−0.1=0.6
Worked Example 2: Two-Way Table
| Freshman | Sophomore | Total |
|---|
| Male | 50 | 30 | 80 |
| Female | 60 | 60 | 120 |
| Total | 110 | 90 | 200 |
Find P(Male OR Freshman):
P(M∪F)=P(M)+P(F)−P(M∩F)=20080+200110−20050=200140=0.70
🔑 Check: Count directly: 80 males + 60 female freshmen = 140 out of 200 = 0.70 ✓
Addition Rule Calculations 🧮
1) P(A)=0.4, P(B)=0.3, P(A∩B)=0.1. P(A∪B)= ?
2) P(A)=0.6, P(B)=0.4, P(A∩. ?
3) P(A∪B)=0.9, P(A)=0.5, P(. ?
Exit Quiz — Addition Rule ✅
P
(
A
)
⋅
P(B∣A)
where P(B∣A) means "the probability of B given that A has occurred."
Independent Events (Special Case)
If events are independent (one doesn't affect the other):
P(A∩B)=P(A)⋅P(B)
🔑 Key Insight: For independent events, you just multiply. For dependent events, you must account for how the first event changes the second.
Independent vs Dependent
| Scenario | Type | Why |
|---|
| Flip a coin, then roll a die | Independent | Coin doesn't affect die |
| Draw 2 cards WITH replacement | Independent | Deck is reset each time |
| Draw 2 cards WITHOUT replacement | Dependent | Deck shrinks after 1st draw |
| Select 2 people from a small group | Dependent | Pool changes after 1st selection |
Worked Example 1: Independent Events
Two coin flips. Find P(HH).
Flips are independent:
P(HH)=P(H)⋅P(H)=0.5×0.5=0.25
Worked Example 2: Dependent Events (Without Replacement)
A bag has 4 red and 6 blue marbles. Draw 2 without replacement. Find P(both red).
P(R1∩R2)=P(R1)⋅P(R2∣R1)=104⋅93=9012=152≈0.133
After removing one red marble, only 3 red remain out of 9 total.
Extending to Multiple Events
For three independent events:
P(A∩B∩C)=P(A)⋅P(B)⋅P(C)
Example: Probability of 3 heads in a row:
P(HHH)=0.53=0.125
"At Least One" Using the Complement
P(at least one)=1−P(none)
Example: Roll a die 3 times. P(at least one 6):
P(at least one 6)=1−P(no 6s)=1−(65)3=1−216125≈0.421
Multiplication Rule Concepts 🎯
Computing "And" Probabilities 🧮
For independent events:
1) P(A)=0.5, P(B)=0.5. P(A∩B)= ?
2) P(A)=0.2, P(B)=0.5. P(A∩B ?
3) P(at least one head in 2 flips)=1−P(TT)= ?
Independent vs Dependent 🔍
Exit Quiz — Multiplication Rule ✅
P(B)P(A∩B)
🔑 Key Insight: Knowing B occurred restricts the sample space to only outcomes where B happened.
Reading Conditional Probability
| Notation | Read As |
|---|
| $P(A | B)$ |
| $P(B | A)$ |
⚠️ Warning: P(A∣B)=P(B∣A) in general! The order matters.
Worked Example 1: Formula
P(A∩B)=0.12, P(B)=0.4. Find P(A∣B).
P(A∣B)=P(B)P(A∩B)=0.40.12=0.3
Worked Example 2: Two-Way Table
| Plays Sport | No Sport | Total |
|---|
| Male | 120 | 80 | 200 |
| Female | 100 | 200 | 300 |
| Total | 220 | 280 | 500 |
Find P(Sport∣Male):
P(Sport∣Male)=200120=0.60
We restrict to males only (200), then count how many play a sport (120).
Find P(Male∣Sport):
P(Male∣Sport)=220120≈0.545
We restrict to sport players (220), then count how many are male (120).
Notice: P(Sport∣Male)=P(Male∣Sport)!
Connection to the Multiplication Rule
Rearranging the conditional probability formula:
P(A∩B)=P(B)⋅P(A∣B)
This IS the general multiplication rule!
Bayes' Theorem (Tree Diagrams)
For problems where you know P(B∣A) but need P(A∣B):
P(A∣B)=P(B)P(A)⋅P(B∣A)
🔑 AP Tip: On the AP exam, you can use a tree diagram instead of memorizing Bayes' formula. Draw branches for A and A’ , then for B given each.
Conditional Probability Concepts 🎯
Computing Conditional Probabilities 🧮
P(A∣B)=P(A∩B)/P(B)
1) P(A∩B)=0.12, P(B)=0.4. P(A∣B)= ?
2) P(A∩B)=0.06, P(B)=0.2. P ?
3) From a table: 80 males, 50 play a sport. P(Sport∣Male)= ? (as decimal)
Conditional vs Joint Probability 🔍
Exit Quiz — Conditional Probability ✅
B
)
=
P(A)orP(A∩
B)=
P(A)⋅
P(B)
If either equation holds, events are independent. If not, they are dependent.
How to Check Independence
| Method | Check | Independent If |
|---|
| Conditional probability | Compute $P(A | B)$ |
| Multiplication check | Compute P(A)⋅P(B) | P(A)⋅P(B)=P(A∩B) |
| Two-way table | Compare conditional proportions | Row/column proportions are equal |
Independence vs Mutually Exclusive
These concepts are DIFFERENT and often confused:
| Property | Independent | Mutually Exclusive |
|---|
| Can both occur? | Yes | No |
| P(A∩B) | P(A)⋅P(B)>0 | 0 |
| $P(A | B)$ | P(A) |
| Knowing one affects the other? | No | Yes (if one occurs, the other can't) |
🔑 Critical Fact: If A and B are mutually exclusive (and both have P>0), they are ALWAYS dependent. If A happened, B definitely didn't!
Worked Example 1: Multiplication Check
P(A)=0.4, P(B)=0.5, P(A∩B)=0.2. Independent?
P(A)⋅P(B)=0.4×0.5=0.2=P(A∩B)✓
Yes, independent! The product equals the intersection.
Worked Example 2: Two-Way Table
| College Degree | No Degree | Total |
|---|
| Promoted | 30 | 10 | 40 |
| Not Promoted | 120 | 40 | 160 |
| Total | 150 | 50 | 200 |
Are promotion and degree independent?
P(Promoted∣Degree)=15030=0.20
P(Promoted∣No Degree)=5010=0.20
Since P(Promoted∣Degree)=P(Promoted∣No Degree)=0.20, the events are independent. Having a degree doesn't affect the promotion rate.
Independence in Sampling
| Sampling Method | Independent? |
|---|
| With replacement | Yes |
| Without replacement (n<10% of N) | Approximately yes |
| Without replacement (n≥10% of N) | No — use other methods |
Testing Independence 🧮
Compute P(A)×P(B) and compare with P(A∩B):
1) P(A)=0.4, P(B)=0.5. P(A)×P(B)= ?
2) P(A)=0.3, P(B)=0.6. P(A)× ?
3) P(A)=0.5, P(B)=0.8. P(A)× ?
Exit Quiz — Independence ✅
+
P(B)−
P(A∩
B)
| "and", "both", "all" | Multiplication | $P(A \cap B) = P(A) \cdot P(B |
| "given", "if", "knowing that" | Conditional | $P(A |
| "not", "fails", "none" | Complement | P(A’ )=1−P(A) |
| "at least one" | Complement shortcut | 1−P(none) |
Worked Example 1: "At Least One" with Complement
A factory produces items with a 5% defect rate. In a batch of 3 independent items, what is P(at least one defective)?
Step 1: Find P(not defective)=1−0.05=0.95
Step 2: P(none defective in 3)=0.953=0.857375
Step 3: P(at least one)=1−0.857375=0.1426
P(at least one defective)≈0.143
Worked Example 2: Combining Multiple Rules
In a class: 60% study math, 40% study science, 20% study both. A student is chosen. Given they study math, what is P(science)?
Step 1: Identify: This is P(Science∣Math) → conditional probability
Step 2: Apply formula:
P(Sci∣Math)=P(Math)P(Sci∩Math)=0.600.20=0.333
Worked Example 3: Sequential Events with Dependence
A bag has 5 red and 3 blue marbles. Draw 2 without replacement. P(both red)?
Step 1: P(1st red)=85
Step 2: After removing a red: P(2nd red∣1st red)=74
Step 3: Multiply (general rule):
P(both red)=85×74=5620=145≈0.357
Decision Flowchart
Read the problem→⎩⎨⎧"or" / "either""and" / "both""given" / "if""at least one"→Addition Rule→Multiplication Rule→Conditional→Complement
🎯 Pro tip: "At least one" problems are almost ALWAYS easier with the complement: 1−P(none).
Choosing the Right Rule 🎯
Multi-Rule Calculations 🧮
1) P(defect)=0.1, items independent. P(at least one defect in 3 items)= ?
(Use: 1−P(none)=1−0.93. Round to 3 decimal places.)
2) Bag: 4 red, 6 blue. Draw 2 without replacement. P(both blue)= ?
(Round to 3 decimal places.)
3) P(A)=0.5, P(B)=0.3, P(A∩. ?
Exit Quiz — Problem-Solving Workshop ✅
P(A∪B)=P(A)+P(B)−P(A∩B)
| Addition (ME) | P(A∪B)=P(A)+P(B) | "or" when mutually exclusive |
| Multiplication (General) | $P(A \cap B) = P(A) \cdot P(B | A)$ |
| Multiplication (Indep.) | P(A∩B)=P(A)⋅P(B) | "and", "both" (independent) |
| Conditional | $P(A | B) = \frac{P(A \cap B)}{P(B)}$ |
| At least one | 1−P(none) | "at least one" |
Key Relationships
Mutually Exclusive:P(A∩B)=0
Independent:P(A∩B)=P(A)⋅P(B)
Complementary:P(A)+P(A’ )=1
🔑 Remember: Mutually exclusive events with P>0 are NEVER independent!
Comprehensive Worked Example
| Exercises Regularly | Does Not | Total |
|---|
| Healthy Weight | 180 | 120 | 300 |
| Not Healthy Weight | 60 | 140 | 200 |
| Total | 240 | 260 | 500 |
a) P(Healthy Weight)
P(HW)=500300=0.60
b) P(Exercises AND Healthy Weight)
P(E∩HW)=500180=0.36
c) P(Exercises OR Healthy Weight)
P(E∪HW)=P(E)+P(HW)−P(E∩HW)=0.48+0.60−0.36=0.72
d) P(Healthy Weight∣Exercises)
P(HW∣E)=P(E)P(HW∩E)=0.480.36=0.75
e) Are Exercise and Healthy Weight independent?
P(HW)=0.60=0.75=P(HW∣E)
No — exercising is associated with higher rate of healthy weight.
Common Mistakes to Avoid
| Mistake | Correction |
|---|
| Using addition rule for "and" | "And" → multiplication rule |
| Forgetting −P(A∩B) in addition rule | Always subtract overlap unless ME |
| Treating dependent events as independent | Check if events affect each other |
| Confusing ME with independent | ME ≠ independent (opposite when P>0) |
| P>1 in final answer | Probability is always between 0 and 1 |
Mixed Calculations 🧮
1) P(A)=0.4, P(B)=0.3, independent. P(A∩B)= ?
2) P(A)=0.6, P(B)=0.5, P(A∩. ?
3) P(pass)=0.9, 2 independent attempts. P(at least one pass)= ?
Exit Quiz — Comprehensive Review ✅
B
)
=
0.2
P(A∪B)= B
)
=
0.6
P(A∩B)= )
=
(
A
∣
B
)
=
P(B)=
P(B)=
B
)
=
0.15
B
)
=
0.3
P(A∪B)=