Introduction to Probability
Master probability fundamentals. Learn about probability rules, basic calculations, and real-world applications.
On This Page
What is Probability?
Probability is a measure of how likely an event is to occur. It’s expressed as a number between 0 and 1 (or 0% and 100%):
- P = 0 → Impossible event
- P = 1 → Certain event
- 0 < P < 1 → Uncertain event
Basic Probability Terms
Before diving into calculations, let’s define key terms:
| Term | Definition | Example (Rolling a Die) |
|---|---|---|
| Experiment | A process with uncertain outcomes | Rolling a die |
| Outcome | A single result of an experiment | Rolling a 4 |
| Sample Space (S) | All possible outcomes | {1, 2, 3, 4, 5, 6} |
| Event | A subset of outcomes | Rolling an even number {2, 4, 6} |
Calculating Basic Probability
For equally likely outcomes, probability is calculated as:
P(A) = Number of favorable outcomes / Total number of outcomes
Or written as: P(A) = n(A) / n(S)
What’s the probability of rolling a 5?
- Favorable outcomes: {5} → 1 outcome
- Total outcomes: {1, 2, 3, 4, 5, 6} → 6 outcomes
P(rolling a 5) = 1/6 ≈ 0.167 or 16.7%
What’s the probability of drawing a heart from a standard deck?
- Favorable outcomes: 13 hearts
- Total outcomes: 52 cards
P(heart) = 13/52 = 1/4 = 0.25 or 25%
Probability Rules
Rule 1: Complement Rule
The probability of an event NOT occurring is:
P(A’) = 1 - P(A)
Where A’ (read “A complement” or “not A”) is the event that A doesn’t occur.
If P(rain tomorrow) = 0.30, then:
P(no rain) = 1 - 0.30 = 0.70 or 70%
Rule 2: Addition Rule
For the probability of A OR B occurring:
P(A ∪ B) = P(A) + P(B) - P(A ∩ B)
For mutually exclusive events (can’t occur together): P(A ∪ B) = P(A) + P(B)
What’s P(drawing a King OR a Queen)?
Since you can’t draw both at once (mutually exclusive):
- P(King) = 4/52
- P(Queen) = 4/52
P(King or Queen) = 4/52 + 4/52 = 8/52 ≈ 0.154
What’s P(drawing a King OR a Heart)?
These can overlap (King of Hearts!):
- P(King) = 4/52
- P(Heart) = 13/52
- P(King AND Heart) = 1/52
P(King or Heart) = 4/52 + 13/52 - 1/52 = 16/52 ≈ 0.308
Rule 3: Multiplication Rule
For the probability of A AND B occurring:
General: P(A ∩ B) = P(A) × P(B|A)
For independent events (one doesn’t affect the other): P(A ∩ B) = P(A) × P(B)
What’s P(flipping heads AND rolling a 6)?
- P(heads) = 1/2
- P(rolling 6) = 1/6
Events are independent: P(heads and 6) = 1/2 × 1/6 = 1/12 ≈ 0.083
Rule 4: Conditional Probability
The probability of A occurring GIVEN that B has occurred:
P(A|B) = P(A ∩ B) / P(B)
Read as “probability of A given B”
In a class: 60% are female, 25% are female AND study statistics.
What’s P(studies statistics | female)?
- P(Female AND Stats) = 0.25
- P(Female) = 0.60
P(Stats | Female) = 0.25 / 0.60 = 0.417 or 41.7%
Types of Events
Independent Events
Events where the occurrence of one doesn’t affect the probability of the other.
Test: P(A ∩ B) = P(A) × P(B)
Examples:
- Flipping a coin twice
- Rolling two dice
- Drawing cards WITH replacement
Dependent Events
Events where the occurrence of one affects the probability of the other.
Test: P(A ∩ B) ≠ P(A) × P(B)
Examples:
- Drawing cards WITHOUT replacement
- Selecting people from a group without returning them
Drawing 2 aces from a deck WITHOUT replacement:
- P(1st ace) = 4/52
- P(2nd ace | 1st was ace) = 3/51
P(both aces) = (4/52) × (3/51) = 12/2652 ≈ 0.0045
Mutually Exclusive Events
Events that cannot occur at the same time.
Test: P(A ∩ B) = 0
Examples:
- Rolling a 1 AND a 6 on one die
- Being exactly 20 AND exactly 30 years old
Common Probability Mistakes
Probability Summary Table
| Concept | Formula | Use When |
|---|---|---|
| Basic probability | P(A) = n(A)/n(S) | Counting equally likely outcomes |
| Complement | P(A’) = 1 - P(A) | Finding “not A” |
| Addition (exclusive) | P(A∪B) = P(A) + P(B) | Events can’t overlap |
| Addition (general) | P(A∪B) = P(A) + P(B) - P(A∩B) | Events may overlap |
| Multiplication (independent) | P(A∩B) = P(A) × P(B) | Events don’t affect each other |
| Conditional | P(A|B) = P(A∩B) / P(B) | One event given another occurred |
Practice Problem
A bag contains 5 red balls and 3 blue balls. You draw 2 balls without replacement.
Question: What’s the probability of drawing 2 red balls?
Click for solution
- P(1st red) = 5/8
- P(2nd red | 1st red) = 4/7
P(both red) = (5/8) × (4/7) = 20/56 = 5/14 ≈ 0.357 or 35.7%
Summary
In this lesson, you learned:
- Probability measures likelihood on a scale from 0 to 1
- The complement rule: P(A’) = 1 - P(A)
- The addition rule for “or” probabilities
- The multiplication rule for “and” probabilities
- The difference between independent and dependent events
- How to calculate conditional probability
Try It Yourself
Use our Probability Calculator to practice different probability calculations!
Next Steps
- Probability Distributions - Discrete and continuous distributions
- Bayes’ Theorem - Advanced conditional probability
Was this lesson helpful?
Help us improve by sharing your feedback or spreading the word.