Probability Rules and Conditional Outcomes for the ESAT

Updated July 2026

Master the essential rules of probability for the ESAT Mathematics 1 paper. This guide explains when to add or multiply probabilities, how to handle independent and dependent events, and how to calculate conditional probabilities using tree diagrams, Venn diagrams, and two-way tables.

Core concept

Probability operations are determined by event relationships: add for mutually exclusive 'or' events, multiply for independent 'and' events, and adjust probabilities for dependent or conditional scenarios.

Addition of Probabilities

Events are defined as mutually exclusive if it is impossible for more than one of them to occur at the same time. For two events AA and BB that are mutually exclusive, the probability of either AA or BB occurring is the sum of their individual probabilities:

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

If two events are not mutually exclusive, they can happen simultaneously. In this case, there is an overlap that must be accounted for to avoid double counting. The probability is calculated as:

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

Example: Mutually Exclusive Events

Alice has a spinner. The probability of landing on a square number is 37\frac{3}{7}, and the probability of landing on a prime number is 13\frac{1}{3}. What is the probability that the spinner lands on a prime number or a square number?

  1. Identify if the events are mutually exclusive. Prime numbers (2, 3, 5, 7...) and square numbers (1, 4, 9, 16...) do not overlap. All square numbers have their square root as a factor, meaning they cannot meet the requirement of having exactly two factors to be prime. Therefore, they are mutually exclusive.
  2. Apply the addition rule: P(prime or square)=13+37=721+921=1621P(\text{prime or square}) = \frac{1}{3} + \frac{3}{7} = \frac{7}{21} + \frac{9}{21} = \frac{16}{21}.

Example: Testing for Mutual Exclusivity

The probability of event AA is 0.320.32, and event BB is 0.190.19. The probability that neither occurs is 0.540.54. Are AA and BB mutually exclusive?

  1. Find P(A or B)P(A \text{ or } B): P(A or B)=1P(neither)=10.54=0.46P(A \text{ or } B) = 1 - P(\text{neither}) = 1 - 0.54 = 0.46.
  2. Use the general addition formula: 0.46=0.32+0.19P(A and B)0.46 = 0.32 + 0.19 - P(A \text{ and } B).
  3. Calculate the overlap: P(A and B)=0.32+0.190.46=0.05P(A \text{ and } B) = 0.32 + 0.19 - 0.46 = 0.05.
  4. Conclusion: Since P(A and B)0P(A \text{ and } B) \neq 0, the events are not mutually exclusive.

Multiplication of Probabilities

Two events, AA and BB, are independent if the occurrence of AA does not change the probability of BB occurring. For independent events, the probability of both occurring is the product of their individual probabilities:

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

Example: Independent Machines

The probability of machine AA breaking down is 0.40.4, and machine BB is 0.250.25. One breakdown does not affect the other.

  1. Both break down: P(A breaks and B breaks)=0.4×0.25=0.1P(A \text{ breaks and } B \text{ breaks}) = 0.4 \times 0.25 = 0.1.
  2. Neither breaks down: P(not A)×P(not B)=(10.4)×(10.25)=0.6×0.75=0.45P(\text{not } A) \times P(\text{not } B) = (1 - 0.4) \times (1 - 0.25) = 0.6 \times 0.75 = 0.45.

Tree Diagrams for Independent Events

Tree diagrams help visualise combined events. When events are independent, the probabilities on the second set of branches are identical regardless of the first outcome.

Example: School Sports

A school football team has P(win)=0.6P(\text{win}) = 0.6 and P(draw)=0.15P(\text{draw}) = 0.15. A cricket team has P(win)=0.4P(\text{win}) = 0.4 and P(draw)=0.05P(\text{draw}) = 0.05. We first find the missing 'lose' probabilities: P(lose football)=10.60.15=0.25P(\text{lose football}) = 1 - 0.6 - 0.15 = 0.25, and P(lose cricket)=10.40.05=0.55P(\text{lose cricket}) = 1 - 0.4 - 0.05 = 0.55.

img-293.jpeg

  1. Both teams win: 0.6×0.4=0.240.6 \times 0.4 = 0.24.
  2. Both teams lose: 0.25×0.55=0.13750.25 \times 0.55 = 0.1375.
  3. At least one team wins: This includes all branches where football wins (0.60.6) plus the cases where football does not win but cricket wins (0.15×0.4+0.25×0.40.15 \times 0.4 + 0.25 \times 0.4). Total =0.6+0.06+0.1=0.76= 0.6 + 0.06 + 0.1 = 0.76.
  4. Neither team draws: (0.6×0.4)+(0.6×0.55)+(0.25×0.4)+(0.25×0.55)=0.8075(0.6 \times 0.4) + (0.6 \times 0.55) + (0.25 \times 0.4) + (0.25 \times 0.55) = 0.8075.

Example: Counters with Replacement

A bag has 7 red and 3 blue counters. A counter is picked, returned, then a second is picked. Because the counter is returned, the events are independent.

img-294.jpeg

  1. Both red: 710×710=49100\frac{7}{10} \times \frac{7}{10} = \frac{49}{100}.
  2. At least one blue: 1P(both red)=149100=511001 - P(\text{both red}) = 1 - \frac{49}{100} = \frac{51}{100}.
  3. One of each colour: (710×310)+(310×710)=42100=2150(\frac{7}{10} \times \frac{3}{10}) + (\frac{3}{10} \times \frac{7}{10}) = \frac{42}{100} = \frac{21}{50}.

Tree Diagrams for Dependent Events

When outcomes are dependent, the first event changes the probability of the second. This often occurs when items are not replaced.

Example: Counters without Replacement

Using the same bag (7 red, 3 blue), but the first counter is not replaced.

img-295.jpeg

  1. Both red: The first is 710\frac{7}{10}. If red was picked, 6 red remain out of 9 total. Probability =710×69=4290=715= \frac{7}{10} \times \frac{6}{9} = \frac{42}{90} = \frac{7}{15}.
  2. At least one blue: 1P(both red)=1715=8151 - P(\text{both red}) = 1 - \frac{7}{15} = \frac{8}{15}.
  3. One of each: (710×39)+(310×79)=4290=715(\frac{7}{10} \times \frac{3}{9}) + (\frac{3}{10} \times \frac{7}{9}) = \frac{42}{90} = \frac{7}{15}.

Conditional Probability

Conditional probability is the probability of event BB occurring known that event AA has already occurred. If AA and BB are independent, P(BA)=P(B)P(B|A) = P(B). If they are dependent, these probabilities differ.

Two-Way Tables

Tables are useful for calculating conditional probabilities by restricting the sample space to a specific row or column.

Production LineWarehouseOfficeTotal
Drive35372193
Not Drive18201957
Total535740150
  1. P(Drive given Warehouse): Look only at the warehouse column. 3757\frac{37}{57}.
  2. P(Office given Drive): Look only at the drive row. 2193=731\frac{21}{93} = \frac{7}{31}.

Venn Diagrams

img-296.jpeg

  1. P(studies one language only): 21+9+1691=4691\frac{21 + 9 + 16}{91} = \frac{46}{91}.
  2. P(does not study German): 21+8+9+691=4491\frac{21 + 8 + 9 + 6}{91} = \frac{44}{91}.
  3. P(studies French given they study German): Limit to the German circle (16+5+19+7=4716 + 5 + 19 + 7 = 47). French students within that group are 19+7=2619 + 7 = 26. Probability =2647= \frac{26}{47}.

Tree Diagrams for Conditional Probability

img-297.jpeg

To find the probability that the bacterium is present given a positive test result, we use the formula:

P(presentpositive)=P(positive and present)P(positive)P(\text{present} | \text{positive}) = \frac{P(\text{positive and present})}{P(\text{positive})}

P(positive)=(0.2×0.9)+(0.8×0.07)=0.18+0.056=0.236P(\text{positive}) = (0.2 \times 0.9) + (0.8 \times 0.07) = 0.18 + 0.056 = 0.236.

P(presentpositive)=0.180.236=0.763P(\text{present} | \text{positive}) = \frac{0.18}{0.236} = 0.763 (to 3 decimal places).

Key takeaways

  • Events are mutually exclusive if P(A and B)=0P(A \text{ and } B) = 0, allowing probabilities to be added directly.
  • Events are independent if P(A)×P(B)=P(A and B)P(A) \times P(B) = P(A \text{ and } B), meaning one does not affect the other.
  • In tree diagrams, multiply along branches to find the probability of a specific outcome sequence.
  • Conditional probability P(BA)P(B|A) is calculated by dividing the probability of both events occurring by the probability of the condition (AA).
  • For dependent events (like picking without replacement), update the probabilities on subsequent tree branches.
Tips

Always check that the probabilities on any set of branches originating from a single point sum to 1. If they do not, you have missed an outcome or made a calculation error.

Cautions

Be careful with the wording of replacement. If an item is not replaced, the total number of items decreases for the second event, which is a common place to lose marks.

Insight

The concept of conditional probability is the foundation of Bayes' Theorem, which allows us to reverse conditional probabilities, such as finding the likelihood of a disease given a positive test result.

Frequently asked questions

How can I tell if I should add or multiply two probabilities?

Use the addition rule when you want to find the probability of one event OR another occurring. Use the multiplication rule when you want to find the probability of one event AND another occurring.

What is the easiest way to solve at least one questions?

It is often simpler to calculate the probability of the event never occurring and subtract this from 1. For example, P(at least one blue)=1P(no blue counters)P(\text{at least one blue}) = 1 - P(\text{no blue counters}).

How do tree diagrams change if events are dependent?

In dependent events, the denominator or numerator of the second stage probabilities will change based on the outcome of the first stage. For example, if you pick a red counter and do not replace it, the number of red counters and the total number of counters both decrease for the next pick.

Does P(BA)P(B|A) always equal P(AB)P(A|B)?

No. P(BA)P(B|A) is the probability of BB given AA has happened, while P(AB)P(A|B) is the probability of AA given BB has happened. These usually have different denominators based on different conditions.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.