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).
  1. 'At most 1' means r{0,1}r \in \{0, 1\}: P(X1)=P(0)+P(1)P(X \le 1) = P(0) + P(1).
  2. P(0)=(30)(13)0(23)3=827P(0) = \binom{3}{0}\left(\tfrac13\right)^0\left(\tfrac23\right)^3 = \tfrac{8}{27}.
  3. P(1)=(31)(13)1(23)2=31349=1227P(1) = \binom{3}{1}\left(\tfrac13\right)^1\left(\tfrac23\right)^2 = 3\cdot\tfrac13\cdot\tfrac49 = \tfrac{12}{27}.
  4. Add: P(X1)=827+1227=2027P(X \le 1) = \tfrac{8}{27} + \tfrac{12}{27} = \tfrac{20}{27}.
Answer:P(X1)=2027P(X \le 1) = \dfrac{20}{27}
Practice this conceptself-check · 4 quick reps

Try it yourself

For XB ⁣(3,13)X \sim B\!\left(3, \tfrac13\right), find P(X2)P(X \ge 2), and check it against the previous whole.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Translate 'at least 4 out of 6' into a set of r-values.
  2. 2.
    Translate 'at most 2 out of 5' into a set of r-values.
  3. 3.
    Translate 'fewer than 2 out of 10' into a set of r-values.
  4. 4.
    Write P(X3)P(X \ge 3) for B(5,p)B(5,p) as a complement.

'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.
  1. Let success = 'fails', so p=134=14p = 1 - \tfrac34 = \tfrac14, q=34q = \tfrac34, n=4n = 4.
  2. 'At most one fails' =P(X1)=P(0)+P(1)= P(X \le 1) = P(0) + P(1).
  3. P(0)=(34)4=81256P(0) = \left(\tfrac34\right)^4 = \tfrac{81}{256}.
  4. P(1)=(41)(14)(34)3=4142764=2764=108256P(1) = \binom{4}{1}\left(\tfrac14\right)\left(\tfrac34\right)^3 = 4\cdot\tfrac14\cdot\tfrac{27}{64} = \tfrac{27}{64} = \tfrac{108}{256}.
  5. Add: 81256+108256=189256\tfrac{81}{256} + \tfrac{108}{256} = \tfrac{189}{256}.
Answer:P(at most one fails)=189256P(\text{at most one fails}) = \dfrac{189}{256}
Practice this conceptself-check · 4 quick reps

Try it yourself

A workman has a 10% chance of contracting a disease. Out of 5 independent workmen, find the probability that at least 3 contract it (leave the answer as a sum of terms).

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    For B(5,0.1)B(5, 0.1), write P(X1)P(X \le 1) in factored form.
  2. 2.
    XB(6,23)X \sim B(6, \tfrac23): which terms make up P(X4)P(X \ge 4)?
  3. 3.
    If 'success' = solving and you want 'unable to solve fewer than 2 of n', which r-values?
  4. 4.
    For B(4,23)B(4, \tfrac23), P(X2)=?P(X \le 2) = ? as a sum.

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.
  1. Success = 'six', so p=16p = \tfrac16, q=56q = \tfrac56, n=3n = 3.
  2. Use the complement: P(X1)=1P(X=0)=1q3P(X \ge 1) = 1 - P(X = 0) = 1 - q^3.
  3. q3=(56)3=125216q^3 = \left(\tfrac56\right)^3 = \tfrac{125}{216}.
  4. So P(X1)=1125216=91216P(X \ge 1) = 1 - \tfrac{125}{216} = \tfrac{91}{216}.
Answer:P(at least one six)=91216P(\text{at least one six}) = \dfrac{91}{216}
Practice this conceptself-check · 4 quick reps

Try it yourself

A biased coin shows heads with probability 13\tfrac13. What is the least number of tosses so that the probability of getting at least one head exceeds 8081\tfrac{80}{81}?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Write P(at least one defective)P(\text{at least one defective}) for 10 draws with 10% defective rate.
  2. 2.
    Fair coin: smallest n with P(at least one head)>0.99P(\text{at least one head}) > 0.99?
  3. 3.
    Why use the complement for 'at least one'?
  4. 4.
    For B(4,14)B(4, \tfrac14), P(X1)=?P(X \ge 1) = ?

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).
  1. X23|X-2| \le 3 means 1X5-1 \le X \le 5.
  2. Since X only takes values 0,1,,50,1,\dots,5, every value qualifies.
  3. So the interval is the whole sample space.
  4. P(X23)=1P(|X-2|\le 3) = 1.
Answer:P(X23)=1P(|X-2| \le 3) = 1
Practice this conceptself-check · 4 quick reps

Try it yourself

For XB ⁣(4,12)X \sim B\!\left(4, \tfrac12\right), find P(1X3)P(1 \le X \le 3) using the complement.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Rewrite X42|X - 4| \le 2 as an interval of integers.
  2. 2.
    For B(6,12)B(6,\tfrac12), which values does 2X62 \le X \le 6 exclude?
  3. 3.
    B(6,12)B(6,\tfrac12): compute P(0)+P(1)P(0)+P(1).
  4. 4.
    So for B(6,12)B(6,\tfrac12), P(X42)=?P(|X-4|\le 2) = ?

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.
  1. For one throw of three dice, P(at least one six)=1(56)3=1125216=91216P(\text{at least one six}) = 1 - \left(\tfrac56\right)^3 = 1 - \tfrac{125}{216} = \tfrac{91}{216}.
  2. The experiment repeats N=40N = 40 times, so the expected count is NPN \cdot P.
  3. Expected =40×91216=3640216=45527= 40 \times \tfrac{91}{216} = \tfrac{3640}{216} = \tfrac{455}{27}.
  4. As a decimal that is about 16.8516.85.
Answer:Expected number of times =4552716.85= \dfrac{455}{27} \approx 16.85
Practice this conceptself-check · 4 quick reps

Try it yourself

The probability a team wins any match is 12\tfrac12, matches independent. Find the probability the team's second win occurs exactly at the third match.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    A fair coin is tossed 100 times. Probability of an even number of heads?
  2. 2.
    One experiment has event probability 1127\tfrac{11}{27}; repeated 27 times, expected count?
  3. 3.
    Two cards drawn with replacement; P(king)=113P(\text{king})=\tfrac1{13}. Find P(X=1)+P(X=2)P(X=1)+P(X=2).
  4. 4.
    How do you handle 'the second success at the 3rd trial'?

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.
  1. Count numbers with digit product 6: 1×6,6×1,2×3,3×2{16,61,23,32}1\times6, 6\times1, 2\times3, 3\times2 \Rightarrow \{16, 61, 23, 32\} — 4 numbers out of 100.
  2. So p=4100=125p = \tfrac{4}{100} = \tfrac{1}{25}, q=2425q = \tfrac{24}{25}, n=4n = 4.
  3. 'At least 3' =(43)p3q+p4=4(125)3(2425)+(125)4= \binom{4}{3}p^3 q + p^4 = 4\left(\tfrac{1}{25}\right)^3\left(\tfrac{24}{25}\right) + \left(\tfrac{1}{25}\right)^4.
  4. Factor p3p^3: (125)3(42425+125)=(125)4(96+1)=97254\left(\tfrac{1}{25}\right)^3\left(4\cdot\tfrac{24}{25} + \tfrac{1}{25}\right) = \left(\tfrac{1}{25}\right)^4(96 + 1) = \tfrac{97}{25^4}.
Answer:P(X3)=97254P(X \ge 3) = \dfrac{97}{25^4}
Practice this conceptself-check · 4 quick reps

Try it yourself

A number is chosen at random with replacement from the two-digit numbers 10, 11, …, 99. Event E is 'the digit product is 18'. Find p and q.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Among 00–99, how many numbers have digit product 24, and what is p?
  2. 2.
    Among 10–99 (90 numbers), how many have digit product 18?
  3. 3.
    Write P(X3)P(X\ge 3) for B(4,p)B(4,p) in factored form.
  4. 4.
    Why does the range '00–99' vs '10–99' matter?

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)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Binomial DistributionHARD
For an initial screening of an entrance exam, a candidate is given fifty problems to solve. If the probability that the candidate can solve any problem is 45\dfrac{4}{5}, then the probability that he is unable to solve less than two problems, is

[Q138 · 14th May Shift 1 · 2024]

Example 2Binomial DistributionEASY
Minimum number of times a fair coin must be tossed, so that the probability of getting at least one head, is more than 99% is

[Q111 · 10th May Shift 2 · 2023]

Example 3Binomial DistributionMODERATE
A fair coin is tossed 100 times. The chance of getting a head even number of times is

[Q101 · 23 April Shift I · 2025]

Example 4Binomial DistributionHARD
Numbers are selected at random, one at a time from two-digit numbers 10, 11, 12, \ldots, 99 with replacement. An event E occurs if and only if the product of the two digits of a selected number is 18. If four numbers are selected, then probability that the event E occurs at least 3 times is

[Q123 · 16th May Shift 2 · 2023]

Example 5Binomial DistributionMODERATE
A multiple-choice examination has 5 questions. Each question has three alternative answers of which exactly one is correct. The probability that a student will get 4 or more correct answers just by guessing, is

[Q145 · 4th May Shift 1 · 2023]

Drill every past-year question on this subtopic

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

Related notes