Welcome to the World of Probability!

Ever wondered what the chances are of it raining today, or how insurance companies decide how much to charge? That is Probability in action! In this chapter of Unit S1, we will learn how to measure uncertainty using numbers. Don't worry if you’ve found math a bit "hit or miss" in the past; we are going to break this down into simple, logical steps that anyone can follow.

1. The Building Blocks: Outcomes and Sample Spaces

Before we dive into calculations, we need to speak the language of probability.

A Sample Space (S) is simply a list of every single thing that could possibly happen in an experiment. An Event is a specific outcome we are interested in.

Example: If you roll a standard six-sided die:
The Sample Space is {1, 2, 3, 4, 5, 6}.
An Event could be "rolling an even number," which would be {2, 4, 6}.

The Golden Rule:
The probability of an event \( A \), written as \( P(A) \), is always between 0 and 1:
\( 0 \le P(A) \le 1 \)
- If \( P(A) = 0 \), it's Impossible.
- If \( P(A) = 1 \), it's Certain.

Complementary Events

The Complement of event \( A \) is the event that \( A \) does not happen. We write this as \( A' \).

Key Formula: \( P(A') = 1 - P(A) \)

Analogy: If there is a 30% chance of rain, there is a 70% chance of "not rain." It has to be one or the other, so they must add up to 100% (or 1).

Quick Review:

• Probability is a fraction, decimal, or percentage.
• All possible probabilities in a sample space must add up to 1.

2. Venn Diagrams and the Addition Rule

Venn Diagrams are fantastic tools to visualize how different events overlap. They help us see the relationship between events \( A \) and \( B \).

Key Symbols:
Intersection \( (A \cap B) \): This is the "overlap." It means both \( A \) AND \( B \) happen at the same time.
Union \( (A \cup B) \): This is the "total area." It means \( A \) OR \( B \) (or both) happen.

The General Addition Law

When we want to find the probability of \( A \) or \( B \), we use this formula:
\( P(A \cup B) = P(A) + P(B) - P(A \cap B) \)

Why subtract the intersection?
Imagine counting students in a classroom. If you count everyone wearing glasses and then count everyone wearing a watch, you have counted the people wearing both twice! Subtracting the intersection "un-doubles" them.

Mutually Exclusive Events

Two events are Mutually Exclusive if they cannot happen at the same time. They have no overlap.

Example: Turning left and turning right at the same time. It's impossible!

For these events:
• \( P(A \cap B) = 0 \)
• \( P(A \cup B) = P(A) + P(B) \)

Common Mistake: Don't assume events are mutually exclusive unless the question says so or it is physically impossible for them to overlap!

3. Conditional Probability: The "Given That" Factor

Conditional probability is when we find the chance of something happening given that we already know some information.

The notation is \( P(B | A) \), which reads as "the probability of \( B \) given that \( A \) has already occurred."

The Multiplication Law

To find the probability of both things happening (\( A \) and \( B \)), we use:
\( P(A \cap B) = P(A) \times P(B | A) \)

Analogy: Think of a "shrinking world." If I ask "What is the probability you are wearing a coat?" that's a general question. But if I say "Given that it is snowing, what is the probability you are wearing a coat?", the sample space has shrunk only to snowy days, making the probability much higher!

Key Takeaway:

When you see the phrase "given that" in an exam, you are dealing with conditional probability. It often means you need to change your denominator to the "given" group.

4. Independence

Two events are Independent if one happening does not change the probability of the other happening.

Example: Tossing a coin and then rolling a die. The coin result doesn't care what the die does.

The Test for Independence:
Events \( A \) and \( B \) are independent if and only if:
\( P(A \cap B) = P(A) \times P(B) \)

Also, if independent:
\( P(B | A) = P(B) \)
\( P(A | B) = P(A) \)

Did you know? "Mutually Exclusive" and "Independent" are not the same thing! Mutually exclusive means they can't happen together; independent means they don't affect each other.

5. Tree Diagrams

Tree diagrams are the best way to solve problems involving a sequence of events (e.g., picking two marbles from a bag one after the other).

How to build a Tree Diagram:

1. Branches: Each set of branches must add up to 1.
2. Multiply Along: To find the probability of a specific path (e.g., Red then Blue), multiply the probabilities along the branches.
3. Add Down: If there are multiple paths that lead to the outcome you want (e.g., "one of each color"), calculate the probability of each path and add them together.

Sampling: With vs. Without Replacement

This is a favorite exam topic! Pay close attention to these phrases:
With Replacement: You put the item back. The probabilities stay the same for the second turn. (Independent)
Without Replacement: You keep the item. The total number of items decreases, and the count of that specific item decreases. The probabilities change. (Conditional)

Example: A bag has 3 Red and 7 Blue marbles. You pick two without replacement.
- P(First is Red) = \( 3/10 \)
- P(Second is Red | First was Red) = \( 2/9 \) (There is one less Red marble and one less marble total!)

Final Summary of Key Formulae

Keep this "cheat sheet" in your mind for the exam:
Not A: \( P(A') = 1 - P(A) \)
A or B: \( P(A \cup B) = P(A) + P(B) - P(A \cap B) \)
A and B: \( P(A \cap B) = P(A) \times P(B | A) \)
Test for Independence: \( P(A \cap B) = P(A) \times P(B) \)
Conditional: \( P(B | A) = \frac{P(A \cap B)}{P(A)} \)

Don't worry if this seems tricky at first! Probability is all about practice. Start by drawing a Venn diagram or a tree diagram for every problem—it makes the math much clearer!