Welcome to the World of Chance!

In this chapter, we are exploring Probability. This is the branch of statistics that helps us measure how likely something is to happen. Whether you are predicting the weather, deciding on insurance risks, or just playing a board game, probability is the math behind the mystery. Since you are studying the Higher Tier, we will go beyond simple coin flips and dive into risk analysis, complex combined events, and special patterns called "distributions."

Don't worry if some of the formulas look a bit like a different language at first—we will break them down step-by-step!


1. The Basics: Estimates and Expectations

Before we look at complex formulas, we need to know how to calculate probability from real-world data.

Relative Frequency

When we use data we have already collected to estimate the probability of something happening, we call this Relative Frequency.
Formula: \( \text{Relative Frequency} = \frac{\text{Number of times it happened}}{\text{Total number of trials}} \)

The Probability Scale

Probabilities always live between 0 and 1 (or 0% and 100%).
- A probability of 0 means it is Impossible.
- A probability of 1 means it is Certain.
- A probability of 0.5 (or 50%) means there is an Evens chance.

Expected Frequency

If you know the probability of an event, you can predict how many times it will happen over a certain number of goes.
Example: If the probability of a bus being late is 0.2, and you catch the bus 50 times, how many times do you expect it to be late?
\( \text{Expected Frequency} = P(\text{event}) \times \text{Number of trials} \)
\( 0.2 \times 50 = 10 \text{ times} \).

Quick Review:
- Relative Frequency: An estimate based on data.
- Probability Scale: 0 to 1.
- Expected Frequency: What we think should happen in the future.


2. Understanding Risk

In the real world, probability is often used to calculate Risk. This is very common in medicine and insurance.

Absolute Risk vs. Relative Risk

Absolute Risk is simply the probability of an event occurring for a specific group.
Relative Risk is a way to compare the risk of two different groups. It tells you how much more (or less) likely an event is for one group compared to another.

Step-by-Step Example: Driving Tests
Imagine two instructors, A and B.
- Instructor A: 40 out of 100 students pass (\( \text{Risk of passing} = 0.4 \)).
- Instructor B: 20 out of 100 students pass (\( \text{Risk of passing} = 0.2 \)).
To find the Relative Risk of passing with A compared to B:
\( \text{Relative Risk} = \frac{\text{Risk with A}}{\text{Risk with B}} = \frac{0.4}{0.2} = 2 \)
Interpretation: You are 2 times as likely to pass with Instructor A as you are with Instructor B.

Takeaway: Absolute risk is just the chance; Relative risk is the comparison between two chances.


3. Experimental vs. Theoretical Probability

Why doesn't a coin always land on heads exactly 5 times if you flip it 10 times? This is the difference between experiment and theory.

The "Law of Large Numbers"

Theoretical Probability is what we calculate using math (e.g., a fair coin is 0.5 for heads).
Experimental Probability is what actually happens when we do the test.
Key Point: As you increase the number of trials (sample size), the experimental probability will usually get closer and closer to the theoretical probability.

Did you know? If you flip a coin 10 times, you might get 7 heads. But if you flip it 10,000 times, you are almost guaranteed to get very close to 5,000 heads!

Identifying Bias

If your experimental results stay very far away from the theoretical results even after many trials, the experiment might be biased. For example, if you roll a dice 600 times and get the number "6" 400 times, that dice is probably weighted (biased)!


4. Combined Events and Diagrams

When we deal with more than one event, we use diagrams to keep our thoughts organized.

Tools for Success:

  • Two-way Tables: Great for sorting data into two categories (e.g., Gender and Choice of Subject).
  • Venn Diagrams: Perfect for seeing what events overlap.
  • Tree Diagrams: Best for showing events that happen one after another.
  • Sample Space Diagrams: A grid showing every possible outcome of two events (like rolling two dice).

The Rules of Addition

Mutually Exclusive Events: Events that cannot happen at the same time (like turning left and right at the exact same moment).
\( P(A \text{ or } B) = P(A) + P(B) \)

The General Addition Law (For any events): Sometimes events can overlap. To find the probability of A or B happening, we add them together but subtract the "overlap" so we don't count it twice.
\( P(A \text{ or } B) = P(A) + P(B) - P(A \text{ and } B) \)

Quick Tip: In probability, the word "OR" almost always means ADD.


5. Independent and Conditional Events

This is where notation gets a little fancier, but the concepts are things you already know!

Independent Events

Events are Independent if the outcome of one does not change the probability of the other (like flipping a coin, then rolling a dice).
The Multiplication Law: \( P(A \text{ and } B) = P(A) \times P(B) \)
Formal Notation: For independent events, \( P(A|B) = P(A) \). This just means "The probability of A given that B happened is still just the probability of A."

Conditional Probability

This is when the outcome of one event does affect the next one (like picking a card from a deck and not putting it back).
The notation \( P(B|A) \) means "The probability of B happening given that A has already happened."

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

Common Mistake: Don't forget to change the "total" in your fraction when items are not replaced! If you have 10 sweets and eat one, your next probability must be out of 9.


6. Probability Distributions (Higher Tier Only)

Sometimes, probabilities follow a very specific, predictable pattern. We call these Distributions.

The Binomial Distribution: \( B(n, p) \)

This is used when you have a fixed number of trials and only two possible outcomes: "Success" or "Failure."
Conditions for a Binomial Model:
1. Fixed number of trials (\( n \)).
2. Only two outcomes (Success/Failure).
3. Each trial is Independent.
4. The probability of success (\( p \)) is the same every time.
The Mean: To find the average (mean) of a binomial distribution, use: \( \text{Mean} = n \times p \)

The Normal Distribution: \( N(\mu, \sigma^2) \)

This describes data that clusters around a central average in a symmetrical, bell-shaped curve (like heights or shoe sizes).
Key Characteristics:
- It is symmetrical.
- The Mean, Median, and Mode are all equal and in the center.
- The 68-95-99.7 Rule:
- 68% of the data is within 1 standard deviation (\( \sigma \)) of the mean (\( \mu \)).
- 95% of the data is within 2 standard deviations.
- 99.7% (almost all) is within 3 standard deviations.
Important: Any value more than 3 standard deviations away from the mean is considered very unusual.

Summary Takeaway:
- Binomial: Counting successes in a set number of tries.
- Normal: The famous bell curve where most people are "average" and few are at the extremes.


Don't worry if this seems tricky at first! Probability is all about practice. Try drawing the diagrams out—it often makes the answer much clearer!