Introduction to Probability

Welcome to the world of Probability! At its heart, probability is simply the mathematical way of measuring how likely something is to happen. Whether you are predicting the weather, calculating the odds of a card game, or determining the risk of a financial investment, you are using the tools found in this chapter. We will look at how to define events, represent them visually, and calculate what happens when multiple events occur at the same time.

1. The Language of Probability

Before we start calculating, we need to speak the language of the IB. These terms are the building blocks for every problem you will solve:

  • Trial: A single act or experiment, like flipping a coin once or rolling a die.
  • Outcome: A possible result of a trial (e.g., "Heads" or "Rolling a 6").
  • Sample Space (\(U\)): The set of all possible outcomes. For a standard 6-sided die, the sample space is \(\{1, 2, 3, 4, 5, 6\}\).
  • Event (\(A\)): A specific outcome or a set of outcomes we are interested in (e.g., "Rolling an even number").

How to Calculate Basic Probability

If all outcomes are equally likely, the probability of an event \(A\) is calculated as:

\(P(A) = \frac{n(A)}{n(U)}\)

Where \(n(A)\) is the number of ways event \(A\) can happen, and \(n(U)\) is the total number of outcomes in the sample space.

Important Rule: The probability of any event is always between 0 and 1, inclusive: \(0 \leq P(A) \leq 1\). If \(P(A) = 0\), it is impossible. If \(P(A) = 1\), it is certain.

Complementary Events

The complement of event \(A\) is written as \(A'\). This represents the event \(A\) not happening. Since something must either happen or not happen, the total probability is 1:

\(P(A) + P(A') = 1\) \(\implies P(A') = 1 - P(A)\)

Expected Number of Occurrences

If you repeat a trial \(n\) times, and the probability of success is \(P(A)\), the number of times you expect the event to happen is:

\(\text{Expected value} = n \times P(A)\)

Example: If you flip a fair coin 100 times, you expect heads \(100 \times 0.5 = 50\) times.

Key Takeaway: Probability is a fraction: (What you want) / (Everything possible). Use the complement rule to save time on "at least" or "not" questions.

2. Visualizing Probabilities

Probability problems can get messy. The IB curriculum emphasizes three main tools to help you organize information:

A. Venn Diagrams

Venn diagrams use circles to show relationships between sets.
- Intersection (\(A \cap B\)): The middle section where circles overlap. Represents \(A\) and \(B\) happening.
- Union (\(A \cup B\)): Everything inside both circles. Represents \(A\) or \(B\) (or both) happening.

B. Tree Diagrams

These are great for "multi-stage" experiments (e.g., picking two marbles one after the other).
- Multiply probabilities along the branches to find the probability of a specific path.
- Add the results of different paths if you want to find the total probability of several outcomes.

C. Sample Space Diagrams and Tables

For two independent trials (like rolling two dice), a grid or table is often the clearest way to list every possible outcome. This ensures you don't miss any combinations!

3. Combined Events and the Addition Rule

When we want to find the probability of \(A\) or \(B\) happening, we use the Addition Rule:

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

Why do we subtract the intersection? Because when you add the whole circle of \(A\) and the whole circle of \(B\), you count the middle "overlap" twice. We subtract it once to keep the math honest!

Mutually Exclusive Events

Events are mutually exclusive if they cannot happen at the same time.
Example: Rolling a 2 and rolling a 5 on a single die.
For mutually exclusive events:

\(P(A \cap B) = 0\)

\(P(A \cup B) = P(A) + P(B)\)

Quick Review: "Or" usually means add (\(\cup\)). "And" usually means multiply (\(\cap\)). Just remember to check for overlaps!

4. Conditional Probability

Conditional probability is the probability of an event occurring given that another event has already occurred. This changes our "universe" (sample space).

The notation is \(P(A|B)\), read as "the probability of \(A\) given \(B\)".

The Formula: \(P(A|B) = \frac{P(A \cap B)}{P(B)}\)

Analogy: Imagine a school. The probability of picking a student who plays piano is \(P(\text{Piano})\). But if I tell you "I am only picking from the group of students who play the violin," the probability changes. You are now only looking at the "Violin" circle, and finding the "Piano" players within it.

Common Mistake: Forgetting to change the denominator. In conditional probability, the "total" is no longer the whole sample space \(U\); it is the event that was "given" (the denominator).

5. Independent Events

Events are independent if the occurrence of one does not affect the probability of the other.
Example: Flipping a coin and then rolling a die. The coin result doesn't change how the die behaves.

Testing for Independence

On an exam, you might be asked to "show" or "determine" if two events are independent. You can prove independence if any of these are true:

  1. \(P(A \cap B) = P(A) \times P(B)\) (The Multiplication Rule)
  2. \(P(A|B) = P(A)\)
  3. \(P(A|B') = P(A)\)

Did you know? "Mutually Exclusive" and "Independent" are not the same thing! In fact, if two events are mutually exclusive (and have non-zero probabilities), they cannot be independent because knowing one happened tells you for sure the other did not!

Summary Checklist for Success

  • Can you identify the sample space \(U\)?
  • Do you remember to subtract the intersection in the Addition Rule?
  • When you see the words "given that," are you using the conditional probability formula?
  • Are you using Tree Diagrams for sequential events and Venn Diagrams for overlapping groups?
  • Have you checked the formula booklet? Many of these rules (Addition Rule, Conditional Probability) are provided there!

Note: For further study on how probability applies to specific types of variables, see the chapters on "Discrete random variables" and "The normal distribution".