← Unit 3

VICMath MethodsSyllabus dot point

How are the distribution, expected value and variance of a discrete random variable defined and computed?

Discrete random variables, their probability distributions, the expected value (mean) $E(X) = \sum x P(X = x)$, the variance $\mathrm{Var}(X) = E(X^2) - [E(X)]^2$ and the standard deviation $\mathrm{sd}(X) = \sqrt{\mathrm{Var}(X)}$

A focused answer to the VCE Math Methods Unit 3 key-knowledge point on discrete random variables. Probability distributions, expected value, variance and standard deviation, the linearity rule for $E(aX + b)$, and the standard Paper 1 patterns.

Generated by Claude OpusReviewed by Better Tuition Academy8 min answer

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

What this dot point is asking

VCAA wants you to work with discrete random variables, their probability distributions, and the summary statistics (mean, variance, standard deviation) that describe them. These appear in Paper 1 calculations and underpin the binomial distribution.

Discrete random variables

A discrete random variable XX takes values from a countable set (typically a finite list of integers). Its probability distribution is a table or rule specifying P(X=x)P(X = x) for each possible value xx.

Two conditions every distribution must satisfy:

  1. IMATH_10 for all xx.
  2. IMATH_12 (the probabilities sum to one).

Solving for an unknown probability often comes down to using condition 2.

Example distribution

A spinner is divided into four unequal sectors numbered 1, 2, 3, 4 with respective probabilities 0.2,0.3,0.3,0.20.2, 0.3, 0.3, 0.2.

IMATH_14 1 2 3 4
IMATH_15 0.2 0.3 0.3 0.2

The sum is 1. The variable XX representing the outcome is a discrete random variable.

Expected value (mean)

The expected value of XX is the long-run average outcome if the experiment is repeated many times:

E(X)=ΞΌ=βˆ‘xxβ‹…P(X=x)E(X) = \mu = \sum_{x} x \cdot P(X = x)

It is a weighted average: each possible value is multiplied by its probability.

For the spinner above: E(X)=1(0.2)+2(0.3)+3(0.3)+4(0.2)=0.2+0.6+0.9+0.8=2.5E(X) = 1(0.2) + 2(0.3) + 3(0.3) + 4(0.2) = 0.2 + 0.6 + 0.9 + 0.8 = 2.5.

Expected value of a function of IMATH_19

For any function gg:

E(g(X))=βˆ‘xg(x)β‹…P(X=x)E(g(X)) = \sum_{x} g(x) \cdot P(X = x)

The most common application is g(x)=x2g(x) = x^2, giving E(X2)E(X^2), which is needed for variance.

Variance and standard deviation

The variance measures the spread of XX around its mean. The computational formula (memorise this):

Var(X)=E(X2)βˆ’[E(X)]2\mathrm{Var}(X) = E(X^2) - [E(X)]^2

The equivalent definition is Var(X)=E ⁣((Xβˆ’ΞΌ)2)\mathrm{Var}(X) = E\!\left((X - \mu)^2\right), but the computational formula is faster.

The standard deviation is the positive square root:

sd(X)=Οƒ=Var(X)\mathrm{sd}(X) = \sigma = \sqrt{\mathrm{Var}(X)}

Standard deviation has the same units as XX itself, which makes it easier to interpret than variance.

For the spinner: E(X2)=1(0.2)+4(0.3)+9(0.3)+16(0.2)=0.2+1.2+2.7+3.2=7.3E(X^2) = 1(0.2) + 4(0.3) + 9(0.3) + 16(0.2) = 0.2 + 1.2 + 2.7 + 3.2 = 7.3.

Var(X)=7.3βˆ’(2.5)2=7.3βˆ’6.25=1.05\mathrm{Var}(X) = 7.3 - (2.5)^2 = 7.3 - 6.25 = 1.05. So sd(X)=1.05β‰ˆ1.025\mathrm{sd}(X) = \sqrt{1.05} \approx 1.025.

Linear transformations

For constants aa and bb:

E(aX+b)=aE(X)+bE(a X + b) = a E(X) + b

Var(aX+b)=a2Var(X)\mathrm{Var}(a X + b) = a^2 \mathrm{Var}(X)

sd(aX+b)=∣aβˆ£β‹…sd(X)\mathrm{sd}(a X + b) = |a| \cdot \mathrm{sd}(X)

Key insight: an added constant shifts the mean but not the variance. A multiplicative constant scales the mean linearly and the variance by the square.

Worked example

A game pays \Ywhere where Y = 10 X - 5and and X$ is the spinner above.

E(Y) = 10 E(X) - 5 = 10(2.5) - 5 = \20$.

Var(Y)=100Var(X)=100(1.05)=105\mathrm{Var}(Y) = 100 \mathrm{Var}(X) = 100(1.05) = 105.

\mathrm{sd}(Y) = 10 \cdot 1.025 \approx \10.25$.

Cumulative distribution

The cumulative probability P(X≀x)P(X \leq x) is the sum of P(X=k)P(X = k) for all k≀xk \leq x. Inequalities to watch:

  • IMATH_40 for integer-valued XX.
  • IMATH_42 .
  • IMATH_43 for integer-valued XX.

Read the inequality direction carefully. Strict versus non-strict matters when XX takes the boundary value with positive probability.

Common Paper 1 traps

Forgetting that probabilities must sum to 1. Solving for an unknown probability in a distribution table almost always starts by setting the sum equal to 1.

Computing E(X)2E(X)^2 instead of E(X2)E(X^2). These are different! E(X2)E(X^2) uses each x2x^2 times its probability; [E(X)]2[E(X)]^2 squares the already-computed mean. Variance is the difference between them.

Adding instead of multiplying for variance under scaling. Var(2X)=4Var(X)\mathrm{Var}(2X) = 4 \mathrm{Var}(X), not 2Var(X)2 \mathrm{Var}(X).

Forgetting the absolute value in sd(aX+b)=∣aβˆ£β‹…sd(X)\mathrm{sd}(aX + b) = |a| \cdot \mathrm{sd}(X). Standard deviation is always non-negative, so the coefficient is the absolute value of aa.

Off-by-one on cumulative probabilities for integer XX. P(X<3)=P(X≀2)P(X < 3) = P(X \leq 2), not P(X≀3)P(X \leq 3).

In one sentence

A discrete random variable has a probability distribution summing to 1, an expected value E(X)=βˆ‘xP(X=x)E(X) = \sum x P(X = x) that is the long-run average outcome, and a variance Var(X)=E(X2)βˆ’[E(X)]2\mathrm{Var}(X) = E(X^2) - [E(X)]^2 that measures spread, with linear transformations following E(aX+b)=aE(X)+bE(aX + b) = a E(X) + b and Var(aX+b)=a2Var(X)\mathrm{Var}(aX + b) = a^2 \mathrm{Var}(X).

Past exam questions, worked

Real questions from past VCAA papers on this dot point, with our answer explainer.

2023 VCAA Paper 14 marksA discrete random variable $X$ has the probability distribution shown. Find the value of $k$, then compute $E(X)$ and $\mathrm{Var}(X)$.<br><br>$x$: 0, 1, 2, 3<br>$P(X = x)$: 0.1, 0.3, $k$, 0.2
Show worked answer β†’

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

Expected value: 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.

E(X2)=0(0.1)+1(0.3)+4(0.4)+9(0.2)=0+0.3+1.6+1.8=3.7E(X^2) = 0(0.1) + 1(0.3) + 4(0.4) + 9(0.2) = 0 + 0.3 + 1.6 + 1.8 = 3.7.

Variance: Var(X)=E(X2)βˆ’[E(X)]2=3.7βˆ’(1.7)2=3.7βˆ’2.89=0.81\mathrm{Var}(X) = E(X^2) - [E(X)]^2 = 3.7 - (1.7)^2 = 3.7 - 2.89 = 0.81.

Markers reward solving for kk, the expected-value sum, E(X2)E(X^2) computation, and the variance formula.

2024 VCAA Paper 12 marksA random variable $X$ has $E(X) = 4$ and $\mathrm{Var}(X) = 9$. Find $E(2X - 5)$ and $\mathrm{Var}(2X - 5)$.
Show worked answer β†’

Linearity of expectation: E(aX+b)=aE(X)+bE(aX + b) = a E(X) + b.

E(2Xβˆ’5)=2(4)βˆ’5=3E(2X - 5) = 2(4) - 5 = 3.

Variance under linear transformation: Var(aX+b)=a2Var(X)\mathrm{Var}(aX + b) = a^2 \mathrm{Var}(X) (constants drop out, scaling squares).

Var(2Xβˆ’5)=4Γ—9=36\mathrm{Var}(2X - 5) = 4 \times 9 = 36.

Markers reward both formulas and correct application of the squared coefficient in the variance.

Related dot points