Probability
Probability Rules
Applying the addition rule and multiplication rule to find probabilities.
Combining Probabilities of Two Events
A standard deck has 52 cards: 4 suits of 13 each, including 4 Kings and 4 Queens. Before reading on: would finding the probability of drawing a King or a Queen work the same way as finding the probability of drawing a King or a Heart?
Definition — Addition and Multiplication Rules
Worked Example — Mutually Exclusive vs. Overlapping Events
Worked Example — The Multiplication Rule for Independent Events
Probability Simulator
Experiment
Run a trial to see the outcome here.
Simulation
Histogram — experimental vs theoretical
Running probability — Law of Large Numbers
Statistics
Mean
— experimental
3.5 theoretical
Variance
— experimental
2.917 theoretical
Standard deviation
— experimental
1.708 theoretical
Trials
0 experimental
— theoretical
Frequency table
| Outcome | Count | Experimental | Theoretical |
|---|---|---|---|
| 1 | 0 | — | 0.167 |
| 2 | 0 | — | 0.167 |
| 3 | 0 | — | 0.167 |
| 4 | 0 | — | 0.167 |
| 5 | 0 | — | 0.167 |
| 6 | 0 | — | 0.167 |
Central Limit Theorem
Draws 300 independent samples of 5trials each from the current experiment, averages each sample, and histograms the resulting sample means — the distribution should look progressively more bell-shaped (normal) as the sample size grows, even though the experiment’s own distribution usually isn’t.
Tip
Common Mistakes
Using P(A) + P(B) for events that can actually overlap.
King and Heart can both be true at once (the King of Hearts) — using the simple addition rule here would double-count that card; the general rule's subtraction is required.
Applying the independent-events multiplication rule to draws made without replacement.
Without replacement, the deck's composition changes after the first draw, so the two draws aren't independent — a different (conditional) calculation is needed instead, covered in the next lesson.
Key Takeaways
- P(A or B) = P(A) + P(B) only when A and B are mutually exclusive; otherwise the overlap P(A and B) must be subtracted.
- P(A and B) = P(A) × P(B) only when A and B are independent.
- Sampling with replacement preserves independence between draws; sampling without replacement does not.
Summary
The next lesson looks more closely at what independence actually means, and how to find a probability conditioned on another event already having happened.
Sign in to track your progress and mark this lesson complete.
Track your progress