What are Bernoulli trials, when does the binomial distribution apply, and how are its probabilities, mean and variance computed?
Bernoulli trials, the binomial distribution $X \sim \mathrm{Bi}(n, p)$, its probability function $P(X = x) = \binom{n}{x} p^x (1-p)^{n-x}$, mean $E(X) = np$, and variance $\mathrm{Var}(X) = np(1-p)$
A focused answer to the VCE Math Methods Unit 3 key-knowledge point on the binomial distribution. Bernoulli trial conditions, the binomial probability formula, the mean and variance shortcuts, CAS usage on Paper 2, and standard Paper 1 patterns.
Have a quick question? Jump to the Q&A page
What this dot point is asking
VCAA wants you to recognise when a situation is binomial, write down , compute exact binomial probabilities by hand using for small on Paper 1, and use CAS on Paper 2 to compute cumulative probabilities. The mean and variance are essential shortcuts.
Bernoulli trials
A Bernoulli trial is a single experiment with exactly two outcomes (commonly called "success" and "failure"), where the probability of success is some fixed (and probability of failure is ).
A Bernoulli random variable takes the value 1 for success and 0 for failure, with probability distribution and . Its mean is and its variance is .
The binomial distribution
When Bernoulli trials are performed under the four binomial conditions, the total number of successes follows a binomial distribution.
The four conditions for a binomial
- Fixed number of trials .
- Each trial has only two outcomes, success or failure.
- The probability of success is constant across trials.
- The trials are independent.
If any one of these fails, is not binomial. The most common failure is sampling without replacement (which breaks independence for finite populations).
Notation: . The two parameters and fully determine the distribution.
The binomial probability formula
For and :
where counts the number of ways to choose which of the trials are successes.
The three factors have natural interpretations:
- IMATH_27 : number of distinct orderings of successes and failures.
- IMATH_30 : probability of specific successes occurring.
- IMATH_32 : probability of the remaining trials being failures.
Worked example
A biased coin lands heads with probability . It is tossed 5 times. Find the probability of exactly 3 heads.
.
.
Mean and variance
For :
These shortcut formulas come directly from the linearity rule applied to the sum of Bernoulli trials.
For the biased coin above: , .
Cumulative binomial probabilities
For "at least", "at most" or "between" probabilities, you sum binomial terms.
- IMATH_41
- IMATH_42
- IMATH_43
On Paper 1, is small enough to compute terms by hand. On Paper 2, use the CAS binomCdf(n, p, lower, upper) function (or its equivalent on your model).
Worked example
A fair die is rolled 10 times. Find the probability of at least 3 sixes.
where is the number of sixes.
.
.
.
.
Sum these (or use CAS) and subtract from 1. The result is approximately .
Worked example: solving for the parameter
A biased coin is tossed 10 times. The probability of getting exactly 7 heads is . Find .
.
This is a one-variable equation in . Use CAS solve, restricting to : .
Common Paper 1 traps
Including the constant term twice. The formula has once. Writing but then "rounding up" the binomial coefficient is a sign of confusion.
Forgetting independence. Drawing balls without replacement breaks independence; the resulting distribution is hypergeometric, not binomial.
Wrong formula direction. , not or . Likewise variance has both and .
Boundary errors on cumulative probabilities. "At least 3" means , which is . Subtracting instead loses the term.
Squaring the standard deviation incorrectly. ; do not omit the factor.
In one sentence
The binomial distribution models the total number of successes in independent Bernoulli trials with constant success probability , with probability function , mean and variance ; Paper 1 expects by-hand calculations for small and Paper 2 expects fluent CAS use of binomPdf and binomCdf.
Past exam questions, worked
Real questions from past VCAA papers on this dot point, with our answer explainer.
2023 VCAA Paper 13 marksA fair coin is tossed 4 times. Let $X$ be the number of heads. Find $P(X = 2)$, $E(X)$ and $\mathrm{Var}(X)$.Show worked answer β
Each toss is a Bernoulli trial with , and the trials are independent and identical. So .
.
.
.
Markers reward identifying the binomial setup, the formula for , and both shortcut formulas with values.
2024 VCAA Paper 23 marksA multiple-choice exam has 20 questions, each with 4 options. A student guesses every answer. Find the probability that the student gets at least 8 correct, giving the answer to 4 decimal places.Show worked answer β
Each question is a Bernoulli trial: correct with probability , incorrect with probability . The trials are independent. So (number correct out of 20) is .
.
On the CAS, compute , or equivalently the upper-tail .
The result is approximately .
Markers reward identifying the binomial setup with parameters and , choosing the complement (or upper tail), and the correct CAS output to 4 decimal places.
Related dot points
- Random experiments, sample spaces, events and probabilities, including the addition rule, conditional probability $P(A|B) = \frac{P(A \cap B)}{P(B)}$, the multiplication rule, and the concept of independence
A focused answer to the VCE Math Methods Unit 3 key-knowledge point on probability fundamentals. Sample spaces and events, the addition and multiplication rules, conditional probability and independence, and the standard Paper 1 and Paper 2 patterns.
- 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.