Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Maths Extension 1 (2027) Statistical analysis

Binomial distributions

20 practice questions 2 video lessons Theory + worked examples

Understand the binomial distribution for NSW Year 12 Mathematics Extension 1. It gives the probability of a set number of successes in repeated independent trials that each have the same chance of success — the model behind coin tosses, quality testing and sampling with replacement.

You will learn to recognise a binomial random variable, calculate the probability of exactly, at least or at most a given number of successes, and find expected frequencies — an essential statistical analysis skill for the HSC Extension 1 course.

Practice 20 questions
Practice questions

Every question with a fully worked solution.

Start practising
Watch 2 video(s)
  • Binomial distribution introduction Watch
  • The binomial Probability Formula Watch
Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

A binomial variable XBin(n,p) counts successes in n independent trials, with P(X=r)=(nr)pr(1p)nr. This NSW Year 12 Mathematics Extension 1 topic is NESA outcome ME1-12-06.

A binomial random variable X counts the number of successes in n independent trials, each with the same success probability p. We write XBin(n,p).

P(X=r)=(nr)pr(1p)nr,r=0,1,,n.

Here (nr)=nCr counts the ways to place r successes among n trials. The four conditions: a fixed number of trials n; two outcomes per trial; a constant p; and independent trials.

NESA link. Part of the Year 12 The binomial distribution and sampling distribution of the mean focus area, outcome ME1-12-06 ("solves problems involving binomial distributions, sampling distribution of the mean and the central limit theorem") with MAO-WM-01. Drawing cards with replacement is binomial; without replacement is not.

Binomial distribution Bin(8, 0.5)A symmetric binomial histogram for Bin(8, 0.5), peaking at r equals 4.xy012345678r
Bin(8,0.5): symmetric about r=4.
Binomial distribution Bin(8, 0.25)A right-skewed binomial histogram for Bin(8, 0.25), peaking at r equals 2.xy012345678r
Bin(8,0.25): skewed toward smaller r.
P(X=r)=(nr)pr(1p)nr.
P(X=r) = C(n,r) p^r (1-p)^(n-r)

Useful shortcuts: P(X1)=1P(X=0); over N experiments the expected frequency of r successes is NP(X=r).

P(X >= 1) = 1 - P(X = 0); expected frequency = N times P(X = r)

Watch the exponent. The power on (1p) is nr, not n. For "at least one", use 1P(X=0) instead of summing many terms.

How to use the binomial formula

  1. Check the four conditions and identify n and p.
  2. Apply P(X=r)=(nr)pr(1p)nr.
  3. For "at least one", use the complement 1P(X=0).
  4. For an expected frequency, multiply the probability by the number of experiments.
Example 1 — Exactly two
A die is rolled 6 times. Find the probability of exactly two sixes.
Solution

XBin(6,16), r=2.

P(X=2)=(62)(16)2(56)40.201
P(X=2) approx 0.201

P(X=2)0.201.

Example 2 — At least one
5% of items are defective. In a sample of 8, find P(at least one defective).
Solution

XBin(8,0.05); use the complement.

P(X1)=1(0.95)80.337
P(X >= 1) approx 0.337

P(X1)0.337.

Example 3 — A given r
If XBin(7,0.4), find P(X=3).
Solution
P(X=3)=(73)(0.4)3(0.6)40.290
P(X=3) approx 0.290

P(X=3)0.290.

Example 4 — Expected frequency
In 500 families of 4 children, how many are expected to have exactly 3 boys? (Take p=0.5.)
Solution

XBin(4,0.5), so P(X=3)=(43)(0.5)4=0.25.

500×0.25=125
expected frequency = 125 families

About 125 families.

Common pitfalls

Independence and constant p. With replacement is binomial; without replacement is not.
Exponent. The power on (1p) is nr, not n.
"At least one". Use 1P(X=0) rather than summing many terms.
Expected frequency. Multiply the probability by the number of experiments N.

Frequently asked questions

What is a binomial random variable?

The number of successes in n independent trials with constant success probability p, written XBin(n,p).

What is the binomial probability formula?

P(X=r)=(nr)pr(1p)nr.

When is a situation binomial?

Fixed n, two outcomes, constant p, and independent trials.

How do you find 'at least one'?

Use the complement 1P(X=0).

What is an expected frequency?

The number of experiments times the probability, NP(X=r).