← Unit 2: Functions, calculus and probability

VICMath MethodsSyllabus dot point

How is the binomial distribution used to model repeated trials?

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.

Generated by Claude OpusReviewed by Better Tuition Academy5 min answer

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

What this dot point is asking

VCAA wants you to recognise binomial situations, write the probability mass function, and use the standard formulas for the expected value and variance.

Bernoulli trial

A single experiment with two possible outcomes (success or failure) and probability pp of success. Examples: coin toss, single quality-control inspection, single penalty kick.

Binomial distribution

If nn independent Bernoulli trials are run with the same success probability pp, then XX = number of successes is binomially distributed: X∼Bin(n,p)X \sim \text{Bin}(n, p).

Probability of exactly kk successes:

P(X=k)=(nk)pk(1βˆ’p)nβˆ’k,k=0,1,…,nP(X = k) = \binom{n}{k} p^k (1 - p)^{n - k}, \quad k = 0, 1, \ldots, n

where (nk)=nCk=n!k!(nβˆ’k)!\binom{n}{k} = ^nC_k = \dfrac{n!}{k!(n - k)!}.

Conditions

To apply the binomial:

  • IMATH_11 is fixed in advance.
  • Each trial has two outcomes (success / failure).
  • Probability of success is the same on every trial.
  • Trials are independent.

Expected value and variance

DMATH_1
DMATH_2

Οƒ=np(1βˆ’p)\sigma = \sqrt{n p (1 - p)}

The mean npnp is intuitive: in 1010 tosses of a fair coin, expect 55 heads. The variance peaks at p=0.5p = 0.5 (most uncertain outcome).

Cumulative probabilities

P(X≀k)=βˆ‘j=0k(nj)pj(1βˆ’p)nβˆ’jP(X \le k) = \sum_{j=0}^k \binom{n}{j} p^j (1 - p)^{n - j}.

CAS calculators give cumulative probabilities directly via BinomialCDF(n, p, k).

Worked example

A multiple-choice quiz has 2020 questions, each with 44 options, and a student guesses randomly. XX = number correct.

X∼Bin(20,0.25)X \sim \text{Bin}(20, 0.25).

E[X]=20β‹…0.25=5E[X] = 20 \cdot 0.25 = 5.

Var(X)=20β‹…0.25β‹…0.75=3.75\text{Var}(X) = 20 \cdot 0.25 \cdot 0.75 = 3.75.

P(X=10)=(2010)(0.25)10(0.75)10β‰ˆ0.00992P(X = 10) = \binom{20}{10} (0.25)^{10} (0.75)^{10} \approx 0.00992.

About 11% chance of getting half by random guessing.

Common traps

Misidentifying pp. pp is the probability of "success" as defined. If the question asks for the probability of kk failures, redefine pp as the failure probability or use (nnβˆ’k)pnβˆ’k(1βˆ’p)k\binom{n}{n-k} p^{n-k}(1-p)^k.

Treating dependent trials as binomial. Drawing without replacement breaks independence. (For "without replacement" use the hypergeometric distribution, beyond Unit 2 scope.)

Using E[X]=pE[X] = p instead of npnp. Multiply by nn.

Computing (nk)\binom{n}{k} incorrectly. (nk)=(nnβˆ’k)\binom{n}{k} = \binom{n}{n-k}. CAS calculators give exact values.

In one sentence

The binomial distribution X∼Bin(n,p)X \sim \text{Bin}(n, p) models the number of successes in nn independent Bernoulli trials with success probability pp, with P(X=k)=(nk)pk(1βˆ’p)nβˆ’kP(X = k) = \binom{n}{k} p^k (1-p)^{n-k}, expected value E[X]=npE[X] = np and variance Var(X)=np(1βˆ’p)\text{Var}(X) = np(1 - p).

Past exam questions, worked

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

Year 11 SAC4 marksA biased coin has $P(\text{heads}) = 0.6$. It is tossed $10$ times. Find (a) $P(X = 7)$, (b) $E[X]$ and $\text{Var}(X)$ for $X$ the number of heads.
Show worked answer β†’

X∼Bin(10,0.6)X \sim \text{Bin}(10, 0.6).

(a) P(X=7)=10C7(0.6)7(0.4)3=120β‹…0.0280β‹…0.064=0.2150P(X = 7) = ^{10}C_7 (0.6)^7 (0.4)^3 = 120 \cdot 0.0280 \cdot 0.064 = 0.2150.

(b) E[X]=np=10β‹…0.6=6E[X] = np = 10 \cdot 0.6 = 6.

Var(X)=np(1βˆ’p)=10β‹…0.6β‹…0.4=2.4\text{Var}(X) = np(1-p) = 10 \cdot 0.6 \cdot 0.4 = 2.4.

Markers reward identification of nn and pp, the binomial formula, and the standard npnp and np(1βˆ’p)np(1-p) formulas.

Related dot points