MHT-CET Maths · Binomial Distribution

Parameter Estimation and the Probability Ratio

Use the ratio of two adjacent binomial probabilities to turn a condition like P(X=a) = c·P(X=b) into a simple linear equation in p and q, and read off the unknown parameter p (or n) — the engine behind almost every 'find p' MHT-CET question.

Why this matters

This subtopic is a reliable single-mark scorer: 15 PYQs sit here (4 HARD, 10 MODERATE, 1 EASY). The whole subtopic runs on one idea — the successive-term ratio P(X=k)/P(X=k−1) = ((n−k+1)/k)·(p/q) — which lets the huge factorials cancel so a condition collapses to a linear relation in p and q. The recurring shapes are always the same: a·P(X=i) = b·P(X=j) to find p, the identity ⁿCₐ = ⁿC_b ⇒ a+b = n to find n, and the most-probable value (mode). Master the cancellation once and every variant falls out.

Concept 1 of 6

The Binomial PMF, Mean and Variance (Recall)

Intuition

Everything on this page rests on one distribution: n independent Bernoulli trials, each a success with probability p and failure with probability q = 1 − p. The probability of exactly r successes is a single-term binomial expansion. Keep the mean np and variance npq at your fingertips — several questions finish by asking for the variance once p is known.

Definition

For XB(n,p)X \sim B(n, p) with q=1pq = 1 - p:

  • Probability mass function: P(X=r)=nCrprqnrP(X = r) = {}^{n}C_{r}\,p^{r}q^{n-r} for r=0,1,,nr = 0, 1, \dots, n.
  • Mean: npnp; Variance: npqnpq; Standard deviation: npq\sqrt{npq}.
  • Because q<1q < 1, the variance npqnpq is always LESS than the mean npnp — a quick sanity check.

PMF, mean and variance of B(n, p)

P(X=r)=nCrprqnr,mean=np,var=npq,SD=npqP(X=r) = {}^{n}C_{r}\,p^{r}q^{\,n-r},\qquad \text{mean} = np,\qquad \text{var} = npq,\qquad \text{SD} = \sqrt{npq}
  • nnumber of independent trials
  • pprobability of success on one trial
  • qprobability of failure, q = 1 − p
  • rnumber of successes counted

Worked example

For XB(6,13)X \sim B(6, \tfrac13), write P(X=2)P(X=2) and compute the mean and variance.
  1. PMF: P(X=2)=6C2(13)2(23)4=15191681=240729=80243P(X=2) = {}^{6}C_{2}\left(\tfrac13\right)^{2}\left(\tfrac23\right)^{4} = 15\cdot\tfrac{1}{9}\cdot\tfrac{16}{81} = \dfrac{240}{729} = \dfrac{80}{243}.
  2. Mean =np=613=2= np = 6\cdot\tfrac13 = 2.
  3. Variance =npq=61323=43= npq = 6\cdot\tfrac13\cdot\tfrac23 = \tfrac43; note 43<2\tfrac43 < 2, as expected.
Answer:P(X=2)=80243P(X=2) = \dfrac{80}{243}, mean =2= 2, variance =43= \dfrac{4}{3}.
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

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

  1. 1.
    State P(X=r)P(X=r) for XB(n,p)X \sim B(n,p).
  2. 2.
    Mean and variance of B(n,p)B(n,p)?
  3. 3.
    For B(10,13)B(10, \tfrac13), find the variance.
  4. 4.
    Is the variance of a binomial ever larger than its mean?

Variance is npq, not np or np·q with q = p

The mean of B(n,p)B(n,p) is npnp and the variance is npqnpq with q=1pq = 1-p. Using npnp for the variance, or writing q=pq = p, is the classic slip. Since q<1q<1, variance npqnpq is always strictly smaller than the mean npnp.

The exponent of q is n − r, not r

In P(X=r)=nCrprqnrP(X=r) = {}^{n}C_{r}\,p^{r}q^{\,n-r}, success power prp^{r} counts the rr successes and failure power qnrq^{\,n-r} counts the remaining nrn-r trials. Swapping the exponents (pnrqrp^{n-r}q^{r}) flips success and failure and is a frequent distractor.

Concept 2 of 6

The Successive-Term Ratio of a Binomial Distribution

Intuition

Dividing P(X=k) by P(X=k−1) makes the powers of p and q drop by one each and the binomial coefficients divide down to a single fraction. The result is a compact ratio that is the engine for finding p, comparing probabilities, and locating the mode — it turns messy factorials into one clean expression.

Definition

For XB(n,p)X \sim B(n, p), take the ratio of two consecutive probabilities:

P(X=k)P(X=k1)=nCkpkqnknCk1pk1qnk+1=nCknCk1pq.\frac{P(X=k)}{P(X=k-1)} = \frac{{}^{n}C_{k}\,p^{k}q^{\,n-k}}{{}^{n}C_{k-1}\,p^{k-1}q^{\,n-k+1}} = \frac{{}^{n}C_{k}}{{}^{n}C_{k-1}}\cdot\frac{p}{q}.
The coefficient ratio simplifies to nCknCk1=nk+1k\dfrac{{}^{n}C_{k}}{{}^{n}C_{k-1}} = \dfrac{n-k+1}{k}, so:

  • The full ratio is P(X=k)P(X=k1)=nk+1kpq\dfrac{P(X=k)}{P(X=k-1)} = \dfrac{n-k+1}{k}\cdot\dfrac{p}{q}.
  • The powers of pp and qq always contribute a single factor pq\dfrac{p}{q}, never a squared one — one step up in kk means one more pp and one fewer qq.

Ratio of consecutive binomial probabilities

P(X=k)P(X=k1)=nk+1kpq\frac{P(X=k)}{P(X=k-1)} = \frac{n-k+1}{k}\cdot\frac{p}{q}
  • kthe higher of the two success counts
  • n−k+1the coefficient ratio numerator ⁿC_k / ⁿC_(k−1)
  • p/qone extra success over one fewer failure

Visualization · why the coefficient is C(n, k)

trial 1trial 2trial 3SSSSSF → p²qSFS → p²qSFFFSS → p²qFSFFFSFFF

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

For XB(n,p)X \sim B(n, p), simplify P(X=2)P(X=1)\dfrac{P(X=2)}{P(X=1)} in terms of n,p,qn, p, q.
  1. Write both probabilities: P(X=2)=nC2p2qn2P(X=2) = {}^{n}C_{2}\,p^{2}q^{\,n-2}, P(X=1)=nC1pqn1P(X=1) = {}^{n}C_{1}\,p\,q^{\,n-1}.
  2. Divide: nC2nC1p2pqn2qn1=nC2nC1pq\dfrac{{}^{n}C_{2}}{{}^{n}C_{1}}\cdot\dfrac{p^{2}}{p}\cdot\dfrac{q^{\,n-2}}{q^{\,n-1}} = \dfrac{{}^{n}C_{2}}{{}^{n}C_{1}}\cdot\dfrac{p}{q}.
  3. Coefficient ratio: nC2nC1=n(n1)/2n=n12\dfrac{{}^{n}C_{2}}{{}^{n}C_{1}} = \dfrac{n(n-1)/2}{n} = \dfrac{n-1}{2}.
  4. So P(X=2)P(X=1)=n12pq\dfrac{P(X=2)}{P(X=1)} = \dfrac{n-1}{2}\cdot\dfrac{p}{q} — matching nk+1kpq\dfrac{n-k+1}{k}\cdot\dfrac{p}{q} at k=2k=2.
Answer:P(X=2)P(X=1)=n12pq\dfrac{P(X=2)}{P(X=1)} = \dfrac{n-1}{2}\cdot\dfrac{p}{q}
Practice this conceptself-check · 4 quick reps

Try it yourself

For XB(n,p)X \sim B(n, p), find P(X=k)P(X=k1)\dfrac{P(X=k)}{P(X=k-1)} as a single simplified expression.

Practice — Level 1 (4 reps)

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

  1. 1.
    Simplify nCknCk1\dfrac{{}^{n}C_{k}}{{}^{n}C_{k-1}}.
  2. 2.
    State P(X=k)P(X=k1)\dfrac{P(X=k)}{P(X=k-1)} for B(n,p)B(n,p).
  3. 3.
    What power of p/qp/q appears in the ratio of two ADJACENT binomial probabilities?
  4. 4.
    For B(n,p)B(n,p), evaluate P(X=1)P(X=0)\dfrac{P(X=1)}{P(X=0)}.

From the bank · past-year question

Example 2Binomial DistributionMODERATE
If XB(n,p)X\sim B(n,p) then P(X=k)P(X=k1)=\frac{P(X=k)}{P(X=k- 1)}=

[Q107 · 19 April Shift II · 2025]

The coefficient ratio is (n−k+1)/k, not (n−k)/k or (n−k+1)/(k+1)

nCknCk1=nk+1k\dfrac{{}^{n}C_{k}}{{}^{n}C_{k-1}} = \dfrac{n-k+1}{k}. The +1 comes from (n(k1))=nk+1(n-(k-1)) = n-k+1, and the denominator is exactly kk. Distractors like nkk1\dfrac{n-k}{k-1} or nk+1k+1\dfrac{n-k+1}{k+1} are the standard wrong options — verify by testing k=1k=1 (the ratio must be npqn\cdot\tfrac{p}{q}).

Do not invert the ratio: it is p/q, not q/p

Moving from k1k-1 up to kk adds one success, so the ratio carries pq\dfrac{p}{q} (one more pp, one fewer qq). Writing qp\dfrac{q}{p} inverts the direction and is a frequent trap — the option n+1kqp\dfrac{n+1}{k}\cdot\dfrac{q}{p} is designed to catch exactly this.

Concept 3 of 6

Finding p from a Condition a·P(X=i) = b·P(X=j)

Intuition

The most common shape: you are told two binomial probabilities are related, e.g. 5P(X=0) = P(X=1). Write both with the PMF, cancel the common binomial coefficient and powers, and you are left with a linear relation between p and q. Combine with p + q = 1 to solve for p — then finish with whatever is asked (often the variance npq).

Definition

Procedure to find pp from a condition like aP(X=i)=bP(X=j)a\,P(X=i) = b\,P(X=j):

  • Substitute the PMF on both sides: anCipiqni=bnCjpjqnja\,{}^{n}C_{i}\,p^{i}q^{\,n-i} = b\,{}^{n}C_{j}\,p^{j}q^{\,n-j}.
  • Cancel the common powers of pp and qq and the numerical coefficients; you get a linear equation in pp and qq (e.g. 4q=3p4q = 3p).
  • Substitute q=1pq = 1 - p and solve the linear equation for pp.
  • If the answer wants the variance, compute npqnpq with the pp just found.

Cancelling a condition to a linear relation

anCipiqni=bnCjpjqnj    linear in p,q,q=1pa\,{}^{n}C_{i}\,p^{i}q^{\,n-i} = b\,{}^{n}C_{j}\,p^{j}q^{\,n-j}\;\Longrightarrow\;\text{linear in }p,q,\quad q = 1-p

Worked example

For XB(6,p)X \sim B(6, p), 4P(X=1)=P(X=2)4P(X=1) = P(X=2). Find pp and hence the variance.
  1. Write the PMFs: 46C1pq5=6C2p2q44\,{}^{6}C_{1}\,p\,q^{5} = {}^{6}C_{2}\,p^{2}q^{4}.
  2. Insert coefficients: 46pq5=15p2q44\cdot 6\,p\,q^{5} = 15\,p^{2}q^{4}, i.e. 24pq5=15p2q424 p q^{5} = 15 p^{2}q^{4}.
  3. Cancel pq4p\,q^{4}: 24q=15p24 q = 15 p, so 8q=5p8q = 5p.
  4. Use q=1pq = 1-p: 8(1p)=5p8=13pp=8138(1-p) = 5p \Rightarrow 8 = 13p \Rightarrow p = \tfrac{8}{13}, q=513q = \tfrac{5}{13}.
  5. Variance =npq=6813513=240169= npq = 6\cdot\tfrac{8}{13}\cdot\tfrac{5}{13} = \dfrac{240}{169}.
Answer:p=813p = \dfrac{8}{13}, variance =240169= \dfrac{240}{169}.
Practice this conceptself-check · 4 quick reps

Try it yourself

For XB(5,p)X \sim B(5, p), P(X=2)=P(X=3)P(X=2) = P(X=3). Find pp.

Practice — Level 1 (4 reps)

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

  1. 1.
    For B(n,p)B(n,p), P(X=1)=P(X=0)nP(X=1) = P(X=0)\cdot n. What relation between p,qp,q is this?
  2. 2.
    For B(4,p)B(4,p), P(X=1)=P(X=3)P(X=1) = P(X=3). Find pp.
  3. 3.
    After cancelling, a condition gives 3p=2q3p = 2q. Find pp.
  4. 4.
    Once p=14p = \tfrac14 for B(8,p)B(8,p), what is the variance?

From the bank · past-year question

Example 3Binomial DistributionEASY
If X is a binomial variable with range {0,1,2,3,4}\mathbf{\{ 0,1,2,3,4\}} and P(X=3)=3P(X=4)P(X = 3) = 3P(X = 4) then the parameter ' pp ' of the binomial distribution is.

[Q116 · 20 April Shift I · 2025]

Cancel powers of BOTH p and q before solving

From anCipiqni=bnCjpjqnja\,{}^{n}C_{i}\,p^{i}q^{\,n-i} = b\,{}^{n}C_{j}\,p^{j}q^{\,n-j}, cancel the smaller power of pp and the smaller power of qq from each side so a clean linear relation like 4q=3p4q = 3p survives. Forgetting to cancel the qq-powers, or keeping a stray p2p^{2}, leaves a quadratic that cannot match the intended linear answer.

Always substitute q = 1 − p at the end, not p = 1 − q inconsistently

After cancelling you have a relation between pp and qq (say 3p=q3p = q). Replace qq with 1p1-p to get a single-variable equation: 3p=1pp=143p = 1-p \Rightarrow p = \tfrac14. Solving without eliminating qq leaves two unknowns; mixing up which is 11 - the other flips the answer to qq instead of pp.

Read what the question finally asks — p, or the variance/probability that follows

Many of these questions do NOT stop at pp: after finding pp they ask for npqnpq, or another probability like P(X=4)P(X=4). Compute pp first, then plug into whatever is requested. Reporting pp when the option list is variances is a careless-miss trap.

Concept 4 of 6

Finding p from Given Numerical Probabilities

Intuition

Sometimes the data are actual numbers — P(exactly 1 success) = 0.4096 and P(exactly 2) = 0.2048, or a single P(X=4) = a fraction. Dividing two given probabilities makes the coefficients and powers collapse to a p/q ratio (fast), or matching one given value pins p directly. Then you compute the requested probability with the recovered p.

Definition

Two flavours of 'numbers are given':

  • Two probabilities given: divide them. P(X=1)P(X=2)=nC1nC2qp\dfrac{P(X=1)}{P(X=2)} = \dfrac{{}^{n}C_{1}}{{}^{n}C_{2}}\cdot\dfrac{q}{p}; plugging the numeric ratio gives a linear p,qp,q relation, so q=4pq = 4p etc., then p=15p = \tfrac15.
  • One probability given: set nCrprqnr{}^{n}C_{r}\,p^{r}q^{\,n-r} equal to the given fraction and recognise p,qp, q (often p=14,q=34p = \tfrac14, q = \tfrac34) from the powers of the fraction.
  • Finish by evaluating the requested P(X=r)P(X = r) or the variance npqnpq with the recovered pp.

Divide two given probabilities to expose p/q

P(X=i)P(X=j)=nCinCj(pq)ij\frac{P(X=i)}{P(X=j)} = \frac{{}^{n}C_{i}}{{}^{n}C_{j}}\left(\frac{p}{q}\right)^{\,i-j}

Worked example

In 4 independent trials, P(exactly 1)=827P(\text{exactly }1) = \tfrac{8}{27} times P(exactly 0)P(\text{exactly }0). Find pp and P(X=2)P(X=2).
  1. Divide: P(X=1)P(X=0)=4C14C0pq=4pq\dfrac{P(X=1)}{P(X=0)} = \dfrac{{}^{4}C_{1}}{{}^{4}C_{0}}\cdot\dfrac{p}{q} = 4\cdot\dfrac{p}{q}.
  2. This equals 827\tfrac{8}{27}? Set 4pq=827pq=2274\cdot\dfrac{p}{q} = \dfrac{8}{27}\Rightarrow \dfrac{p}{q} = \dfrac{2}{27}.
  3. So 27p=2q=2(1p)29p=2p=22927p = 2q = 2(1-p)\Rightarrow 29p = 2 \Rightarrow p = \tfrac{2}{29}, q=2729q = \tfrac{27}{29}.
  4. P(X=2)=4C2p2q2=6(229)2(2729)2=64729294=17496707281P(X=2) = {}^{4}C_{2}\,p^{2}q^{2} = 6\left(\tfrac{2}{29}\right)^{2}\left(\tfrac{27}{29}\right)^{2} = \dfrac{6\cdot 4\cdot 729}{29^{4}} = \dfrac{17496}{707281}.
Answer:p=229p = \dfrac{2}{29}, P(X=2)=17496707281P(X=2) = \dfrac{17496}{707281}.
Practice this conceptself-check · 4 quick reps

Try it yourself

In B(5,p)B(5, p), P(X=5)=132P(X=5) = \dfrac{1}{32}. Find pp.

Practice — Level 1 (4 reps)

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

  1. 1.
    Two adjacent probabilities in B(5,p)B(5,p) are in ratio P(X=1):P(X=2)=2:1P(X=1):P(X=2) = 2:1. Find q/pq/p.
  2. 2.
    If q=4pq = 4p and p+q=1p+q=1, find pp.
  3. 3.
    In B(5,15)B(5,\tfrac15), find P(X=4)P(X=4).
  4. 4.
    If 6C4p4q2=1354096{}^{6}C_{4}\,p^{4}q^{2} = \tfrac{135}{4096} with 15p4q2=135409615 p^4 q^2 = \tfrac{135}{4096}, find pp.

From the bank · past-year question

Example 4Binomial DistributionMODERATE
In a Binomial distribution consisting of 5 independent trials, probabilities of exactly 1 and 2 successes are 0.4096 and 0.2048 respectively, then the probability of getting exactly 4 successes is

[Q128 · 10th May Shift 1 · 2023]

Dividing the two given probabilities is faster than substituting numbers

Given P(X=1)=0.4096P(X=1) = 0.4096 and P(X=2)=0.2048P(X=2) = 0.2048, do NOT solve for pp from each equation separately. Divide them: the powers of p,qp, q drop to a single p/qp/q and the coefficients to 5C1/5C2{}^{5}C_1/{}^{5}C_2, giving q=4pq = 4p in one line. Then p=15p = \tfrac15.

Recover p, then evaluate the REQUESTED probability — not the ones given

After finding p=15,q=45p = \tfrac15, q = \tfrac45 in a 5-trial problem, the question asks for P(X=3)P(X=3) or P(X=4)P(X=4), e.g. P(X=4)=5C4(15)445=4625P(X=4) = {}^{5}C_{4}\left(\tfrac15\right)^{4}\tfrac45 = \tfrac{4}{625}. Re-quoting a given value like 0.2048 is a misread.

Read a single given P(X=r) as a product of powers to spot p and q

15p4q2=135409615\,p^{4}q^{2} = \tfrac{135}{4096} means p4q2=94096p^{4}q^{2} = \tfrac{9}{4096}; recognise 94096=(14)4(34)2\tfrac{9}{4096} = \left(\tfrac14\right)^{4}\left(\tfrac34\right)^{2}, so p=14p = \tfrac14. Trying to solve the sixth-degree equation blindly wastes time — read off the powers of the fraction.

Concept 5 of 6

Combination Identities: ⁿCₐ = ⁿC_b and PMF Normalisation

Intuition

Two coefficient facts finish a class of questions instantly. First, ⁿCₐ = ⁿC_b forces either a = b or a + b = n — so 'P(5 tails) = P(7 tails)' with a fair coin gives n = 12 directly. Second, all probabilities must sum to 1, so ΣⁿCᵣ(½)ⁿ = 1 means 2ⁿ = the given total, pinning n.

Definition

Two identities that pin down nn:

  • Equal coefficients: nCa=nCb{}^{n}C_{a} = {}^{n}C_{b} (with aba \ne b) implies a+b=na + b = n. For a FAIR coin, P(a)=P(b)P(a) = P(b) reduces to exactly this because (12)n\left(\tfrac12\right)^{n} cancels — so P(5 tails)=P(7 tails)n=12P(5\text{ tails}) = P(7\text{ tails}) \Rightarrow n = 12.
  • Normalisation: r=0nnCr(12)n=(12)nr=0nnCr=(12)n2n=1\displaystyle\sum_{r=0}^{n}{}^{n}C_{r}\left(\tfrac12\right)^{n} = \left(\tfrac12\right)^{n}\sum_{r=0}^{n}{}^{n}C_{r} = \left(\tfrac12\right)^{n}2^{n} = 1. If a PMF is nCrk{}^{n}C_{r}k for constant kk, then k2n=1k\cdot 2^{n} = 1, so 2n2^{n} equals the reciprocal of kk — solve for nn.
  • After finding nn, evaluate any requested P(X=r)P(X=r) with nCr(12)n{}^{n}C_{r}\left(\tfrac12\right)^{n}.

The two n-pinning identities

nCa=nCb  (ab)    a+b=n,r=0nnCr=2n{}^{n}C_{a} = {}^{n}C_{b}\;(a\ne b)\;\Rightarrow\; a+b = n,\qquad \sum_{r=0}^{n}{}^{n}C_{r} = 2^{n}

Worked example

A fair coin is tossed nn times and P(4 heads)=P(6 heads)P(4\text{ heads}) = P(6\text{ heads}). Find nn and then P(2 heads)P(2\text{ heads}).
  1. Fair coin: nC4(12)n=nC6(12)n{}^{n}C_{4}\left(\tfrac12\right)^{n} = {}^{n}C_{6}\left(\tfrac12\right)^{n}, so nC4=nC6{}^{n}C_{4} = {}^{n}C_{6}.
  2. Equal coefficients with 464 \ne 6 give 4+6=n4 + 6 = n, i.e. n=10n = 10.
  3. P(2 heads)=10C2(12)10=451024P(2\text{ heads}) = {}^{10}C_{2}\left(\tfrac12\right)^{10} = \dfrac{45}{1024}.
Answer:n=10n = 10, P(2 heads)=451024P(2\text{ heads}) = \dfrac{45}{1024}.
Practice this conceptself-check · 4 quick reps

Try it yourself

A PMF is P(X=r)=nCr(12)nP(X=r) = {}^{n}C_{r}\left(\tfrac12\right)^{n} for r=0,,nr = 0,\dots,n. Given the coefficients sum makes the total probability 1 and 2n=642^{n} = 64, find nn and P(X1)P(X \le 1).

Practice — Level 1 (4 reps)

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

  1. 1.
    nC3=nC8{}^{n}C_{3} = {}^{n}C_{8}, 383 \ne 8. Find nn.
  2. 2.
    For a fair coin, P(2 heads)=P(8 heads)P(2\text{ heads}) = P(8\text{ heads}). Find the number of tosses.
  3. 3.
    r=0nnCr=?\displaystyle\sum_{r=0}^{n}{}^{n}C_{r} = ?
  4. 4.
    If 2n=322^{n} = 32, find nn.

From the bank · past-year question

Example 5Binomial DistributionMODERATE
A fair coin is tossed a fixed number of times. If the probability of getting 5 tails is same as the probability of getting 7 tails, then the probability of getting 3 tails is

[Q139 · 26 April Shift II · 2025]

ⁿCₐ = ⁿC_b gives a + b = n (or a = b), not a − b = n

The symmetry nCa=nCna{}^{n}C_{a} = {}^{n}C_{n-a} means equal coefficients with aba \ne b force b=nab = n - a, i.e. a+b=na + b = n. So P(5)=P(7)P(5) = P(7) for a fair coin gives n=12n = 12, NOT n=2n = 2. Subtracting the indices is the classic error.

The coefficients cancel only for a FAIR coin

P(a)=P(b)nCa=nCbP(a) = P(b)\Rightarrow {}^{n}C_{a} = {}^{n}C_{b} works because p=q=12p = q = \tfrac12 makes paqna=pbqnbp^{a}q^{n-a} = p^{b}q^{n-b}. If p12p \ne \tfrac12 (e.g. the 100-coin question with unknown pp), the powers do NOT cancel — you must keep (pq)\left(\tfrac{p}{q}\right) and solve for pp, which is the 'find p from a condition' route instead.

Simplify the final probability into the option's power of 2

P(3 tails)=12C3(12)12=220212=55210P(3\text{ tails}) = {}^{12}C_{3}\left(\tfrac12\right)^{12} = \dfrac{220}{2^{12}} = \dfrac{55}{2^{10}} — reduce 2204096\tfrac{220}{4096} so it matches the answer written over 2102^{10}. Leaving it over 2122^{12} or not reducing 220=455220 = 4\cdot 55 is why students miss the correct option.

Concept 6 of 6

The Most Probable Value (Mode) of a Binomial Distribution

Intuition

The mode is the value r where P(X=r) is largest — where the successive-term ratio crosses 1 (probabilities rise while the ratio exceeds 1, then fall). For a fair coin the coefficients ⁿCᵣ peak in the middle, so the most probable count sits at the centre of the range.

Definition

The mode of XB(n,p)X \sim B(n, p) is the rr maximising nCrprqnr{}^{n}C_{r}\,p^{r}q^{\,n-r}; it is the value where the ratio P(X=r)P(X=r1)\dfrac{P(X=r)}{P(X=r-1)} drops below 1. For the fair coin p=12p = \tfrac12 the probability is just nCr(12)n{}^{n}C_{r}\left(\tfrac12\right)^{n}, so the mode is wherever nCr{}^{n}C_{r} is largest:

  • **Even nn:** the coefficient peaks at the single middle value r=n2r = \dfrac{n}{2}.
  • **Odd nn:** it peaks at the TWO central values r=n12r = \dfrac{n-1}{2} and r=n+12r = \dfrac{n+1}{2}, which are equal.

So for B(99,12)B(99, \tfrac12) the maximum is at r=49r = 49 and r=50r = 50.

Most probable value for a fair coin B(n, ½)

n even: r=n2;n odd: r=n12 and n+12n\text{ even: } r = \tfrac{n}{2};\qquad n\text{ odd: } r = \tfrac{n-1}{2}\ \text{and}\ \tfrac{n+1}{2}

Visualization · change n and p, watch the distribution reshape

mean = 4012345678Pnumber of successes k
trials n:
p:

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

A fair coin is tossed 8 times. For how many heads is the probability maximum, and what is that probability?
  1. XB(8,12)X \sim B(8, \tfrac12), so P(X=r)=8Cr(12)8P(X=r) = {}^{8}C_{r}\left(\tfrac12\right)^{8}, maximised where 8Cr{}^{8}C_{r} is largest.
  2. n=8n = 8 is even, so the single peak is at r=82=4r = \dfrac{8}{2} = 4.
  3. P(X=4)=8C4(12)8=70256=35128P(X=4) = {}^{8}C_{4}\left(\tfrac12\right)^{8} = \dfrac{70}{256} = \dfrac{35}{128}.
Answer:Maximum at r=4r = 4, with probability 35128\dfrac{35}{128}.
Practice this conceptself-check · 4 quick reps

Try it yourself

A fair coin is tossed 11 times. At which value(s) of rr is P(X=r)P(X=r) maximum?

Practice — Level 1 (4 reps)

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

  1. 1.
    Where is 10Cr{}^{10}C_{r} largest?
  2. 2.
    For a fair coin tossed 7 times, the most probable number of heads is?
  3. 3.
    The mode occurs where the ratio P(X=r)/P(X=r1)P(X=r)/P(X=r-1) does what?
  4. 4.
    For B(99,12)B(99,\tfrac12), the two most probable values of rr are?

From the bank · past-year question

Example 6Binomial DistributionMODERATE
A fair coin is tossed 99 times. If X is the number of times head occur, then P[X=r]P\lbrack X = r\rbrack is maximum when r=r =

[Q150 · 20 April Shift II · 2025]

For odd n there are TWO modes, both central

When nn is odd (e.g. B(99,12)B(99, \tfrac12)), the maximum probability occurs at BOTH r=n12r = \tfrac{n-1}{2} and r=n+12r = \tfrac{n+1}{2} (here 49 and 50) — they are exactly equal. If only one appears among the options, pick it; do not assume a unique mode for odd nn.

The mode is the middle of the range, not the mean np unless p = ½

For a fair coin the mode coincides with the centre n2\tfrac{n}{2} because nCr{}^{n}C_{r} is symmetric. For general pp the mode is near (n+1)p(n+1)p, not the range midpoint — but MHT-CET most-probable-value questions are almost always fair-coin, so anchor on the central nCr{}^{n}C_{r} peak.

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)

  • The Binomial PMF, Mean and Variance (Recall)

    PMF, mean and variance of B(n, p)

    P(X=r)=nCrprqnr,mean=np,var=npq,SD=npqP(X=r) = {}^{n}C_{r}\,p^{r}q^{\,n-r},\qquad \text{mean} = np,\qquad \text{var} = npq,\qquad \text{SD} = \sqrt{npq}
  • The Successive-Term Ratio of a Binomial Distribution

    Ratio of consecutive binomial probabilities

    P(X=k)P(X=k1)=nk+1kpq\frac{P(X=k)}{P(X=k-1)} = \frac{n-k+1}{k}\cdot\frac{p}{q}
  • Finding p from a Condition a·P(X=i) = b·P(X=j)

    Cancelling a condition to a linear relation

    anCipiqni=bnCjpjqnj    linear in p,q,q=1pa\,{}^{n}C_{i}\,p^{i}q^{\,n-i} = b\,{}^{n}C_{j}\,p^{j}q^{\,n-j}\;\Longrightarrow\;\text{linear in }p,q,\quad q = 1-p
  • Finding p from Given Numerical Probabilities

    Divide two given probabilities to expose p/q

    P(X=i)P(X=j)=nCinCj(pq)ij\frac{P(X=i)}{P(X=j)} = \frac{{}^{n}C_{i}}{{}^{n}C_{j}}\left(\frac{p}{q}\right)^{\,i-j}
  • Combination Identities: ⁿCₐ = ⁿC_b and PMF Normalisation

    The two n-pinning identities

    nCa=nCb  (ab)    a+b=n,r=0nnCr=2n{}^{n}C_{a} = {}^{n}C_{b}\;(a\ne b)\;\Rightarrow\; a+b = n,\qquad \sum_{r=0}^{n}{}^{n}C_{r} = 2^{n}
  • The Most Probable Value (Mode) of a Binomial Distribution

    Most probable value for a fair coin B(n, ½)

    n even: r=n2;n odd: r=n12 and n+12n\text{ even: } r = \tfrac{n}{2};\qquad n\text{ odd: } r = \tfrac{n-1}{2}\ \text{and}\ \tfrac{n+1}{2}

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 DistributionMODERATE
If XB(n,p)X \sim B(n, p) then P(X=k)P(X=k1)=\frac{P(X=k)}{P(X=k-1)} =

[Shift || · 2025]

Example 2Binomial DistributionMODERATE
One hundred identical coins, each with probability p, of showing up heads are tossed once. If 0<p<10<p<1 and the probability of heads showing on 50 coins is equal to that of heads showing on 51 coins, then the value of p is

[Q150 · 11th May Shift 2 · 2023]

Example 3Binomial DistributionHARD
Let in a Binomial distribution, consisting of 5 independent trials, probabilities of exactly 1 and 2 successes be 0.4096 and 0.2048 respectively. Then the probability of getting exactly 3 successes is equal to

[Q103 · 2nd May Shift 2 · 2023]

Example 4Binomial DistributionHARD
The probability mass function of random variable X is given by P[X=r]=(nr)(32)nP[X=r]=\binom{n}{r}\left(\frac{3}{2}\right)^n, n,rN0n,r\in\mathbb{N}_0, otherwise 0, then P[X2]=P[X\leq2]=

[Q129 · 9th May Shift 1 · 2024]

Example 5Binomial DistributionMODERATE
A binomial random variable X satisfies 9P(X=4)=P(X=2)9P(X=4) = P(X=2) when n=6n=6. Then p is equal to

[Q131 · 11th May Shift 1 · 2024]

Drill every past-year question on this subtopic

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

Related notes