β Unit 3: Further calculus and statistics
Topic 3: Discrete random variables
Recognise the binomial distribution $X \sim \mathrm{Bin}(n, p)$ as the count of successes in $n$ independent Bernoulli trials, apply the binomial probability formula and use CAS, and use the formulas $E(X) = np$ and $\mathrm{Var}(X) = np(1 - p)$
A focused answer to the QCE Mathematical Methods Unit 3 dot point on the binomial distribution. Defines the binomial conditions (BINS), states the probability formula, gives the mean $np$ and variance $np(1 - p)$, and walks through both by-hand Paper 1 calculations and CAS-supported Paper 2 calculations including $P(X \leq k)$, $P(X \geq k)$ and modelling applications.
Have a quick question? Jump to the Q&A page
What this dot point is asking
QCAA wants you to recognise when a count is binomially distributed, calculate binomial probabilities (by hand for small , by CAS for larger ), and apply the mean and variance formulas. The binomial distribution is the most heavily examined probability model in QCE Mathematical Methods Unit 3, and it appears in IA1 PSMTs, IA2 short and extended response, and most EA Paper 2 probability questions.
The answer
When is binomial: the BINS conditions
A random variable has a binomial distribution if all four conditions hold.
- B (Binary): Each trial has two outcomes labelled success or failure.
- I (Independent): Trials are independent of one another.
- N (Number fixed): The number of trials is fixed in advance.
- S (Same probability): The probability of success is the same on every trial.
If all four hold, write , where is the number of successes in the trials.
The binomial probability formula
For and ,
The binomial coefficient counts the number of ways to arrange successes among trials.
Paper 1 expects this formula by hand for small (typically ) with values that simplify to clean fractions.
Paper 2 expects you to use CAS for any above about 6, calling functions named for and for . Check the exact syntax for your approved CAS model.
Mean and variance
For ,
Standard deviation: .
These come from the fact that a binomial is the sum of independent Bernoulli trials, each with mean and variance , and the rules and for independent variables.
Cumulative probabilities
QCAA commonly asks for , or rather than a single .
- IMATH_34 .
- IMATH_35 (use the complement to save work).
- IMATH_36 .
For above about 6, do all four with CAS. For Paper 1 with small , set up the sums explicitly and evaluate by hand.
Worked examples
Paper 1: small by hand
A student answers 4 multiple-choice questions at random, each with 4 options. Let be the number correct. Find .
.
Paper 2: CAS-supported cumulative
A coin biased so that is tossed 50 times. Find the probability of getting between 28 and 35 heads inclusive.
.
By hand this would require 8 terms of the formula; CAS is required for IA2 and Paper 2 efficiency.
Mean and variance
A daily quality test on 100 items has probability of any item being faulty. Find the expected number of faulty items and the standard deviation.
. . .
You would expect 2 faulty items per day, with results typically within of the mean.
Using the complement
A test has 20 multiple-choice questions, each with 5 options. A student answers at random. What is the probability of getting at least one correct?
.
The complement saves you from summing 20 binomial terms.
Recognition (not binomial)
A bag contains 5 red and 5 blue marbles. Three marbles are drawn without replacement. Let be the number of red marbles drawn. Is binomial?
No. The trials are not independent (drawing without replacement changes between draws). This is a hypergeometric situation, outside Methods. The BINS conditions fail at I (independence) and S (same ).
Common traps
Misidentifying and . The number of trials is the count of opportunities for success, not the number of items in any other sense. The probability is the chance of success on one trial.
Forgetting the binomial coefficient. alone is the probability of one specific sequence with successes. The coefficient counts how many sequences have that many successes.
Wrong direction for . It is , not . The boundary value belongs in the "at least" event.
Using BINS for a without-replacement scenario. Without replacement violates independence. Methods only handles binomial probability for with-replacement (or effectively independent) trials.
Computing as instead of . Forgetting the factor is the most common Paper 1 mistake on the mean formula.
Wrong CAS syntax. Different calculators use slightly different function names (binomPdf, binomialPdf, etc.) and argument orders. Practise the exact syntax on your model before the IA2.
In one sentence
The binomial distribution models the number of successes in independent Bernoulli trials each with success probability , with , mean and variance , and CAS support is the standard tool for cumulative probabilities on Paper 2.
Past exam questions, worked
Real questions from past QCAA papers on this dot point, with our answer explainer.
2023 QCAA-style P13 marksA fair six-sided die is rolled 5 times. Let $X$ be the number of sixes. Find $P(X = 2)$ exactly.Show worked answer β
because rolling a six is a single success in each independent trial.
As a decimal, .
Markers reward the correct identification of and , the binomial coefficient , the powers of and matched to successes and failures, and the simplified exact fraction. Paper 1 wants exact form.
2022 QCAA-style P25 marksA quality control process tests batches of 20 components from a production line. The probability that any one component is faulty is $0.05$, independently of the others. Let $X$ be the number of faulty components in a batch. (a) Find $P(X = 0)$. (b) Find $P(X \geq 2)$. (c) Find the expected number of faulty components per batch and the standard deviation.Show worked answer β
A 5-mark answer needs the distribution statement, both probabilities (with the complement trick for part (b)), and the descriptive statistics.
.
(a) .
(b) Use the complement: .
.
.
(CAS: .)
(c) . . Standard deviation .
Markers reward stating the distribution explicitly, the complement-trick setup for (rather than summing 19 terms), the CAS-friendly numerical answers to 4 decimal places, and the mean-variance formulas applied cleanly.
Related dot points
- Define a discrete random variable and its probability distribution, calculate the expected value $E(X)$ and the variance $\mathrm{Var}(X)$ and standard deviation, and recognise the Bernoulli distribution as the single-trial case
A focused answer to the QCE Mathematical Methods Unit 3 dot point on discrete random variables. Covers the probability distribution and its conditions ($p_i \geq 0$ and $\sum p_i = 1$), the calculation of $E(X)$ and $\mathrm{Var}(X)$ from a distribution table, and the Bernoulli distribution as the single-trial case, with QCAA IA2-style worked examples.
- Use the first and second derivative to analyse the behaviour of a function (intervals of increase and decrease, stationary points and their nature, concavity and inflection), and apply the derivative to solve optimisation and rates of change problems in context
A focused answer to the QCE Mathematical Methods Unit 3 dot point on the applications of differentiation. Sets out how to use the first and second derivative to classify stationary points, walks through the optimisation method (model, constrain, differentiate, classify, check), and the related rates approach that QCAA examiners reward in PSMTs and EA extended response.
- Apply the definite integral to find the area under a curve, the area between two curves, the average value of a function, and to solve kinematics problems involving displacement, velocity and acceleration
A focused answer to the QCE Mathematical Methods Unit 3 dot point on the applications of integration. Covers area under a curve, area between two curves (including curves that cross), the average value of a function, and the kinematics chain (integrate acceleration for velocity, integrate velocity for displacement), with worked Paper 2 and PSMT-style examples.