Introduction to Probability Rules

Welcome to one of the most useful chapters in Mathematics! In the previous chapter, "Language and basic concepts of probability," we looked at how to find the probability of a single event. But what happens if we want to find the chance of two or more things happening? For example, what is the chance of rolling a 6 and then flipping a Head? Or the chance of picking a red or a blue marble?

In this chapter, we will learn the Addition Rule and the Product Rule. These are like the "grammar rules" of probability. We will also learn how to use Tree Diagrams to map out complicated problems so they become easy to solve. Don't worry if it feels like a lot of steps at first—once you see the pattern, it becomes second nature!


1. The Addition Rule (The "OR" Rule)

The addition rule is used when we want to find the probability of one event OR another event happening. However, this rule only works simply when the events are mutually exclusive.

What are Mutually Exclusive Events?

Events are mutually exclusive if they cannot happen at the same time.
Example: If you roll a single fair die, you cannot roll a 2 and a 5 at the same time. These are mutually exclusive.

The Rule:

If two events, \(A\) and \(B\), are mutually exclusive, then:
\(P(A \text{ or } B) = P(A) + P(B)\)

Step-by-Step Example:
A bag contains 3 red marbles, 2 blue marbles, and 5 green marbles. What is the probability of picking a red or a blue marble?
1. Find \(P(\text{Red})\): There are 10 marbles total, so \(P(\text{Red}) = \frac{3}{10}\).
2. Find \(P(\text{Blue})\): \(P(\text{Blue}) = \frac{2}{10}\).
3. Add them together: \(\frac{3}{10} + \frac{2}{10} = \frac{5}{10}\) (or \(0.5\)).

Quick Tip: Whenever you see the word "OR" in a probability question, think "ADD"!


2. The Product Rule (The "AND" Rule)

The product rule is used when we want to find the probability of one event AND another event happening together (combined events). This rule is used for independent events.

What are Independent Events?

Events are independent if the outcome of the first event does not change the probability of the second event.
Example: Flipping a coin and then rolling a die. The coin landing on Heads doesn't change the chance of rolling a 6.

The Rule:

If two events, \(A\) and \(B\), are independent, then:
\(P(A \text{ and } B) = P(A) \times P(B)\)

Step-by-Step Example:
What is the probability of flipping a Head on a coin and rolling a 4 on a die?
1. Find \(P(\text{Head})\): \(P(\text{Head}) = \frac{1}{2}\).
2. Find \(P(4)\): \(P(4) = \frac{1}{6}\).
3. Multiply them: \(\frac{1}{2} \times \frac{1}{6} = \frac{1}{12}\).

Quick Tip: Whenever you see the word "AND" in a probability question, think "MULTIPLY"!


3. Tree Diagrams

A Tree Diagram is a fantastic way to visualize all possible outcomes of two or more events. It helps you keep track of when to multiply and when to add.

How to Draw and Use a Tree Diagram:

1. Branches: Each set of branches represents an event. Write the outcomes at the end of the branches (e.g., "Win" and "Lose").
2. Probabilities: Write the probability of each outcome on the branch itself. Remember: The branches starting from the same point must always add up to 1!
3. Multiply Along: To find the probability of a specific path (e.g., Win AND Win), multiply the probabilities along the branches.
4. Add Down: If there are multiple paths that satisfy your goal, find the probability of each path and add them together.

Example:
A weather forecaster says the probability of rain tomorrow is \(0.4\). If it rains, the probability I am late is \(0.7\). If it does not rain, the probability I am late is \(0.2\).

Path 1 (Rain and Late): \(0.4 \times 0.7 = 0.28\)
Path 2 (No Rain and Late): \(0.6 \times 0.2 = 0.12\)
Total Probability of being late: \(0.28 + 0.12 = 0.4\)

Did you know? Tree diagrams are the standard way the Edexcel IGCSE exam expects you to solve problems involving independent or combined events!


4. Simple Conditional Probability

Sometimes, the second event is affected by the first. This is called conditional probability. In your syllabus, this most commonly happens in "without replacement" problems.

Example:
There are 5 red sweets and 3 green sweets in a bag. You eat one (without replacing it) and then take another.
1. The probability the first is red is \(\frac{5}{8}\).
2. If the first was red, there are now only 4 red sweets left and 7 total sweets.
3. The probability the second is red is now \(\frac{4}{7}\).

To find \(P(\text{Red, then Red})\), we still multiply: \(\frac{5}{8} \times \frac{4}{7} = \frac{20}{56}\).

Common Mistake to Avoid: When doing "without replacement" questions, always remember to decrease the total number (the denominator) for the second set of branches!


5. Expected Frequency

Expected Frequency is a fancy way of asking: "Based on the probability, how many times do we expect something to happen if we repeat the experiment many times?"

The Formula:

\(\text{Expected Frequency} = \text{Probability} \times \text{Number of Trials}\)

Example:
The probability that a seed grows into a flower is \(0.8\). If I plant \(200\) seeds, how many flowers should I expect?
\(\text{Expected Frequency} = 0.8 \times 200 = 160\) flowers.

Important Note: Expected frequency is a prediction, not a guarantee. You might get 158 or 162 flowers, but 160 is the most likely mathematical average.


Key Takeaways Summary

  • Mutually Exclusive: Events that cannot happen at once. Use the Addition Rule (Add for "OR").
  • Independent Events: One doesn't affect the other. Use the Product Rule (Multiply for "AND").
  • Tree Diagrams: Multiply across branches; Add results down the ends.
  • Conditional: Adjust the probabilities on the second set of branches if the first outcome changes the total (e.g., picking without replacement).
  • Expected Frequency: Multiply the probability by the total number of attempts.

Need more practice? Check out the next chapter on "Conditional probability and expected frequency" for deeper dives into complex scenarios!