β Unit 2: Functions, calculus and probability
How are discrete random variables analysed?
Define a discrete random variable and its probability distribution, and compute expected value (mean) and variance for given distributions
A focused answer to the VCE Maths Methods Unit 2 dot point on discrete random variables. Defines a probability distribution, computes expected value $E[X] = \sum x_i p_i$ and variance $\text{Var}(X) = E[X^2] - (E[X])^2$, and works the VCAA SAC-style fair-die and lottery-EV problems.
Have a quick question? Jump to the Q&A page
What this dot point is asking
VCAA wants you to define a discrete random variable, write down its probability distribution, and compute its expected value (mean) and variance.
Discrete random variable
A random variable is discrete if it takes a countable set of values (often integers).
The probability distribution of lists each possible value with its probability . Requirements:
- IMATH_8 for all .
- IMATH_10 .
Expected value (mean)
The expected value is the probability-weighted average. It is the long-run mean of many independent observations of .
For a fair six-sided die: . Not one of the possible outcomes, but the long-run average.
Variance
Equivalent computational form:
where .
Standard deviation: .
Linearity of expected value
For constants :
For two independent random variables : .
Variance is not linear in the same way: .
Worked example (lottery)
A lottery ticket costs \10\ is . Net profit : gain \9900.005\ with probability .
.
Expected loss of \5$ per ticket. Hence the term "negative-expected-value game".
Common traps
Confusing with . They differ by the variance.
Forgetting probabilities must sum to . Check before computing.
Treating as a typical outcome. It is the long-run average, not necessarily one of the observed values.
Negative variance. Variance is always non-negative; a negative result indicates a calculation error.
In one sentence
A discrete random variable has a probability distribution listing each value with probability (summing to ); the expected value is (the probability-weighted mean) and the variance is (with standard deviation ).
Past exam questions, worked
Real questions from past VCAA papers on this dot point, with our answer explainer.
Year 11 SAC4 marksA discrete random variable $X$ has distribution $P(X=1) = 0.4$, $P(X=2) = 0.3$, $P(X=3) = 0.2$, $P(X=4) = 0.1$. Find (a) $E[X]$ and (b) $\text{Var}(X)$.Show worked answer β
(a) Expected value. .
(b) Variance. Compute first.
.
.
Markers reward correct probability-weighted sums, the variance formula , and units (none for these abstract variables).
Related dot points
- Define and apply the binomial distribution to model the number of successes in $n$ independent Bernoulli trials, including computing probabilities, expected value $np$ and variance $np(1-p)$
A focused answer to the VCE Maths Methods Unit 2 dot point on the binomial distribution. States $P(X = k) = ^nC_k p^k (1-p)^{n-k}$, identifies $E[X] = np$ and $\text{Var}(X) = np(1-p)$, and works the VCAA SAC-style "$10$ coin tosses, exactly $7$ heads" problem.
- Apply the rules of probability (addition, multiplication, conditional), the counting principles (permutations and combinations), and use these to find probabilities in compound experiments
A focused answer to the VCE Maths Methods Unit 1 dot point on probability and counting. States addition, multiplication and conditional probability rules, defines permutations ($^nP_r$) and combinations ($^nC_r$), and works the VCAA SAC-style card-and-committee problems.
- Bernoulli trials and sequences of Bernoulli trials, sample data analysis (mean, median, mode, range), simulation of random processes, and the relationship between theoretical probability and observed relative frequency
A focused answer to the VCE Math Methods Unit 2 key-knowledge point on Bernoulli trials, sample data and simulation. Bernoulli trial probabilities, summary statistics of sample data (mean, median, mode, range), and how simulation (physical or computational) approximates theoretical probabilities; foundation for the Unit 3 binomial distribution.