NDA Maths · Binomial Distribution
The Binomial Setting and Computing Probabilities
A binomial experiment is n independent repeats of the same two-outcome trial, and P(X = k) counts how many of the n trials end in success.
Why this matters
This is the workhorse half of the chapter — 15 PYQs, mostly EASY and MODERATE, and they recur almost verbatim (coins, dice, ships, disease in workers). Three question shapes cover nearly all of them: an exact count P(X = k), an at-least / at-most count handled by the complement, and a short tail you sum directly. Lock the formula and the complement reflex and these become near-free marks.
Concept 1 of 7
Bernoulli Trials: One Success, One Failure
Intuition
Definition
A Bernoulli trial is a single experiment with two outcomes, success and failure.
- Success probability: .
- Failure probability: .
- Always , so .
Which outcome you label 'success' is your choice — but once chosen, must be the probability of THAT event for the rest of the problem.
Failure complements success
Worked example
- Success is 'red', so .
- Failure (not red) is the complement: .
Practice this concept2 quick reps
Practice — Level 1 (2 reps)
Quick reps to lock in the method. Try each, then check.
- 1.If , what is ?
- 2.A die is rolled; success = 'getting a 6'. Find and .
Concept 2 of 7
When Is It Binomial? The Four Conditions
Intuition
Definition
A random variable is binomial, written , when all four hold:
- Fixed n: the number of trials is decided in advance (not 'keep going until...').
- Two outcomes: each trial is success or failure.
- Independence: the result of one trial does not change the others.
- Constant p: the success probability is the same on every trial.
Here = the number of successes in the trials, taking values . Drawing cards WITHOUT replacement fails 'constant ' and 'independence', so it is not binomial.
Visualization · why the coefficient is C(n, k)
Each leaf is one ordered outcome of 3 trials; with success probability p and failure q, a path with 2 successes and 1 failure has probability p²q regardless of the order. Exactly 3 of the 8 paths have 2 successes — that count is C(3, 2) = 3, so P(X = 2) = C(3, 2)·p²q. In general the number of length-n paths with k successes is C(n, k).
Worked example
- Fixed number of draws (3)? Yes.
- Two outcomes per draw (king / not king)? Yes.
- Independent with constant ? NO — once a card is removed, the next draw's probability changes.
- Because is not constant and the draws are dependent, the binomial model does not apply (this is hypergeometric).
From the bank · past-year question
[Q106 · Sep · 2025]
'Until the first success' is not binomial
Concept 3 of 7
Reading p and the Success Event from the Story
Intuition
Definition
Common translations:
- Odds phrasing ('heads is thrice as likely as tails'): the parts are , so , .
- Rate phrasing ('one in five ships is sunk on average'): , so .
- 'k% chance': convert straight to a fraction, e.g. .
Decide which event the question counts (hits? safe arrivals? defectives?) and make THAT the success, then read off the story.
Odds to probability
Worked example
- Odds give , .
- Exactly 2 wins of 3: .
From the bank · past-year question
[Q104 · Apr · 2023]
'Thrice as likely' is 3 : 1, not p = 3
Concept 4 of 7
The Binomial Probability Formula
Intuition
Definition
For , the probability of exactly successes is
Probability of exactly k successes
- nnumber of trials
- knumber of successes counted
- psuccess probability per trial
- qfailure probability, 1 − p
Visualization · change n and p, watch the distribution reshape
At p = 0.5 the bars are symmetric about the centre. Push p to 0.2 and the peak slides left (few successes likely); push it to 0.8 and it slides right. The dashed line always sits at the mean np — raising n stretches the distribution and moves that centre.
Worked example
- Here , , .
- .
- .
Practice this conceptself-check · 2 quick reps
Try it yourself
Practice — Level 1 (2 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Probability of exactly 3 heads in 4 tosses of a fair coin.
- 2.A die is rolled 3 times. Probability of getting a 6 on all three.
From the bank · past-year question
[Q115 · Sep · 2019]
Match the exponents to the success/failure counts
Concept 5 of 7
At Least One via the Complement
Intuition
Definition
The complement shortcut:
At least one success
Worked example
- Success = 'six', , , .
- .
- .
From the bank · past-year question
[Q110 · Sep · 2022]
'At most' can also flip to a complement
Concept 6 of 7
Cumulative Probabilities: Summing the Tail
Intuition
Definition
A cumulative probability is a sum of exact terms:
- Sum directly when the tail is short (e.g. out of 8 is just ).
- Use the complement when the other side is shorter, e.g. .
At least two successes
Visualization · "at least 6 heads" is the shaded tail
Counts are C(8, k), each over a total of 2⁸ = 256. The shaded bars k = 6, 7, 8 give P(X ≥ 6) = (28 + 8 + 1)/256 = 37/256. Here the complement P(X ≤ 5) has six terms, so summing the three-bar tail directly is the shorter route.
Worked example
- , . The short side is the tail .
- .
- .
Practice this conceptself-check
Try it yourself
From the bank · past-year question
[Q107 · Sep · 2018]
Count the terms before you sum
Concept 7 of 7
The Complementary Count Y = n − X
Intuition
Definition
If then the complementary count
Swapping successes for failures
Worked example
- Non-defectives .
- Swap : .
- .
From the bank · past-year question
[Q118 · Apr · 2020]
n stays the same — only p flips
Summary — formulas & gotchas at a glance
A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.
Formulas (6)
- Bernoulli Trials: One Success, One Failure
Failure complements success
- Reading p and the Success Event from the Story
Odds to probability
- The Binomial Probability Formula
Probability of exactly k successes
- At Least One via the Complement
At least one success
- Cumulative Probabilities: Summing the Tail
At least two successes
- The Complementary Count Y = n − X
Swapping successes for failures
Watch out for (6)
- 'Until the first success' is not binomial→ When Is It Binomial? The Four Conditions
- 'Thrice as likely' is 3 : 1, not p = 3→ Reading p and the Success Event from the Story
- Match the exponents to the success/failure counts→ The Binomial Probability Formula
- 'At most' can also flip to a complement→ At Least One via the Complement
- Count the terms before you sum→ Cumulative Probabilities: Summing the Tail
- n stays the same — only p flips→ The Complementary Count Y = n − X
Mastery check — 5 interleaved questions
Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.
[Q112 · Sep · 2022]
[Q117 · Apr · 2022]
[Q108 · Sep · 2022]
[Q118 · Apr · 2025]
[Q116 · Apr · 2022]
Drill every past-year question on this subtopic
15 questions from the bank — paginated, with cart and Word-export support.