Overview
Probability is the mathematical framework for quantifying uncertainty. It forms the foundation for statistical inference.
Basic Terminology
| Term | Definition |
|---|
| Experiment | A process with uncertain outcomes |
| Sample Space (S) | Set of all possible outcomes |
| Event | A subset of the sample space |
| Outcome | A single result of an experiment |
Probability Axioms
For any event A in sample space S:
- Non-negativity: P(A)≥0
- Normalization: P(S)=1
- Additivity: If A and B are mutually exclusive:
P(A∪B)=P(A)+P(B)
Probability Rules
Classical Probability
When outcomes are equally likely:
P(A)=Total number of outcomesNumber of favorable outcomes=n(S)n(A)
Complement Rule
P(A′)=1−P(A)
Where A′ (or Aˉ) is "not A".
Addition Rule
For any events A and B:
P(A∪B)=P(A)+P(B)−P(A∩B)
For mutually exclusive events:
P(A∪B)=P(A)+P(B)
Multiplication Rule
For independent events:
P(A∩B)=P(A)×P(B)
For dependent events:
P(A∩B)=P(A)×P(B∣A)
Set Operations in Probability
| Operation | Symbol | Meaning |
|---|
| Union | A∪B | A or B (or both) |
| Intersection | A∩B | A and B |
| Complement | A′ or Aˉ | Not A |
| Difference | A−B | A but not B |
Types of Events
| Type | Definition | Property |
|---|
| Mutually Exclusive | Cannot occur together | P(A∩B)=0 |
| Independent | One doesn't affect other | P(A∩B)=P(A)⋅P(B) |
| Exhaustive | Cover entire sample space | P(A∪B∪…)=1 |
| Complementary | Mutually exclusive + exhaustive | P(A)+P(A′)=1 |
Common Probability Values
| Event | Probability |
|---|
| Impossible | 0 |
| Certain | 1 |
| Fair coin heads | 0.5 |
| Fair die showing 6 | 1/6 ≈ 0.167 |
| At least one head in 2 flips | 0.75 |
Examples
Example 1: Basic Probability
Single die roll:
S={1,2,3,4,5,6}
P(even)=P({2,4,6})=63=0.5
Example 2: Complement Rule
P(at least one 6 in 3 rolls)=1−P(no 6s)
=1−(65)3=1−0.579=0.421
Example 3: Addition Rule
In a class: 60% study math, 50% study physics, 30% study both.
P(math or physics)=0.60+0.50−0.30=0.80
Example 4: Multiplication (Independent)
Two coin flips:
P(both heads)=P(H)×P(H)=0.5×0.5=0.25
Example 5: Cards
P(ace)=524=131
P(heart)=5213=41
P(ace and heart)=521
P(ace or heart)=524+5213−521=5216=134
Probability Distribution Table
For discrete random variable X:
| Requirement | Description |
|---|
| All P(X=x)≥0 | Probabilities are non-negative |
| ∑P(X=x)=1 | Total probability equals 1 |