← Statistical Analysis (ME-S1)

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.

Generated by Claude OpusReviewed by Better Tuition Academy7 min answer

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.

Past exam questions, worked

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

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.

Related dot points