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.
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
Model a quality-control process with a tree diagram, then compute probabilities of pass and fail branches, including one conditional probability.
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.