Welcome to the World of Probability!

In this chapter, we are going to explore the mathematics of chance. Probability is all around us—from weather forecasts and insurance premiums to deciding whether to bring an umbrella to school. Don't worry if you’ve found "odds" or "fractions" tricky in the past; we are going to break everything down into simple steps using logic and a few handy diagrams.

By the end of these notes, you’ll be able to calculate the likelihood of events happening and use some very cool visual tools to solve complex-looking problems with ease.


1. The Basics: Language and Notation

Before we dive into the calculations, we need to speak the language of probability. In your OCR exam, you will see specific symbols. Let's decode them:

  • \( P(A) \): This simply means "The probability of event \( A \) happening."
  • \( P(A') \): This is called the complement. It means "The probability of event \( A \) not happening."
  • \( P(X = x) \): This refers to a discrete random variable. It means "The probability that the outcome is exactly a specific value \( x \)." For example, \( P(X = 4) \) on a die is \( \frac{1}{6} \).

The Golden Rule: All probabilities for a set of outcomes must add up to 1. If the probability of it raining is 0.3, the probability of it not raining (\( P(A') \)) must be \( 1 - 0.3 = 0.7 \).

Did you know? A probability of 0 means something is impossible, and a probability of 1 means it is absolutely certain. Everything else is just a fraction of "maybe" in between!


2. Mutually Exclusive Events

The term Mutually Exclusive sounds fancy, but the idea is simple: it means two things cannot happen at the same time.

Analogy: Think of a light switch. It can be "On" or it can be "Off." It cannot be both at the exact same moment. Therefore, "On" and "Off" are mutually exclusive.

The Addition Rule

If two events, \( A \) and \( B \), are mutually exclusive, the probability of \( A \) OR \( B \) happening is:

\( P(A \text{ or } B) = P(A) + P(B) \)

Example: If you roll a fair six-sided die, the probability of rolling a 2 is \( \frac{1}{6} \) and the probability of rolling a 5 is \( \frac{1}{6} \). Since you can't roll both at once, the probability of rolling a 2 or a 5 is \( \frac{1}{6} + \frac{1}{6} = \frac{2}{6} \) (which simplifies to \( \frac{1}{3} \)).

Common Mistake: Don't just add probabilities if the events could happen together! For example, "Being a student" and "Wearing glasses" are not mutually exclusive—you can definitely do both!


3. Independent Events

Two events are Independent if one event happening has no effect whatsoever on the other event happening.

Analogy: If you flip a coin and get "Heads," does that make it more likely that your friend in another city will also flip "Heads"? No! The two flips have nothing to do with each other.

The Multiplication Rule

If two events, \( A \) and \( B \), are independent, the probability of \( A \) AND \( B \) happening is:

\( P(A \text{ and } B) = P(A) \times P(B) \)

Example: The probability of a coin landing on Heads is 0.5. If you flip it twice, the probability of getting two Heads in a row is \( 0.5 \times 0.5 = 0.25 \).

Memory Tip:
- OR means Add (+)
- AND means Multiply (\(\times\))


4. Visualizing Probability: Diagrams

Sometimes probability problems get wordy and confusing. This is where diagrams save the day! The syllabus requires you to know three main types:

A. Venn Diagrams

Venn diagrams use overlapping circles to show relationships.

  • The rectangle around the circles represents the whole "Sample Space" (all possibilities). This total area must equal 1.
  • The overlap (intersection) represents where both events happen (\( A \) and \( B \)).
  • The area outside the circles represents where neither event happens.

B. Tree Diagrams

These are best for "step-by-step" or "one-after-another" events.

  1. Write the probability on the branches.
  2. Multiply across the branches to find the probability of a specific path (Event 1 AND Event 2).
  3. Add the results of different paths if you want to find the probability of multiple successful outcomes (Path 1 OR Path 2).

C. Sample Space Diagrams

These are essentially grids. They are perfect for when you have two "inputs," like rolling two dice or spinning two spinners. You list the outcomes of one die on the top and the other on the side, then fill in the squares with the results (like the sum of the two dice).

Quick Review Box:
- Use Venn Diagrams for overlapping groups.
- Use Tree Diagrams for sequences of events.
- Use Sample Space Grids for outcomes of two dice/spinners.


5. Linking to Probability Distributions

As you progress, you'll see probability written as a Distribution. This is just a way of listing every possible outcome (\( x \)) and its probability (\( P(X=x) \)).

Key Point: For any valid probability distribution, the sum of all probabilities \( \sum P(X=x) \) must equal 1. If you are given a table and one probability is missing, just subtract all the others from 1 to find it!

Example: If \( P(X=1) = 0.2 \), \( P(X=2) = 0.5 \), and \( P(X=3) = k \), then \( 0.2 + 0.5 + k = 1 \). This means \( k = 0.3 \).


Summary: Top Tips for Success

  • Read the question carefully: Does it say "OR" (Add) or "AND" (Multiply)?
  • Check your totals: If your probabilities add up to more than 1, something has gone wrong!
  • Draw it out: Even a messy sketch of a Venn diagram or Tree diagram can help you see the answer more clearly than just staring at the numbers.
  • Don't worry if the notation \( P(X=x) \) looks scary at first. Just replace it in your head with "The chance of getting this specific result."

Keep practicing! Probability is a skill that gets much easier the more diagrams you draw. You've got this!