Why this chapter matters
Probability is the engine of statistical inference, because uncertainty about samples is modeled through chance.
What you will learn
- Apply complement, addition, and multiplication rules to events.
- Distinguish mutually exclusive and independent events.
- Compute event probabilities from tables, tree diagrams, and simple counts.
Understand the core ideas
Probability gives a numerical language for uncertainty in repeatable processes. Start by defining the sample space and events clearly, because ambiguous event definitions create wrong calculations before any formula appears. Core rules keep answers coherent: complements handle not events, addition handles unions, and multiplication handles intersections in staged situations. You must separate two commonly confused ideas. Mutually exclusive events cannot happen together, while independent events can happen together but one does not change the chance of the other.
Conditional probability captures updated information and is central in applied reasoning. In tables or trees, the denominator changes to the known condition, which is why conditional values differ from overall rates. This is useful for interpreting screening tests, quality checks, and branching process outcomes. Probability statements should be interpreted as long run frequencies under stable conditions, not guarantees for one trial. That framing avoids overconfidence and supports consistent statistical reasoning. It also helps teams communicate uncertainty without drifting into yes or no claims.
Key terms
- Event
- A set of outcomes from the sample space that matches a condition.
- Independence
- A relationship where occurrence of one event does not change probability of another.
- Conditional probability
- Probability of an event after restricting to outcomes where another condition holds.
- Complement rule
- Rule stating P(not A) equals 1 minus P(A).
Union of two die-roll events
Roll one fair die. Let A be even number and B be number greater than 3.
- Compute P(A) = 3/6 and P(B) = 3/6.
- Find overlap A and B at outcomes 4 and 6, so P(A and B) = 2/6.
- Apply addition rule: P(A or B) = P(A) + P(B) - P(A and B).
- Calculate 3/6 + 3/6 - 2/6 = 4/6.
A common misconception
Claim: If two events both have high probability, they are independent.
Correction: Independence is about whether one event changes the other event's probability, not about whether probabilities are large.
Lessons in this chapter
- Events and sample spacesRepresent random outcomes clearly before calculating probabilities.
- Core probability rulesSolve multi-event probability problems with addition and multiplication rules. Read the full guide →
- Conditional probability and BayesUpdate probabilities using given information and reverse conditioning when appropriate. Read the full guide →
- Counting methods for probabilityUse permutations and combinations for finite equally likely outcome spaces.
Study task
Chapter checkpoint
If P(A) = 0.6, P(B) = 0.5, and A and B are independent, what is P(A and B)?
For independent events, multiply: P(A and B) = 0.6 * 0.5 = 0.30.