Skip to main content
QLDMath MethodsSyllabus dot point

What discrete probability distributions does QCE Math Methods Unit 2 introduce?

Discrete probability distributions, including the uniform discrete distribution and an introduction to the Bernoulli distribution, with calculations of expected value and variance

A focused answer to the QCE Math Methods Unit 2 subject-matter point on discrete probability distributions. Probability mass functions, expected value E(X)=∑xP(X=x)E(X) = \sum x P(X=x), variance Var(X)=E(X2)−[E(X)]2\text{Var}(X) = E(X^2) - [E(X)]^2, and the Bernoulli distribution; foundation for Unit 3 binomial.

Generated by Claude Opus 4.88 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Discrete random variable
  3. Expected value
  4. Variance and standard deviation
  5. The Bernoulli distribution
  6. The uniform discrete distribution
  7. Reading a distribution table
  8. Why the working formula for variance

What this dot point is asking

QCAA wants Year 11 students to be introduced to discrete probability distributions, to compute expected value and variance, and to recognise the Bernoulli and uniform discrete distributions. This is the foundation for the binomial distribution studied in Unit 3.

Discrete random variable

A discrete random variable XX takes values in a finite or countable set, such as the number rolled on a die or the number of heads in three coin tosses. Its probability mass function (pmf) assigns a probability P(X=x)P(X = x) to each possible value xx. A valid pmf satisfies two conditions: every probability lies in [0,1][0, 1], and the probabilities sum to exactly 11. The total-probability condition is frequently used to find a missing probability, and checking it is a quick sanity test on any table.

Expected value

The expected value is the long-run average of XX over many repetitions, computed as the probability-weighted sum of the values:

E(X)=μ=∑xx⋅P(X=x).E(X) = \mu = \sum_x x \cdot P(X = x).

It need not be a value the variable can actually take (a fair die has E(X)=3.5E(X) = 3.5). Expectation is linear, E(aX+b)=aE(X)+bE(aX + b) = aE(X) + b, which lets you find the mean of a rescaled or shifted variable without recomputing the whole sum. This is the discrete analogue of the average, and it is the centre about which the distribution's spread is measured.

Variance and standard deviation

Var(X)=E(X2)−[E(X)]2\text{Var}(X) = E(X^2) - [E(X)]^2

where E(X2)=∑x2⋅P(X=x)E(X^2) = \sum x^2 \cdot P(X = x).

Standard deviation σ=Var(X)\sigma = \sqrt{\text{Var}(X)}.

Property: Var(aX+b)=a2Var(X)\text{Var}(aX + b) = a^2 \text{Var}(X).

The Bernoulli distribution

The Bernoulli distribution models a single trial with two outcomes: success with probability pp and failure with probability 1−p1 - p, coded as X=1X = 1 and X=0X = 0. Its mean is E(X)=pE(X) = p and its variance is Var(X)=p(1−p)\text{Var}(X) = p(1 - p), the latter largest when p=0.5p = 0.5 (maximum uncertainty) and zero at p=0p = 0 or p=1p = 1 (a certain outcome). A sum of independent Bernoulli trials is the binomial distribution studied in Unit 3, so the Bernoulli is the single building block of that theory.

The uniform discrete distribution

In a uniform discrete distribution each of nn outcomes is equally likely, with probability 1n\dfrac{1}{n}. For the values 1,2,…,n1, 2, \ldots, n the mean is E(X)=n+12E(X) = \dfrac{n + 1}{2} (the midpoint) and the variance is Var(X)=n2−112\text{Var}(X) = \dfrac{n^2 - 1}{12}. A fair die is the standard example (n=6n = 6, mean 3.53.5). Recognising a uniform distribution lets you write down the mean and variance immediately rather than summing term by term.

Reading a distribution table

Most questions present the distribution as a table of values and probabilities. The workflow is always the same: first check (or enforce) that the probabilities sum to 11, using this to solve for any unknown probability; then compute E(X)E(X) as the weighted sum of values; then compute E(X2)E(X^2) as the weighted sum of squared values; and finally find the variance from the working formula. Laying the calculation out in columns for xx, P(X=x)P(X = x), xPxP and x2Px^2 P keeps it organised and is exactly how markers expect the working to appear.

Why the working formula for variance

Variance measures the average squared distance of XX from its mean. The defining form Var(X)=E[(X−μ)2]\text{Var}(X) = E[(X - \mu)^2] is correct but awkward, so the algebraically equivalent working formula Var(X)=E(X2)−[E(X)]2\text{Var}(X) = E(X^2) - [E(X)]^2 is used in practice: compute E(X2)E(X^2) by squaring each value before weighting, then subtract the square of the mean. The standard deviation σ=Var(X)\sigma = \sqrt{\text{Var}(X)} returns the spread to the original units, which is why it, rather than the variance, is usually quoted in context.

Exam-style practice questions

Practice questions written in the style of QCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

QCAA 20224 marksPaper 1 (technique). A discrete random variable XX takes values 1,2,31, 2, 3 with probabilities 0.2,0.5,0.30.2, 0.5, 0.3. Determine (a) E(X)E(X) and (b) Var(X)\text{Var}(X).
Show worked answer →

(a) E(X)=1(0.2)+2(0.5)+3(0.3)=2.1E(X) = 1(0.2) + 2(0.5) + 3(0.3) = 2.1.

(b) E(X2)=1(0.2)+4(0.5)+9(0.3)=4.9E(X^2) = 1(0.2) + 4(0.5) + 9(0.3) = 4.9, so Var(X)=E(X2)−[E(X)]2=4.9−2.12=4.9−4.41=0.49\text{Var}(X) = E(X^2) - [E(X)]^2 = 4.9 - 2.1^2 = 4.9 - 4.41 = 0.49.

Markers reward E(X)E(X) from the definition and variance from the working formula.

QCAA 20234 marksPaper 2 (complex familiar). A discrete random variable XX has P(X=0)=0.1P(X = 0) = 0.1, P(X=1)=kP(X = 1) = k, P(X=2)=0.4P(X = 2) = 0.4 and P(X=3)=0.2P(X = 3) = 0.2. (a) Determine kk. (b) Determine E(X)E(X).
Show worked answer →

(a) Probabilities sum to 11: 0.1+k+0.4+0.2=10.1 + k + 0.4 + 0.2 = 1, so k=0.3k = 0.3.

(b) E(X)=0(0.1)+1(0.3)+2(0.4)+3(0.2)=0+0.3+0.8+0.6=1.7E(X) = 0(0.1) + 1(0.3) + 2(0.4) + 3(0.2) = 0 + 0.3 + 0.8 + 0.6 = 1.7.

Markers reward using the total-probability condition to find kk and the expected-value sum.

Related dot points