Skip to main content
ExamExplained
NSW Β· Maths Extension 1
Maths Extension 1 study scene
Β§-Syllabus dot point
NSWMaths Extension 1Syllabus dot point

How do we calculate probabilities involving the binomial distribution, including ranges and complements?

Compute exact probabilities for the binomial distribution including P(X=k)P(X = k), P(X≀k)P(X \le k), P(Xβ‰₯k)P(X \ge k), and use complementary counting

A focused answer to the HSC Maths Extension 1 dot point on computing binomial probabilities. Exact pmf values, cumulative sums, complements (at least, at most), and standard problem patterns, with worked examples.

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

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

What this dot point is asking

NESA wants you to compute binomial probabilities of every type: exact P(X=k)P(X = k), ranges P(X≀k)P(X \le k) or P(Xβ‰₯k)P(X \ge k), and at-least/at-most using complementary counting.

The answer

Exact probability

For X∼B(n,p)X \sim B(n, p),

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

Cumulative probability (sum of pmf values)

P(X≀k)=βˆ‘i=0k(ni)pi(1βˆ’p)nβˆ’i.P(X \le k) = \sum_{i = 0}^{k} \binom{n}{i} p^i (1 - p)^{n - i}.

For HSC problems with small nn, sum the pmf values up to kk.

Complementary probability

For "at least kk":

P(Xβ‰₯k)=1βˆ’P(X≀kβˆ’1)=1βˆ’βˆ‘i=0kβˆ’1P(X=i).P(X \ge k) = 1 - P(X \le k - 1) = 1 - \sum_{i = 0}^{k - 1} P(X = i).

For small kk (like k=1k = 1 or k=2k = 2), this is much faster than summing kk to nn.

Standard problem patterns

Exact number of successes: P(X=k)P(X = k) directly from the pmf.

At least one success: P(Xβ‰₯1)=1βˆ’P(X=0)=1βˆ’(1βˆ’p)nP(X \ge 1) = 1 - P(X = 0) = 1 - (1 - p)^n.

No successes: P(X=0)=(1βˆ’p)nP(X = 0) = (1 - p)^n.

All successes: P(X=n)=pnP(X = n) = p^n.

Between two values: P(j≀X≀k)=βˆ‘i=jkP(X=i)P(j \le X \le k) = \sum_{i = j}^{k} P(X = i).

Choosing the easier sum

If asked P(Xβ‰₯k)P(X \ge k) and nβˆ’k+1n - k + 1 is small, sum directly. If nβˆ’k+1n - k + 1 is large, use 1βˆ’P(X≀kβˆ’1)1 - P(X \le k - 1) (complementary).

For "at most kk", consider whether kk or nβˆ’kn - k is smaller. If kk is smaller, sum directly.

Complementary counting, stage by stage

The single most useful move in these questions is to count the complement when it is shorter. Take a five-question multiple-choice test with four options each, guessed at random, so X∼B(5,0.25)X \sim B(5, 0.25), and suppose the question asks for P(Xβ‰₯2)P(X \ge 2), the probability of getting at least two right. The three panels show why the complement wins.

Stage 1, picture the whole distribution. The bars are the six probabilities P(X=0)P(X = 0) through P(X=5)P(X = 5) from the pmf. Getting "at least 22" right means the bars from k=2k = 2 rightward, which is four terms to add. That is doable but slow.

Complementary counting on B(5, 0.25)A bar chart of P(X equals k) for five trials with success probability 0.25, used to show that P(X at least 2) equals 1 minus P(X equals 0) minus P(X equals 1).kP(X = k)00.23710.39620.26430.08840.01550.001Stage 1The full distribution of X for five guesses. We want P(X at least 2).

Stage 2, identify the shorter complement. The complement of "at least 22" is "fewer than 22", that is X=0X = 0 or X=1X = 1, the two leftmost bars (shown in accent). Only two terms: P(X=0)=(0.75)5β‰ˆ0.2373P(X = 0) = (0.75)^5 \approx 0.2373 and P(X=1)=(51)(0.25)(0.75)4β‰ˆ0.3955P(X = 1) = \binom{5}{1}(0.25)(0.75)^4 \approx 0.3955.

Complementary counting on B(5, 0.25)A bar chart of P(X equals k) for five trials with success probability 0.25, used to show that P(X at least 2) equals 1 minus P(X equals 0) minus P(X equals 1).kP(X = k)012345Stage 2The complement (accent) is the short tail X = 0 and X = 1: only two terms.

Stage 3, subtract from one. The answer is everything that is not the complement: P(Xβ‰₯2)=1βˆ’P(X=0)βˆ’P(X=1)β‰ˆ1βˆ’0.2373βˆ’0.3955=0.3672P(X \ge 2) = 1 - P(X = 0) - P(X = 1) \approx 1 - 0.2373 - 0.3955 = 0.3672. The accent bars now mark the region you actually wanted, found with two terms instead of four.

Complementary counting on B(5, 0.25)A bar chart of P(X equals k) for five trials with success probability 0.25, used to show that P(X at least 2) equals 1 minus P(X equals 0) minus P(X equals 1).kP(X = k)012345Stage 3P(X at least 2) (accent) = 1 minus the complement = 1 - 0.2373 - 0.3955 = 0.367.

Why the binomial coefficient appears

The factor (nk)\binom{n}{k} in the probability formula counts the number of distinct orderings in which exactly kk successes can fall among nn trials. Each specific ordering has probability pk(1βˆ’p)nβˆ’kp^k (1 - p)^{n - k}, and there are (nk)\binom{n}{k} of them, so the total probability of exactly kk successes multiplies the two. This is also why binomial probabilities and the binomial theorem share the same coefficients: expanding (p+q)n(p + q)^n produces exactly the terms (nk)pkqnβˆ’k\binom{n}{k} p^k q^{n - k}, and summing them over all kk gives (p+q)n=1(p + q)^n = 1, confirming the whole distribution has total probability one.

How exam questions ask about binomial probabilities

Half the difficulty in these questions is converting English into the right probability statement, then choosing the shorter calculation. The wordings, and the inequality each one means, are:

  • "exactly kk": P(X=k)P(X = k) straight from the pmf.
  • "at least kk": P(Xβ‰₯k)P(X \ge k). For small kk use the complement 1βˆ’P(X≀kβˆ’1)1 - P(X \le k - 1).
  • "at most kk": P(X≀k)P(X \le k), a direct sum from 00 to kk.
  • "more than kk": P(Xβ‰₯k+1)P(X \ge k + 1), one step further than "at least kk".
  • "fewer than kk" / "less than kk": P(X≀kβˆ’1)P(X \le k - 1), stopping one short of kk.
  • "between jj and kk (inclusive)": P(j≀X≀k)=βˆ‘i=jkP(X=i)P(j \le X \le k) = \sum_{i=j}^{k} P(X = i).
  • "at least one": the most common complement of all, P(Xβ‰₯1)=1βˆ’(1βˆ’p)nP(X \ge 1) = 1 - (1 - p)^n.

Misreading "more than" as "at least" shifts the boundary by one and is a frequent source of lost marks. Once the inequality is fixed, decide whether a direct sum or a complement is the shorter calculation, and state which you are using.

Exam-style practice questions

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

2022 HSC Q274 marksA test has 55 multiple-choice questions, each with 44 options. A student guesses randomly. Find the probability they get at least 22 correct.
Show worked answer β†’

X∼B(5,0.25)X \sim B(5, 0.25). Use complementary counting.

P(Xβ‰₯2)=1βˆ’P(X=0)βˆ’P(X=1)P(X \ge 2) = 1 - P(X = 0) - P(X = 1).

P(X=0)=(50)(0.25)0(0.75)5=0.755β‰ˆ0.2373P(X = 0) = \binom{5}{0} (0.25)^0 (0.75)^5 = 0.75^5 \approx 0.2373.

P(X=1)=(51)(0.25)1(0.75)4=5β‹…0.25β‹…0.754β‰ˆ5β‹…0.25β‹…0.3164β‰ˆ0.3955P(X = 1) = \binom{5}{1} (0.25)^1 (0.75)^4 = 5 \cdot 0.25 \cdot 0.75^4 \approx 5 \cdot 0.25 \cdot 0.3164 \approx 0.3955.

P(Xβ‰₯2)β‰ˆ1βˆ’0.2373βˆ’0.3955β‰ˆ0.3672P(X \ge 2) \approx 1 - 0.2373 - 0.3955 \approx 0.3672.

Markers reward using complementary counting, computing P(X=0)P(X = 0) and P(X=1)P(X = 1), and the subtraction.

2020 HSC Q243 marksA factory produces items, 5%5\% of which are defective. A sample of 2020 items is checked. Find the probability that exactly 11 item is defective.
Show worked answer β†’

X∼B(20,0.05)X \sim B(20, 0.05). P(X=1)=(201)(0.05)1(0.95)19P(X = 1) = \binom{20}{1} (0.05)^1 (0.95)^{19}.

=20β‹…0.05β‹…0.9519=1β‹…0.9519β‰ˆ0.3774= 20 \cdot 0.05 \cdot 0.95^{19} = 1 \cdot 0.95^{19} \approx 0.3774.

Markers reward setting up the binomial, the formula, and a numerical answer to 33 or 44 decimal places.

ExamExplained