Kahibaro
Discord Login Register

13.1 Probability Basics

Understanding Probability

Probability is a way to describe and measure uncertainty. It answers questions like:

In this chapter, we build the basic ideas that all later probability topics depend on.

Outcomes and Experiments

A probability situation begins with an experiment: an action whose result is uncertain but well-defined.

Examples of experiments:

The possible results of an experiment are called outcomes.

Sample Space and Events (Informal View)

The collection of all possible outcomes of an experiment is called the sample space.

An event is a collection (set) of outcomes that we care about. We say “the event occurs” if the outcome of the experiment is one of the outcomes in that set.

Examples for a die roll:

Events can contain one outcome, several outcomes, all outcomes, or no outcomes at all.

Basic Probability of an Event

To assign a probability, we associate each event with a number between $0$ and $1$ (inclusive):

Often, especially with simple games of chance, we start with the idea of equally likely outcomes.

If all outcomes in the sample space $S$ are equally likely, and an event $E$ contains some of these outcomes, then the probability of $E$ is

$$
P(E) = \frac{\text{number of outcomes in } E}{\text{number of outcomes in } S}.
$$

This is the fundamental counting-based probability formula for equally likely cases.

Examples with Equally Likely Outcomes

  1. Rolling a fair six-sided die

Sample space:
$$S = \{1,2,3,4,5,6\}.$$
All 6 outcomes are equally likely.

$E = \{4\}$ has 1 outcome, so
$$
P(\text{roll a 4}) = \frac{1}{6}.
$$

$E = \{2,4,6\}$ has 3 outcomes, so
$$
P(\text{even}) = \frac{3}{6} = \frac{1}{2}.
$$

  1. Drawing a card from a standard 52-card deck

Suppose we consider the event “draw a heart”.

There are 13 hearts in the deck, and 52 total cards:
$$
P(\text{heart}) = \frac{13}{52} = \frac{1}{4}.
$$

For “draw an Ace”, there are 4 Aces:
$$
P(\text{Ace}) = \frac{4}{52} = \frac{1}{13}.
$$

  1. Tossing a fair coin once

Sample space:
$$S = \{\text{Heads}, \text{Tails}\}.$$

Each outcome is equally likely.

$P(\text{Heads}) = \frac{1}{2}$.

$P(\text{Tails}) = \frac{1}{2}$.

Probabilities as Fractions, Decimals, and Percentages

Probabilities can be expressed in several equivalent ways:

All three mean the same probability.

Conversions:

Example: $\frac{3}{5} = 0.6 = 60\%$.

Example: $75\% = 0.75$.

In many real-world contexts (like weather forecasts or surveys), probabilities are commonly reported as percentages.

Certain and Impossible Events

Two special extreme cases:

Example: Rolling a $7$ on a standard six-sided die:
$$
P(\text{roll a 7}) = 0.
$$

Example: When you roll a six-sided die, getting a number from 1 to 6 is certain:
$$
P(\text{number from 1 to 6}) = 1.
$$

These extremes give natural boundaries for any probability:

$$
0 \le P(E) \le 1.
$$

No probability can be negative or greater than $1$.

Complement of an Event

Many probability questions are easier if we look at what does not happen.

For any event $E$, the complement of $E$ (often written $E^\text{c}$ or “not $E$”) is the event that $E$ does not occur. It consists of all outcomes in the sample space that are not in $E$.

Key relationship:

$$
P(E) + P(\text{not }E) = 1.
$$

Equivalently,

$$
P(\text{not }E) = 1 - P(E).
$$

Examples:

  1. Rolling a die:
    • Let $E$ be the event “roll an even number” ($\{2,4,6\}$).
    • Then “not $E$” is “roll an odd number” ($\{1,3,5\}$).

We know
$$
P(\text{even}) = \frac{3}{6} = \frac{1}{2},
$$
so
$$
P(\text{odd}) = 1 - \frac{1}{2} = \frac{1}{2}.
$$

  1. Weather forecast:
    • If $P(\text{rain tomorrow}) = 0.3$, then
      $$
      P(\text{no rain tomorrow}) = 1 - 0.3 = 0.7.
      $$

Using complements is a powerful basic tool, and it becomes particularly helpful in more complicated situations.

Relative Frequency and Experimental Probability

The formula based on counting assumes that all outcomes are equally likely and that we know exactly how many there are. In the real world, we often do not know true probabilities ahead of time.

Instead, we can estimate probabilities by repeating an experiment many times and recording how often an event occurs. This leads to the idea of relative frequency.

If an experiment is repeated $n$ times and an event $E$ happens $k$ times, the experimental (or empirical) probability of $E$ is

$$
P_\text{exp}(E) = \frac{k}{n}.
$$

This is also called the relative frequency of $E$.

Examples:

As the number of trials becomes large, experimental probabilities often get closer to the “true” underlying probability (when one exists). This idea is deepened later in probability and statistics, but for now, you should be comfortable seeing probability both as:

Simple Probability Rules

At this stage, it is useful to note a few basic rules that follow directly from the ideas above:

More detailed rules about combining events using logical ideas like “and” and “or” are developed in later chapters, building on the basics introduced here.

Interpreting Probability in Everyday Contexts

Finally, basic probability appears constantly in daily life in different forms:

Each of these statements is expressing a probability. To interpret them, you can think in terms of:

Being comfortable with basic probability ideas helps you make more informed decisions whenever uncertainty is involved.

Views: 104

Comments

Please login to add a comment.

Don't have an account? Register now!