Study Guide

Probability

Edexcel International A-Level MathematicsΒ· 2018 Specification (Issue 3) S1 Β§3.1-3.4Β· 75 min read

1. Core Probability Rules and Event Classificationβ˜…β˜…β˜†β˜†β˜†β± 15 min

βœ“ Calculator OK

πŸ“˜ Definition

Sample Space

The complete set of all possible equally likely outcomes of a probability experiment

Example:

Rolling a fair 6-sided die has sample space {1, 2, 3, 4, 5, 6}

The complement of event , written , is the set of outcomes where does not occur. The rule must be memorised, as it is not provided in the formula booklet. Mutually exclusive events cannot occur at the same time, so for these events.

P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B)

The addition law above is given in your formula booklet. For mutually exclusive events, this simplifies to , as the intersection term is zero.

πŸ“ Worked Example

A fair 6-sided die is rolled. Event = rolling an even number, Event = rolling a number greater than 4. Calculate (a) , (b) .

  1. 1

    Identify sample space = {1,2,3,4,5,6}, all outcomes equally likely, so probability = number of favourable outcomes / total outcomes

  2. 2
    P(A)=36=0.5, so P(Aβ€²)=1βˆ’0.5=0.5P(A) = \frac{3}{6} = 0.5, \text{ so } P(A') = 1 - 0.5 = 0.5
  3. 3

    Event = {5,6}, so . The intersection = {6}, so

  4. 4
    P(AβˆͺB)=36+26βˆ’16=46=23P(A \cup B) = \frac{3}{6} + \frac{2}{6} - \frac{1}{6} = \frac{4}{6} = \frac{2}{3}

2. Conditional Probability and Independent Eventsβ˜…β˜…β˜…β˜†β˜†β± 20 min

βœ“ Calculator OK

πŸ“˜ Definition

Conditional Probability

The probability that event occurs, given that event has already happened

Example:

The probability it rains tomorrow given it rained today is an example of conditional probability

P(A∩B)=P(A)Γ—P(B∣A)P(A \cap B) = P(A) \times P(B|A)

The formula above is provided in your formula booklet. Two events are independent if the occurrence of one does not change the probability of the other. For independent events, the following rules apply (you must memorise these):

πŸ“ Worked Example

The probability it rains on Monday is 0.3. If it rains on Monday, the probability it rains on Tuesday is 0.7. If it does not rain on Monday, the probability it rains on Tuesday is 0.2. Calculate (rain both days) and (rain on Tuesday).

  1. 1

    Let = rain Monday, = rain Tuesday. , so

  2. 2
    P(M∩T)=P(M)Γ—P(T∣M)=0.3Γ—0.7=0.21P(M \cap T) = P(M) \times P(T|M) = 0.3 \times 0.7 = 0.21
  3. 3
    P(Mβ€²βˆ©T)=P(Mβ€²)Γ—P(T∣Mβ€²)=0.7Γ—0.2=0.14P(M' \cap T) = P(M') \times P(T|M') = 0.7 \times 0.2 = 0.14
  4. 4
    P(T)=P(M∩T)+P(Mβ€²βˆ©T)=0.21+0.14=0.35P(T) = P(M \cap T) + P(M' \cap T) = 0.21 + 0.14 = 0.35

3. Venn Diagrams for Probability Problemsβ˜…β˜…β˜…β˜†β˜†β± 15 min

βœ“ Calculator OK

Venn diagrams use circles inside a rectangle (representing the full sample space) to visually represent probabilities for up to 3 events. Always fill in the intersection value first, then the remaining parts of each circle, then the area outside all circles for the complement of the union of all events.

πŸ“ Worked Example

In a group of 50 students, 22 study Physics, 25 study Chemistry, and 8 study neither subject. Calculate the probability a randomly selected student studies both Physics and Chemistry.

  1. 1

    Let = study Physics, = study Chemistry. Total students = 50, number studying neither = 8, so

  2. 2
    n(PβˆͺC)=n(P)+n(C)βˆ’n(P∩C)n(P \cup C) = n(P) + n(C) - n(P \cap C)
  3. 3
    42=22+25βˆ’n(P∩C)β€…β€ŠβŸΉβ€…β€Šn(P∩C)=47βˆ’42=542 = 22 + 25 - n(P \cap C) \implies n(P \cap C) = 47 - 42 = 5
  4. 4
    Probability=550=0.1\text{Probability} = \frac{5}{50} = 0.1

4. Tree Diagrams, Sampling With and Without Replacementβ˜…β˜…β˜…β˜…β˜†β± 20 min

βœ“ Calculator OK

Tree diagrams show sequences of events, with each branch labelled with its outcome and probability. Multiply probabilities along connected branches to get the probability of a full sequence of outcomes.

  • Sampling with replacement: Items are returned to the pool after each draw, so all draws are independent and probabilities stay constant

  • Sampling without replacement: Items are not returned after each draw, so total items decrease, probabilities change between draws, and events are dependent

πŸ“ Worked Example

A bag contains 4 red and 6 blue balls. Two balls are drawn at random. Calculate the probability both are red if (a) sampling with replacement, (b) sampling without replacement.

  1. 1

    (a) With replacement: First draw , second draw (independent)

  2. 2
    P(bothred)=0.4Γ—0.4=0.16P(both red) = 0.4 \times 0.4 = 0.16
  3. 3

    (b) Without replacement: After 1 red is drawn, 3 red and 6 blue balls remain, total 9, so second draw

  4. 4
    P(bothred)=410Γ—39=1290=215β‰ˆ0.133P(both red) = \frac{4}{10} \times \frac{3}{9} = \frac{12}{90} = \frac{2}{15} \approx 0.133

5. Common Pitfalls

Wrong move:

Forgetting to subtract the intersection when applying the addition rule for non-mutually exclusive events, e.g. using for overlapping events

Why:

This double counts outcomes that are in both events, often leading to a probability greater than 1, which is impossible

Correct move:

Always use the full addition rule unless you have confirmed events are mutually exclusive

Wrong move:

Assuming events are independent without verification, e.g. using for sampling without replacement

Why:

Sampling without replacement makes events dependent, so the independence rule does not apply, leading to incorrect probabilities

Correct move:

Only use the independence multiplication rule if the question explicitly states events are independent, or you have proven they are independent

Wrong move:

Mixing up conditional probability order, e.g. calculating instead of

Why:

Conditional probability is not symmetric: unless

Correct move:

Use the formula , ensuring the given event is the denominator

Wrong move:

Labelling Venn diagrams with total event counts instead of counts for outcomes only in that event (excluding intersections)

Why:

This leads to overcounting when summing values across circles, resulting in incorrect total counts that exceed the sample space size

Correct move:

Fill in the intersection value first, then subtract the intersection from the total event count to get the number of outcomes only in that event

Wrong move:

Forgetting to include the complement event when calculating total probability, e.g. omitting when calculating

Why:

Most events can occur in multiple scenarios (e.g. rain on Tuesday when it rained Monday, or when it did not), so omitting any scenario gives an incomplete total

Correct move:

Use the law of total probability: for complementary events and

6. Quick Reference Cheatsheet

Rule/Concept

Formula/Key Point

Formula Provided?

Complementary Probability

No (memorise)

Addition Law

Yes

Conditional Probability

Yes

Mutually Exclusive Events

,

No

Independent Events

,

No (memorise)

Sampling With Replacement

All draws independent, probabilities constant

No

Sampling Without Replacement

Draws dependent, probabilities change per draw

No

7. Frequently Asked

Which probability formulae do I get in the S1 exam?

The addition law and conditional probability rule are provided in the formula booklet. You must memorise the complementary probability rule and the independence multiplicative rule .

Can I use tree or Venn diagrams instead of formulae for probability questions?

Yes, examiners accept fully labelled, clear diagram-based solutions for all S1 probability questions, as long as your working is easy to follow and all steps are shown.

What is the difference between sampling with and without replacement?

When sampling with replacement, each selection is independent so probabilities stay constant for all draws. When sampling without replacement, the total number of items decreases after each draw, so probabilities change between draws and events are dependent.

Going deeper

What's Next

Now that you have mastered S1 probability, you are ready to move on to the next core S1 topics that build directly on these foundational skills. Probability is the basis for all statistical distributions you will encounter later in S1, including discrete random variables and the binomial distribution. You will also use these rules when interpreting correlation and regression results, to calculate the probability of observed patterns occurring by chance. Be sure to practice full exam-style questions that combine multiple probability concepts (e.g. Venn diagrams with conditional probability) to build confidence for your IAS exam.