Training Statistics Probability Basics
2 / 5

Probability Basics

24 min Statistics

Probability Basics

Probability is the mathematical language of uncertainty. Every time you check a weather forecast, evaluate a medical test result, or decide whether to buy insurance, you are — whether you realize it or not — reasoning about probabilities. Statistics and probability are inseparable: while descriptive statistics summarize what has already been observed, probability provides the framework for predicting what has not yet happened and for quantifying how confident we should be in our predictions.

At its core, the probability of an event is simply the ratio of favorable outcomes to total possible outcomes, provided every outcome is equally likely. Roll a fair die and the probability of landing on a 4 is one out of six. Draw a card from a standard deck and the probability of getting a heart is thirteen out of fifty-two. These simple fractions are the building blocks of a much richer theory that can handle compound events, conditional information, and independence.

Two fundamental rules extend this foundation to more complex situations. The complement rule tells you that the probability of an event not happening is one minus the probability that it does happen — a wonderfully simple shortcut when counting "not" outcomes directly would be tedious. The addition rule lets you compute the probability that at least one of two events occurs, carefully subtracting any overlap so that shared outcomes are not counted twice. And when two events have no influence on each other — when they are independent — the probability that both occur is simply the product of their individual probabilities.

In this lesson you will practice computing probabilities from equally-likely outcome models, applying the complement and addition rules, and recognizing when events are independent. These skills provide the essential toolkit for the probability distributions and inference methods you will encounter in the lessons ahead.

Core Rules

$$P(A)=\frac{\text{favorable outcomes}}{\text{total outcomes}}$$

$$P(A^c)=1-P(A)$$

$$P(A \cup B)=P(A)+P(B)-P(A \cap B)$$

Example 1

What is the probability of rolling a 4 on a fair die?

  1. $\frac{1}{6}$.
Example 2

What is the probability of drawing a heart from a standard deck?

  1. $\frac{13}{52}=\frac{1}{4}$.
Independence

If $A$ and $B$ are independent, then $$P(A \cap B)=P(A)P(B).$$

Interactive Explorer: Probability Calculator
P(A) = 0.1667
P(A') = 1 − P(A) = 0.8333
Fraction = 1/6
Percentage = 16.67%
0Probability1
16.67% chance

Practice Problems

1. Probability of flipping heads.
2. Probability of not rolling a 6.
3. If $P(A)=0.3$, find $P(A^c)$.
4. State the multiplication rule for independent events.
5. Probability of drawing a king from a deck.
Show Answer Key

1. $\frac{1}{2}$

2. $\frac{5}{6}$

3. $0.7$

4. $P(A \cap B)=P(A)P(B)$

5. $\frac{4}{52}=\frac{1}{13}$