Study Guide

Discrete probability distributions

CIE A-Level Further MathematicsΒ· Unit 4: Further Probability & StatisticsΒ· 15 min read

1. Core Definitions & Propertiesβ˜…β˜…β˜†β˜†β˜†β± 5 min

πŸ“˜ Definition

Discrete Probability Distribution

Described by a probability mass function (PMF)

A distribution that describes all possible probabilities for a discrete random variable, which can only take a countable set of distinct values.

  • All probabilities satisfy for all outcomes

  • The sum of all probabilities equals 1:

  • The cumulative distribution function (CDF) is non-decreasing

πŸ“ Worked Example

A discrete random variable has PMF for , and 0 otherwise. Find the value of .

  1. 1

    Use the core property that the sum of all probabilities equals 1:

  2. 2
    P(X=1)+P(X=2)+P(X=3)=1k(1)+k(2)+k(3)=1P(X=1) + P(X=2) + P(X=3) = 1 \\ k(1) + k(2) + k(3) = 1
  3. 3

    Simplify and solve for :

  4. 4
    6k=1β€…β€ŠβŸΉβ€…β€Šk=166k = 1 \implies k = \frac{1}{6}

Exam tip:

Always check that your probabilities sum to 1 after finding an unknown constant, this catches simple arithmetic errors.

2. Expectation and Varianceβ˜…β˜…β˜…β˜†β˜†β± 6 min

πŸ“˜ Definition

Expected Value & Variance

,

Expected value is the long-run average of the distribution. Variance is a measure of spread around the expected value.

Example:

For discrete distributions: ,

πŸ“ Worked Example

For the distribution for , find and .

  1. 1

    Calculate by summing :

  2. 2
    E[X]=(1β‹…16)+(2β‹…26)+(3β‹…36)=1+4+96=73E[X] = \left(1 \cdot \frac{1}{6}\right) + \left(2 \cdot \frac{2}{6}\right) + \left(3 \cdot \frac{3}{6}\right) = \frac{1 + 4 + 9}{6} = \frac{7}{3}
  3. 3

    Calculate for the variance shortcut formula:

  4. 4
    E[X2]=(12β‹…16)+(22β‹…26)+(32β‹…36)=366=6E[X^2] = \left(1^2 \cdot \frac{1}{6}\right) + \left(2^2 \cdot \frac{2}{6}\right) + \left(3^2 \cdot \frac{3}{6}\right) = \frac{36}{6} = 6
  5. 5

    Substitute into the variance formula:

  6. 6
    Var(X)=E[X2]βˆ’(E[X])2=6βˆ’(73)2=59Var(X) = E[X^2] - (E[X])^2 = 6 - \left(\frac{7}{3}\right)^2 = \frac{5}{9}

Exam tip:

Always use the shortcut formula for variance, it is much faster than expanding in exams.

3. Probability Generating Functions (PGFs)β˜…β˜…β˜…β˜…β˜†β± 7 min

πŸ“˜ Definition

Probability Generating Function

A function that encodes the full probability distribution of a non-negative integer-valued discrete random variable.

  • (first derivative at )

  • For independent :

πŸ“ Worked Example

Find the PGF of the distribution from the previous example, and use it to confirm .

  1. 1

    Write the PGF using the definition:

  2. 2
    GX(t)=P(X=1)t1+P(X=2)t2+P(X=3)t3=t+2t2+3t36G_X(t) = P(X=1)t^1 + P(X=2)t^2 + P(X=3)t^3 = \frac{t + 2t^2 + 3t^3}{6}
  3. 3

    Differentiate with respect to :

  4. 4
    GXβ€²(t)=1+4t+9t26G_X'(t) = \frac{1 + 4t + 9t^2}{6}
  5. 5

    Evaluate at to get :

  6. 6
    E[X]=GXβ€²(1)=1+4+96=146=73E[X] = G_X'(1) = \frac{1 + 4 + 9}{6} = \frac{14}{6} = \frac{7}{3}
  7. 7

    This matches our earlier calculation, so the result is confirmed.

Exam tip:

PGFs only work for non-negative integer-valued discrete random variables. Do not use them for variables that can take negative values.

4. Common Discrete Distributionsβ˜…β˜…β˜…β˜†β˜†β± 4 min

Distribution

PMF

PGF

Discrete Uniform

Bernoulli

Binomial

Poisson

5. Common Pitfalls

Wrong move:

Forgetting to check that the sum of probabilities equals 1 after finding an unknown constant

Why:

Arithmetic errors are common when solving for constants, and skipping the check leads to unnecessary lost marks

Correct move:

Always add up your final probabilities to confirm they sum to 1, this takes 10 seconds and catches simple mistakes

Wrong move:

Writing the variance formula as instead of

Why:

This is a common algebraic slip when writing formulas quickly under exam pressure

Correct move:

Memorize the formula as 'expectation of X squared minus (expectation of X) all squared' and double-check the exponent

Wrong move:

Using a probability generating function for a discrete random variable that takes negative values

Why:

PGFs are only defined for non-negative integer-valued random variables, so results will be incorrect

Correct move:

Use direct calculation or moment generating functions for discrete variables that can take negative values

Wrong move:

Multiplying PGFs for dependent random variables to get the PGF of their sum

Why:

The product rule for PGFs of sums only holds for independent random variables

Correct move:

Only use if the question confirms X and Y are independent, otherwise calculate directly

Wrong move:

Confusing the probability mass function (PMF) with the cumulative distribution function (CDF)

Why:

Students often mix these up when a question asks for one specifically

Correct move:

Remember PMF = , CDF = , label your answer clearly to avoid confusion

6. Quick Reference Cheatsheet

Concept

Key Formula

Core Distribution Property

Expectation

Variance

PGF Definition

PGF Expectation

PGF Variance

Sum of Independent Variables

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· 1

    Find unknown constant and expectation

  • 2023 Β· 2

    PGF for sum of independent variables

  • 2024 Β· 1

    Calculate variance of discrete distribution

Going deeper

What's Next

Discrete probability distributions are the foundation for all further topics in CIE 9231 Further Probability & Statistics. The core concepts of expectation, variance and generating functions you learned here are tested in nearly every exam paper, and are required for all subsequent topics in statistics. PGF properties for sums of independent variables are especially common in combined exam questions that connect multiple concepts. Mastering the core rules here will make learning named discrete distributions, continuous distributions and statistical inference much more straightforward, and help you secure easy marks on foundational exam questions.