← Unit 3

VICMath MethodsSyllabus dot point

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.

Generated by Claude OpusReviewed by Better Tuition Academy9 min answer

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 X∼Bi(n,p)X \sim \mathrm{Bi}(n, p), compute exact binomial probabilities by hand using (nx)px(1βˆ’p)nβˆ’x\binom{n}{x} p^x (1-p)^{n-x} for small nn on Paper 1, and use CAS on Paper 2 to compute cumulative probabilities. The mean npnp and variance np(1βˆ’p)np(1-p) 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 pp (and probability of failure is 1βˆ’p1 - p).

A Bernoulli random variable takes the value 1 for success and 0 for failure, with probability distribution P(Y=1)=pP(Y = 1) = p and P(Y=0)=1βˆ’pP(Y = 0) = 1 - p. Its mean is pp and its variance is p(1βˆ’p)p(1 - p).

The binomial distribution

When nn Bernoulli trials are performed under the four binomial conditions, the total number of successes follows a binomial distribution.

The four conditions for a binomial

  1. Fixed number of trials nn.
  2. Each trial has only two outcomes, success or failure.
  3. The probability of success pp is constant across trials.
  4. The trials are independent.

If any one of these fails, XX is not binomial. The most common failure is sampling without replacement (which breaks independence for finite populations).

Notation: X∼Bi(n,p)X \sim \mathrm{Bi}(n, p). The two parameters nn and pp fully determine the distribution.

The binomial probability formula

For X∼Bi(n,p)X \sim \mathrm{Bi}(n, p) and x∈{0,1,2,…,n}x \in \{0, 1, 2, \dots, n\}:

P(X=x)=(nx)px(1βˆ’p)nβˆ’xP(X = x) = \binom{n}{x} p^x (1 - p)^{n - x}

where (nx)=n!x!(nβˆ’x)!\binom{n}{x} = \frac{n!}{x! (n - x)!} counts the number of ways to choose which xx of the nn trials are successes.

The three factors have natural interpretations:

  • IMATH_27 : number of distinct orderings of xx successes and nβˆ’xn - x failures.
  • IMATH_30 : probability of xx specific successes occurring.
  • IMATH_32 : probability of the remaining nβˆ’xn - x trials being failures.

Worked example

A biased coin lands heads with probability 0.60.6. It is tossed 5 times. Find the probability of exactly 3 heads.

X∼Bi(5,0.6)X \sim \mathrm{Bi}(5, 0.6).

P(X=3)=(53)(0.6)3(0.4)2=10β‹…0.216β‹…0.16=0.3456P(X = 3) = \binom{5}{3} (0.6)^3 (0.4)^2 = 10 \cdot 0.216 \cdot 0.16 = 0.3456.

Mean and variance

For X∼Bi(n,p)X \sim \mathrm{Bi}(n, p):

E(X)=npE(X) = n p

Var(X)=np(1βˆ’p)\mathrm{Var}(X) = n p (1 - p)

sd(X)=np(1βˆ’p)\mathrm{sd}(X) = \sqrt{n p (1 - p)}

These shortcut formulas come directly from the linearity rule applied to the sum of nn Bernoulli trials.

For the biased coin above: E(X)=5β‹…0.6=3E(X) = 5 \cdot 0.6 = 3, Var(X)=5β‹…0.6β‹…0.4=1.2\mathrm{Var}(X) = 5 \cdot 0.6 \cdot 0.4 = 1.2.

Cumulative binomial probabilities

For "at least", "at most" or "between" probabilities, you sum binomial terms.

  • IMATH_41
  • IMATH_42
  • IMATH_43

On Paper 1, nn 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.

X∼Bi(10,1/6)X \sim \mathrm{Bi}(10, 1/6) where XX is the number of sixes.

P(Xβ‰₯3)=1βˆ’P(X≀2)=1βˆ’[P(X=0)+P(X=1)+P(X=2)]P(X \geq 3) = 1 - P(X \leq 2) = 1 - [P(X = 0) + P(X = 1) + P(X = 2)].

P(X=0)=(5/6)10P(X = 0) = (5/6)^{10}.

P(X=1)=10(1/6)(5/6)9P(X = 1) = 10 (1/6)(5/6)^9.

P(X=2)=45(1/6)2(5/6)8P(X = 2) = 45 (1/6)^2 (5/6)^8.

Sum these (or use CAS) and subtract from 1. The result is approximately 0.22480.2248.

Worked example: solving for the parameter

A biased coin is tossed 10 times. The probability of getting exactly 7 heads is 0.2150.215. Find pp.

P(X=7)=(107)p7(1βˆ’p)3=120p7(1βˆ’p)3=0.215P(X = 7) = \binom{10}{7} p^7 (1 - p)^3 = 120 p^7 (1 - p)^3 = 0.215.

This is a one-variable equation in pp. Use CAS solve, restricting to p∈(0,1)p \in (0, 1): pβ‰ˆ0.6p \approx 0.6.

Common Paper 1 traps

Including the constant term twice. The formula has (nx)\binom{n}{x} once. Writing (nx)px(1βˆ’p)nβˆ’x\binom{n}{x} p^x (1 - p)^{n - x} 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. E(X)=npE(X) = n p, not E(X)=pE(X) = p or E(X)=nE(X) = n. Likewise variance has both nn and p(1βˆ’p)p(1 - p).

Boundary errors on cumulative probabilities. "At least 3" means Xβ‰₯3X \geq 3, which is 1βˆ’P(X≀2)1 - P(X \leq 2). Subtracting P(X≀3)P(X \leq 3) instead loses the P(X=3)P(X = 3) term.

Squaring the standard deviation incorrectly. Var(X)=np(1βˆ’p)\mathrm{Var}(X) = n p (1 - p); do not omit the (1βˆ’p)(1 - p) factor.

In one sentence

The binomial distribution X∼Bi(n,p)X \sim \mathrm{Bi}(n, p) models the total number of successes in nn independent Bernoulli trials with constant success probability pp, with probability function P(X=x)=(nx)px(1βˆ’p)nβˆ’xP(X = x) = \binom{n}{x} p^x (1 - p)^{n - x}, mean npnp and variance np(1βˆ’p)np(1 - p); Paper 1 expects by-hand calculations for small nn 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 p=1/2p = 1/2, and the trials are independent and identical. So X∼Bi(4,1/2)X \sim \mathrm{Bi}(4, 1/2).

P(X=2)=(42)(1/2)2(1/2)2=6β‹…116=38P(X = 2) = \binom{4}{2} (1/2)^2 (1/2)^2 = 6 \cdot \frac{1}{16} = \frac{3}{8}.

E(X)=np=4β‹…12=2E(X) = np = 4 \cdot \frac{1}{2} = 2.

Var(X)=np(1βˆ’p)=4β‹…12β‹…12=1\mathrm{Var}(X) = np(1 - p) = 4 \cdot \frac{1}{2} \cdot \frac{1}{2} = 1.

Markers reward identifying the binomial setup, the formula for P(X=2)P(X = 2), 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 p=1/4p = 1/4, incorrect with probability 3/43/4. The trials are independent. So XX (number correct out of 20) is Bi(20,1/4)\mathrm{Bi}(20, 1/4).

P(Xβ‰₯8)=1βˆ’P(X≀7)P(X \geq 8) = 1 - P(X \leq 7).

On the CAS, compute 1βˆ’binomCdf(20,0.25,0,7)1 - \mathrm{binomCdf}(20, 0.25, 0, 7), or equivalently the upper-tail binomCdf(20,0.25,8,20)\mathrm{binomCdf}(20, 0.25, 8, 20).

The result is approximately 0.04090.0409.

Markers reward identifying the binomial setup with parameters n=20n = 20 and p=0.25p = 0.25, choosing the complement (or upper tail), and the correct CAS output to 4 decimal places.

Related dot points