MHT-CET Maths · Binomial Distribution

Computing Binomial Probabilities — Cumulative, Ranges and Shortcuts

Combine the single-term formula P(X=r)=ⁿCᵣpʳqⁿ⁻ʳ into whole answers: add terms for 'at least' / 'at most', use 1−qⁿ for 'at least one', complement for ranges, and N×P(event) for an expected frequency.

Why this matters

This is the biggest subtopic in the chapter (20 PYQs — 3 EASY, 12 MODERATE, 5 HARD). The single-term PMF is page one; here the marks come from correctly COMBINING those terms. Almost every question is a phrasing puzzle first: 'at least 3', 'at most one', 'unable to solve less than two', 'even number of heads', 'second win at the third match' each map to a specific sum of PMF terms. Read the phrase, translate it to the exact set of r-values, then add.

Concept 1 of 6

Adding PMF Terms to Get a Whole Answer

Intuition

A binomial random variable takes the values 0, 1, 2, …, n, and its individual probabilities P(X=r) add up to exactly 1. Any real question asks about a SET of these values ('3 or more', 'at most 2', 'exactly 1 or 2'), so the answer is the sum of P(X=r) over that set. The whole skill on this page is turning a phrase into the right list of r-values.

Definition

For XB(n,p)X \sim B(n,p) with q=1pq = 1-p, the total probability splits across r=0,1,,nr = 0,1,\dots,n:

  • Whole probability sums to 1: r=0n(nr)prqnr=(p+q)n=1\displaystyle\sum_{r=0}^{n} \binom{n}{r} p^r q^{\,n-r} = (p+q)^n = 1.
  • A compound event is a SUM of terms: e.g. P(X2)=P(0)+P(1)+P(2)P(X \le 2) = P(0)+P(1)+P(2).
  • Complement when it's shorter: P(Xk)=1P(Xk1)P(X \ge k) = 1 - P(X \le k-1). Pick whichever side has fewer terms.

The phrase-to-set dictionary: 'at least kk' ={k,k+1,,n}= \{k, k+1, \dots, n\}; 'at most kk' ={0,1,,k}= \{0, 1, \dots, k\}; 'more than kk' ={k+1,}= \{k+1,\dots\}; 'fewer/less than kk' ={0,,k1}= \{0,\dots,k-1\}.

PMF term and the total-probability identity

P(X=r)=(nr)prqnr,r=0nP(X=r)=(p+q)n=1P(X=r) = \binom{n}{r} p^r q^{\,n-r},\qquad \sum_{r=0}^{n} P(X=r) = (p+q)^n = 1
  • nnumber of independent trials
  • pprobability of success on one trial
  • qprobability of failure, q=1pq = 1-p
  • rnumber of successes, an integer from 0 to n

Worked example

For XB ⁣(3,13)X \sim B\!\left(3, \tfrac13\right), find P(X1)P(X \le 1).
Practice this conceptself-check · 4 quick reps

'At least k' includes k itself, not just above it

P(X3)P(X \ge 3) means r=3,4,,nr = 3, 4, \dots, n — the value 3 IS counted. Reading 'at least 3' as 'more than 3' (starting at 4) drops the largest term P(3)P(3) and gives the wrong answer. 'More than 3' is what excludes 3.

A compound event is a SUM of terms, not a single term

P(X3)P(X \ge 3) with n=5n=5 is P(3)+P(4)+P(5)P(3)+P(4)+P(5), NOT just P(3)P(3). Computing only the first term (e.g. only (53)p3q2\binom{5}{3}p^3q^2) is the single most common slip in 'at least' questions — always list every r in the set.

Concept 2 of 6

At Least and At Most — Cumulative Probabilities

Intuition

The workhorse case: a phrase like 'at least 4 successes' or 'at most 1 defective' names a run of consecutive r-values, and you add P(X=r) over that run. When the run is short at one end (r=0,1 for 'at most one'; r=n,n−1 for 'unable to solve less than two') the sum is only two or three terms.

Definition

Turn the phrase into a sum, then compute each term with the PMF:

  • At most one: P(X1)=P(0)+P(1)=qn+npqn1P(X \le 1) = P(0) + P(1) = q^n + n\,p\,q^{\,n-1}.
  • At least three (n=5): P(X3)=P(3)+P(4)+P(5)P(X \ge 3) = P(3)+P(4)+P(5).
  • 'Unable to solve less than two' (with p = solve): the candidate fails on 0 or 1 problem, i.e. SOLVES nn or n1n-1: P=pn+npn1qP = p^n + n\,p^{\,n-1}q. Decide which event 'success' labels before you count.

Factor the common power to match the option form — e.g. q5+5pq4=q4(q+5p)q^5 + 5pq^4 = q^4(q + 5p).

Two-term tails you meet most often

P(X1)=qn+npqn1,P(Xn1)=npn1q+pnP(X \le 1) = q^n + n\,p\,q^{\,n-1},\qquad P(X \ge n-1) = n\,p^{\,n-1}q + p^n

Visualization · "at least 6 heads" is the shaded tail

0123456287881number of heads k

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

A machine part passes a test with probability 34\tfrac34. Of 4 parts tested independently, find the probability that at most one fails.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 2Binomial DistributionMODERATE
An experiment succeeds twice as often as it fails. Then the probability, that in the next 6 trials there will be at least 4 successes, is

[Q113 · 12th May Shift 1 · 2024]

'At most one defective' has two terms, not one

P(X1)=P(0)+P(1)=qn+npqn1P(X \le 1) = P(0) + P(1) = q^n + n\,p\,q^{\,n-1}. Computing only P(0)=qnP(0)=q^n — or only P(1)P(1) — is the standard error. Both the all-clean case and the exactly-one case count.

Decide which outcome 'success' labels before counting

In 'unable to solve less than two problems', if pp is the probability of SOLVING, then failing on 0 or 1 problem means solving all nn or all-but-one: P=pn+npn1qP = p^n + n\,p^{\,n-1}q. Mixing up which event is 'success' flips pp and qq and gives a completely different (wrong) option.

Factor the shared power to match the printed option

q5+5pq4q^5 + 5pq^4 equals q4(q+5p)q^4(q+5p); with p=110p=\tfrac1{10} that is (910)41410=75(910)4\left(\tfrac9{10}\right)^4\cdot\tfrac{14}{10} = \tfrac75\left(\tfrac9{10}\right)^4. MHT-CET options are usually pre-factored, so leaving the sum unfactored can hide the matching choice.

Concept 3 of 6

At Least One — the 1 minus qⁿ Shortcut

Intuition

'At least one success' spans r = 1, 2, …, n — a long sum. Its complement is the single term 'no successes at all' = qⁿ. So P(at least one) = 1 − qⁿ in one line. The same idea, run backwards, finds the smallest n making 'at least one' beat a target like 99%.

Definition

The complement collapses a whole tail to one term:

  • At least one: P(X1)=1P(X=0)=1qnP(X \ge 1) = 1 - P(X = 0) = 1 - q^n.
  • Smallest n for a threshold: to force P(X1)>tP(X \ge 1) > t, solve 1qn>tqn<1t1 - q^n > t \Rightarrow q^n < 1-t, then take the least integer n. For a fair coin (q=12q=\tfrac12) and t=0.99t = 0.99: (12)n<0.012n>100n=7\left(\tfrac12\right)^n < 0.01 \Rightarrow 2^n > 100 \Rightarrow n = 7 (since 26=64, 27=1282^6=64,\ 2^7=128).

This is exactly the trick behind 'probability of at least one defective bulb' =1(good fraction)n= 1 - (\text{good fraction})^n.

The at-least-one complement

P(X1)=1qn,smallest n:  qn<1tP(X \ge 1) = 1 - q^n,\qquad \text{smallest } n:\; q^n < 1 - t

Worked example

A die is rolled 3 times. Find the probability of getting at least one six.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 3Binomial DistributionEASY
Ten bulbs are drawn successively, with replacement, from a lot containing 10% defective bulbs, then the probability that there is at least one defective bulb, is

[Q139 · 2nd May Shift 1 · 2023]

At least one = 1 − qⁿ, not p or np

P(X1)=1qnP(X \ge 1) = 1 - q^n where qnq^n is the probability of NO successes across all n trials. It is not pp (one trial) and not npnp (the mean). For 10 bulbs at a 10% defective rate the answer is 1(9/10)101 - (9/10)^{10}, never 10×11010\times\tfrac1{10}.

For 'smallest n', solve the inequality — don't just plug the mean

P(at least one head)>0.99P(\text{at least one head}) > 0.99 becomes (1/2)n<0.01(1/2)^n < 0.01, i.e. 2n>1002^n > 100. Since 26=64<1002^6 = 64 < 100 but 27=128>1002^7 = 128 > 100, the minimum is n=7n = 7. Stopping at n=6n=6 (the last value that FAILS) is the classic off-by-one.

Concept 4 of 6

Ranges and Symmetric Events by Complement

Intuition

An absolute-value or interval condition like X42|X-4|\le 2 or 2X62 \le X \le 6 names a block of r-values. If the block covers most of 0…n, it is far quicker to subtract the few EXCLUDED terms from 1 than to add the many included ones.

Definition

Unpack the condition to an interval of integers, then choose the shorter side:

  • Xab|X - a| \le b means abXa+ba - b \le X \le a + b. For XB(6,12)X \sim B(6,\tfrac12), X42|X-4|\le 2 gives 2X62 \le X \le 6.
  • Since X can only be 0..60..6, that block excludes just X=0X=0 and X=1X=1: P(2X6)=1P(0)P(1)P(2 \le X \le 6) = 1 - P(0) - P(1).
  • With p=q=12p=q=\tfrac12, P(r)=(6r)/26P(r) = \binom{6}{r}/2^6, so P(0)+P(1)=1+664=764P(0)+P(1) = \tfrac{1+6}{64} = \tfrac{7}{64} and the answer is 1764=57641 - \tfrac{7}{64} = \tfrac{57}{64}.

Absolute-value condition and the complement of a range

Xab    abXa+b,P(abXa+b)=1 ⁣ ⁣r[ab,a+b] ⁣ ⁣P(r)|X - a| \le b \iff a-b \le X \le a+b,\qquad P(a{-}b \le X \le a{+}b) = 1 - \!\!\sum_{r \,\notin\, [a-b,\,a+b]} \!\!P(r)

Worked example

For XB ⁣(5,12)X \sim B\!\left(5, \tfrac12\right), find P(X23)P(|X - 2| \le 3).
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 4Binomial DistributionMODERATE
Let XB ⁣(6,12)X\sim B\!\left(6,\frac{1}{2}\right), then P[x42]P[|x-4|\leq2] is

[Q124 · 3rd May 2nd Shift · 2023]

Cap the interval at 0 and n before counting

X42|X-4| \le 2 reads 2X62 \le X \le 6, but if n=6n=6 then XX can never exceed 6 anyway — the upper end X6X\le 6 is free. So the condition really excludes only X=0,1X=0,1. Counting phantom values above n (or below 0) inflates the sum.

Use the complement when the range is most of 0…n

For 2X62 \le X \le 6 on B(6,12)B(6,\tfrac12), adding five terms P(2)++P(6)P(2)+\dots+P(6) is slow; subtracting the two excluded terms 1P(0)P(1)=1764=57641 - P(0) - P(1) = 1 - \tfrac{7}{64} = \tfrac{57}{64} is instant. Always compare the count of included vs excluded terms and take the shorter route.

Concept 5 of 6

Special Counting — Even Successes, Expected Frequency, and Fixed-Trial Events

Intuition

A cluster of questions dress the binomial up in a counting twist: 'even number of heads' collapses via the (1±1)n(1\pm1)^n identity to exactly 12\tfrac12; repeating an experiment N times makes the EXPECTED count of an event = N × P(event); and 'the second success on the third trial' fixes the last trial's outcome, so it is a smaller binomial times one more factor of p.

Definition

Three recurring twists, each with its own hook:

  • Even (or odd) number of successes: r even(nr)=(1+1)n+(11)n2=2n1\sum_{r\text{ even}}\binom{n}{r} = \dfrac{(1+1)^n + (1-1)^n}{2} = 2^{\,n-1}. For a fair coin, P(even heads)=2n12n=12P(\text{even heads}) = \dfrac{2^{\,n-1}}{2^n} = \dfrac12 (for any n1n\ge 1).
  • Expected frequency over N repeats: if one experiment gives the event probability PP, then repeating it NN times gives expected count NPN \cdot P (this is the mean of a Binomial(N,PN,P)).
  • Event fixed at a specific trial ('second success at the 3rd match'): FIX the last trial as a success, and require exactly the remaining successes among the earlier trials: P=(21)pqpP = \binom{2}{1}p\,q \cdot p for a second win at match 3.
  • Small-n sums like P(X=1)+P(X=2)P(X=1)+P(X=2) are just two PMF terms added directly.

Even-count identity and expected frequency

r even(nr)=2n1,E[count over N]=NP(event)\sum_{r\text{ even}}\binom{n}{r} = 2^{\,n-1},\qquad \mathbb{E}[\text{count over } N] = N \cdot P(\text{event})

Worked example

Three fair dice are thrown together, and this experiment is repeated 40 times. Find the expected number of times at least one die shows a six.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 5Binomial DistributionHARD
Four fair dice are thrown independently 27 times. Then the expected number of times, at least two dice show up a three or a five is

[Q137 · 15th May Shift 2 · 2023]

Even number of heads on a fair coin is exactly 1/2

For a FAIR coin, P(even number of heads)=12P(\text{even number of heads}) = \tfrac12 regardless of how many tosses — because r even(nr)=2n1\sum_{r\text{ even}}\binom{n}{r} = 2^{\,n-1}, half of 2n2^n. Do not try to add 51 separate terms for 100 tosses; the identity gives 12\tfrac12 instantly. (This clean split needs p=q=12p=q=\tfrac12.)

Expected frequency is N × P, not N × p

When a whole experiment is repeated N times, the expected number of times an EVENT happens is N×P(event)N \times P(\text{event}), where P(event)P(\text{event}) is worked out for one experiment first. For '4 dice thrown 27 times, at least two show a 3 or 5', find P(X2)=1127P(X\ge 2)=\tfrac{11}{27} for one throw, then 27×1127=1127\times\tfrac{11}{27}=11.

'Second success at the third trial' fixes the last trial

This is NOT (32)p2q\binom{3}{2}p^2q (that would let the second win fall anywhere in three trials). The third trial MUST be a win, and exactly one of the first two is a win: (21)pqp\binom21 p\,q \cdot p. With p=12p=\tfrac12 this is 21412=142\cdot\tfrac14\cdot\tfrac12 = \tfrac14.

Concept 6 of 6

Finding p First When the Stem Hides It

Intuition

Some stems don't hand you p — they describe an event ('the product of the two digits is 24', 'the die shows a 3 or a 5') and expect you to compute p by counting favourable outcomes over the total. Get p right, THEN run the usual binomial. A miscount of the favourable numbers is the whole difficulty.

Definition

Two steps: (1) count to get p, (2) apply the binomial to the required event.

  • Count the favourable outcomes. For two-digit numbers 00–99 (100 in all) with digit product 24: {38,46,64,83}\{38, 46, 64, 83\}, so p=4100=125p = \tfrac{4}{100} = \tfrac{1}{25}, q=2425q = \tfrac{24}{25}.
  • Mind the sample space. '10–99' is 90 numbers, '00–99' is 100 — the denominator changes p, so read the range carefully.
  • Then the binomial. With n=4n=4, P(X3)=(43)p3q+p4=p3(4q+p)P(X \ge 3) = \binom{4}{3}p^3q + p^4 = p^3(4q + p).

p by counting, then the at-least-3 binomial

p=favourable outcomestotal outcomes,P(X3)=(43)p3q+p4=p3(4q+p)p = \dfrac{\text{favourable outcomes}}{\text{total outcomes}},\qquad P(X \ge 3) = \binom{4}{3}p^3 q + p^4 = p^3(4q + p)

Worked example

A two-digit number is picked at random (with replacement) from 00, 01, …, 99. Event E is 'the product of the two digits equals 6'. If four numbers are picked, find P(E occurs at least 3 times), as a sum of terms.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 6Binomial DistributionMODERATE
Numbers are selected at random, one at a time from the two-digit numbers 00,01,02,00,01,02,\ldots\ldots -, 99 with replacement. An event EE occurs only if the product of the two digits of a selected number is 24. If four numbers are selected, then probability, that the event E occurs at least 3 times, is

[Q101 · 21 April Shift II · 2025]

Count the favourable numbers carefully — this is where marks are lost

For 'digit product = 24' among 00–99 the only numbers are {38,46,64,83}\{38, 46, 64, 83\} (since 3×83\times8 and 4×64\times6 are the single-digit factorisations). Listing wrong pairs — or forgetting the reversed order like 46 AND 64 — changes p and wrecks the answer.

Read the sample-space range: 00–99 is 100, 10–99 is 90

p=favourabletotalp = \dfrac{\text{favourable}}{\text{total}}, so the denominator depends on the stated range. '00 to 99' gives 100 numbers (p=4100p=\tfrac4{100}); '10 to 99' gives 90 (p=490p=\tfrac4{90}). Using the wrong total gives a plausible-but-wrong option — the MHT-CET distractors exploit exactly this.

After finding p, still add all the terms for 'at least 3'

'Occurs at least 3 times' in 4 trials is (43)p3q+p4\binom43 p^3 q + p^4, not just (43)p3q\binom43 p^3 q. The p4p^4 (all four) term is small but the options are built to differ by exactly it — e.g. 97254\tfrac{97}{25^4} vs 96254\tfrac{96}{25^4}.

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)

  • Adding PMF Terms to Get a Whole Answer

    PMF term and the total-probability identity

    P(X=r)=(nr)prqnr,r=0nP(X=r)=(p+q)n=1P(X=r) = \binom{n}{r} p^r q^{\,n-r},\qquad \sum_{r=0}^{n} P(X=r) = (p+q)^n = 1
  • At Least and At Most — Cumulative Probabilities

    Two-term tails you meet most often

    P(X1)=qn+npqn1,P(Xn1)=npn1q+pnP(X \le 1) = q^n + n\,p\,q^{\,n-1},\qquad P(X \ge n-1) = n\,p^{\,n-1}q + p^n
  • At Least One — the 1 minus qⁿ Shortcut

    The at-least-one complement

    P(X1)=1qn,smallest n:  qn<1tP(X \ge 1) = 1 - q^n,\qquad \text{smallest } n:\; q^n < 1 - t
  • Ranges and Symmetric Events by Complement

    Absolute-value condition and the complement of a range

    Xab    abXa+b,P(abXa+b)=1 ⁣ ⁣r[ab,a+b] ⁣ ⁣P(r)|X - a| \le b \iff a-b \le X \le a+b,\qquad P(a{-}b \le X \le a{+}b) = 1 - \!\!\sum_{r \,\notin\, [a-b,\,a+b]} \!\!P(r)
  • Special Counting — Even Successes, Expected Frequency, and Fixed-Trial Events

    Even-count identity and expected frequency

    r even(nr)=2n1,E[count over N]=NP(event)\sum_{r\text{ even}}\binom{n}{r} = 2^{\,n-1},\qquad \mathbb{E}[\text{count over } N] = N \cdot P(\text{event})
  • Finding p First When the Stem Hides It

    p by counting, then the at-least-3 binomial

    p=favourable outcomestotal outcomes,P(X3)=(43)p3q+p4=p3(4q+p)p = \dfrac{\text{favourable outcomes}}{\text{total outcomes}},\qquad P(X \ge 3) = \binom{4}{3}p^3 q + p^4 = p^3(4q + p)

Watch out for (15)

Drill every past-year question on this subtopic

20 questions from the bank — paginated, with cart and Word-export support.

Related notes