Courses / Mathematics I
Data Analysis and Probability

Introduction to Probability

Mathematics I 284 words Free to read

Quantifying Uncertainty

Probability measures how likely an event is, on a scale from 0 (impossible) to 1 (certain). It is the mathematics of uncertainty, underlying statistics, physics, finance, and machine learning.

The setup:

For equally likely outcomes, probability is a ratio of counts: P(E)=number of favorable outcomestotal number of outcomes.P(E) = \frac{\text{number of favorable outcomes}}{\text{total number of outcomes}}. So P(even)=36=12P(\text{even}) = \frac{3}{6} = \frac{1}{2} for a fair die. This connects probability directly to the counting techniques of combinatorics.

Probability obeys three axioms (Kolmogorov's):

  1. P(E)0P(E) \ge 0 for every event.
  2. P(S)=1P(S) = 1 — some outcome certainly occurs.
  3. For mutually exclusive events (disjoint, cannot both happen), probabilities add: P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B).

From these follow all the rules, including the complement rule: P(not E)=1P(E)P(\text{not } E) = 1 - P(E) — often the easiest route ("at least one" problems are usually solved via "none"). For events that can overlap, the general addition rule subtracts the double-counted intersection: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B) — the same inclusion-exclusion seen with sets.

Common pitfall: adding probabilities as P(A)+P(B)P(A) + P(B) when the events can overlap. Simple addition is valid only for mutually exclusive events. If AA and BB can both occur, you must subtract the overlap: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B), or you double-count the shared outcomes and can even exceed 1.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

13practice questions
2interactive scenes
Start Mathematics I free

Data Analysis and Probability