Skip to main content
ExamExplained
SA · Math Methods
Math Methods study scene
§-Syllabus dot point
SAMath MethodsSyllabus dot point

How do we model the number of successes in a fixed number of independent trials?

The Bernoulli distribution models a single success/failure trial, and the binomial distribution counts successes across n independent trials with constant probability.

When to use the binomial distribution, its probability formula, the mean and variance results, and how to recognise the four binomial conditions.

Reviewed by: AI editorial process; not yet individually human-reviewed

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

Jump to a section
  1. What this dot point is asking
  2. The four binomial conditions
  3. The binomial probability formula
  4. "At least" and "at most" probabilities
  5. Mean and variance
  6. The shape of the binomial distribution
  7. Common errors
  8. Why it matters

What this dot point is asking

A Bernoulli trial is a single experiment with exactly two outcomes, labelled success and failure. The binomial distribution arises when you repeat such a trial a fixed number of times and count how many successes occur.

The four binomial conditions

You may only use the binomial model when all four hold:

  1. A fixed number nn of trials.
  2. Each trial has only two outcomes (success/failure).
  3. Trials are independent.
  4. The probability of success pp is constant across trials.

The binomial probability formula

If XB(n,p)X\sim B(n,p), the probability of exactly xx successes is:

The three pieces are: (nx)\binom{n}{x} (how many ways to choose which trials succeed), pxp^x (those successes), and (1p)nx(1-p)^{n-x} (the remaining failures).

"At least" and "at most" probabilities

For cumulative questions, add the relevant terms - and use the complement when it is shorter.

Mean and variance

The binomial mean and variance follow directly from the parameters:

For the quiz, E(X)=8×0.25=2E(X)=8\times 0.25=2 correct on average, and Var(X)=8×0.25×0.75=1.5\operatorname{Var}(X)=8\times 0.25\times 0.75=1.5, giving a standard deviation of 1.51.22\sqrt{1.5}\approx 1.22.

The shape of the binomial distribution

The value of pp controls the shape. When p=0.5p=0.5 the distribution is symmetric about the mean npnp. When p<0.5p<0.5 it is skewed to the right (a long tail of higher values), and when p>0.5p>0.5 it is skewed to the left. As nn grows large, the binomial distribution becomes increasingly bell-shaped, which is exactly why a binomial with large nn can be approximated by the normal distribution you meet in Topic 5. Recognising this link helps you sanity-check answers: the most probable outcome (the mode) always sits at or next to npnp, so a computed probability that peaks far from npnp signals an arithmetic error.

Common errors

Why it matters

The binomial distribution is the most heavily examined discrete model in Stage 2 and is the bridge to the normal distribution in Topic 5, where a binomial with large nn is approximated by a normal curve. Recognising the four conditions also trains the modelling judgement assessed in the Mathematical Investigation.

Exam-style practice questions

Practice questions written in the style of SACE Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

SACE 20234 marksCalculator-assumed. Gold cards occur by chance in packs of 10 trading cards, with the probability that a single card is gold being 0.0350.035. Modelling the number of gold cards in a pack with a binomial distribution, calculate (a) the expected number of gold cards, (b) the probability of exactly one gold card, and (c) the probability of more than two gold cards.
Show worked answer →

Here XB(10,0.035)X \sim B(10, 0.035).

(a) Expected number =np=10×0.035=0.35= np = 10 \times 0.035 = 0.35 gold cards. (1 mark)

(b) P(X=1)=(101)(0.035)1(0.965)9=10×0.035×0.72380.253P(X = 1) = \binom{10}{1}(0.035)^1(0.965)^9 = 10 \times 0.035 \times 0.7238 \approx 0.253. (1 mark)

(c) P(X>2)=1P(0)P(1)P(2)P(X > 2) = 1 - P(0) - P(1) - P(2) where P(0)=(0.965)100.6983P(0) = (0.965)^{10} \approx 0.6983, P(1)0.253P(1) \approx 0.253, and P(2)=(102)(0.035)2(0.965)80.0413P(2) = \binom{10}{2}(0.035)^2(0.965)^8 \approx 0.0413. So P(X>2)10.69830.2530.04130.00686P(X > 2) \approx 1 - 0.6983 - 0.253 - 0.0413 \approx 0.00686. (2 marks)

Markers reward the binomial formula with correct nn and pp, and computing "more than two" as the complement of P(0)+P(1)+P(2)P(0) + P(1) + P(2).

SACE 20222 marksCalculator-assumed. A seed distributor claims 60%60\% of seeds are viable. Let XX be the number of viable seeds in a planting of 8 seeds, modelled by a binomial distribution. (a) State the expected number of viable seeds. (b) State the most likely number of viable seeds.
Show worked answer →

XB(8,0.6)X \sim B(8, 0.6).

(a) Expected number =np=8×0.6=4.8= np = 8 \times 0.6 = 4.8 viable seeds. (1 mark)

(b) The most likely value is the mode. Comparing the values nearest the mean: P(X=4)=(84)(0.6)4(0.4)40.232P(X = 4) = \binom{8}{4}(0.6)^4(0.4)^4 \approx 0.232 and P(X=5)=(85)(0.6)5(0.4)30.279P(X = 5) = \binom{8}{5}(0.6)^5(0.4)^3 \approx 0.279. Since P(X=5)P(X = 5) is larger, the most likely number is 55. (1 mark)

Note the mode (55) differs from the mean (4.84.8): the expected value need not be a whole number, whereas the most likely outcome must be.

SACE 20213 marksCalculator-assumed. A test has 12 multiple-choice questions, each with 5 options. A student guesses every answer. Let XX be the number correct. (a) State the distribution of XX. (b) Find P(X3)P(X \ge 3).
Show worked answer →

(a) Each guess succeeds with p=15=0.2p = \tfrac{1}{5} = 0.2, so XB(12,0.2)X \sim B(12, 0.2). (1 mark)

(b) Use the complement: P(X3)=1P(0)P(1)P(2)P(X \ge 3) = 1 - P(0) - P(1) - P(2). With P(0)=(0.8)120.0687P(0) = (0.8)^{12} \approx 0.0687, P(1)=(121)(0.2)(0.8)110.2062P(1) = \binom{12}{1}(0.2)(0.8)^{11} \approx 0.2062, and P(2)=(122)(0.2)2(0.8)100.2835P(2) = \binom{12}{2}(0.2)^2(0.8)^{10} \approx 0.2835,

P(X3)10.06870.20620.28350.442.P(X \ge 3) \approx 1 - 0.0687 - 0.2062 - 0.2835 \approx 0.442.

Marks: one for stating B(12,0.2)B(12, 0.2), one for the complement set-up, one for the value. (2 marks for part b.)

ExamExplained