Skip to main content
Back to Statistics & Probability
JEE Main 2021
Statistics & Probability
Probability
Easy

Question

Let a random variable X have a binomial distribution with mean 8 and variance 4. If P(X2)=k216P\left( {X \le 2} \right) = {k \over {{2^{16}}}}, then k is equal to :

Options

Solution

Key Concepts and Formulas

  • Binomial Distribution (B(n,p)B(n,p)): A random variable XX follows a binomial distribution if it represents the number of successes in nn independent Bernoulli trials, where pp is the probability of success in a single trial and q=1pq=1-p is the probability of failure.
  • Mean and Variance: For a binomial distribution B(n,p)B(n,p), the mean (expected value) is E[X]=npE[X] = np, and the variance is Var[X]=npqVar[X] = npq.
  • Probability Mass Function (PMF): The probability of getting exactly rr successes in nn trials is given by P(X=r)=nCrprqnrP(X=r) = {^nC_r} p^r q^{n-r}, for r=0,1,,nr = 0, 1, \ldots, n.

Step-by-Step Solution

Step 1: Determine the Parameters of the Binomial Distribution (nn and pp)

The first crucial step is to identify the parameters nn (number of trials) and pp (probability of success) that define this specific binomial distribution. We are given the mean and variance, which allows us to find these parameters.

We are given:

  • Mean (E[X]E[X]) = 8
  • Variance (Var[X]Var[X]) = 4

Using the formulas for the mean and variance of a binomial distribution: np=8(Equation 1)np = 8 \quad \text{(Equation 1)} npq=4(Equation 2)npq = 4 \quad \text{(Equation 2)}

To find qq, we can divide Equation 2 by Equation 1. This eliminates nn and pp, directly giving us qq: npqnp=48\frac{npq}{np} = \frac{4}{8} q=12q = \frac{1}{2}

Now that we have qq, we can find pp using the fundamental relationship p+q=1p+q=1: p=1qp = 1 - q p=112p = 1 - \frac{1}{2} p=12p = \frac{1}{2}

Finally, we substitute the value of pp back into Equation 1 to find nn: n(12)=8n \left(\frac{1}{2}\right) = 8 n=8×2n = 8 \times 2 n=16n = 16

Thus, the random variable XX follows a binomial distribution B(16,12)B(16, \frac{1}{2}). This means there are 16 trials, and the probability of success in each trial is 1/21/2.

Step 2: Formulate the Probability Mass Function (PMF) for this specific distribution

With the parameters n=16n=16, p=12p=\frac{1}{2}, and q=12q=\frac{1}{2}, we can write the specific PMF for XX. This formula will be used to calculate the probability of any number of successes rr.

The general PMF is P(X=r)=nCrprqnrP(X=r) = {^nC_r} p^r q^{n-r}. Substituting our values: P(X=r)=16Cr(12)r(12)16rP(X=r) = {^{16}C_r} \left(\frac{1}{2}\right)^r \left(\frac{1}{2}\right)^{16-r} Since the base is the same, we can combine the exponential terms: P(X=r)=16Cr(12)r+(16r)P(X=r) = {^{16}C_r} \left(\frac{1}{2}\right)^{r + (16-r)} P(X=r)=16Cr(12)16P(X=r) = {^{16}C_r} \left(\frac{1}{2}\right)^{16} This can be written more compactly as: P(X=r)=16Cr216P(X=r) = \frac{^{16}C_r}{2^{16}}

Step 3: Calculate the Required Probability P(X2)P(X \le 2)

The problem asks for P(X2)P(X \le 2), which means the probability that the number of successes is less than or equal to 2. For a binomial distribution, this involves summing the probabilities for X=0X=0, X=1X=1, and X=2X=2: P(X2)=P(X=0)+P(X=1)+P(X=2)P(X \le 2) = P(X=0) + P(X=1) + P(X=2)

Using our derived PMF P(X=r)=16Cr216P(X=r) = \frac{^{16}C_r}{2^{16}}:

  • For X=0X=0 successes (r=0r=0): P(X=0)=16C0216=1216(since nC0=1)P(X=0) = \frac{^{16}C_0}{2^{16}} = \frac{1}{2^{16}} \quad \left(\text{since } {^nC_0} = 1\right)

  • For X=1X=1 success (r=1r=1): P(X=1)=16C1216=16216(since nC1=n)P(X=1) = \frac{^{16}C_1}{2^{16}} = \frac{16}{2^{16}} \quad \left(\text{since } {^nC_1} = n\right)

  • For X=2X=2 successes (r=2r=2): P(X=2)=16C2216P(X=2) = \frac{^{16}C_2}{2^{16}} First, calculate the binomial coefficient: 16C2=16×(161)2×1=16×152=8×15=120{^{16}C_2} = \frac{16 \times (16-1)}{2 \times 1} = \frac{16 \times 15}{2} = 8 \times 15 = 120 So, P(X=2)=120216P(X=2) = \frac{120}{2^{16}}

Now, sum these probabilities: P(X2)=1216+16216+120216P(X \le 2) = \frac{1}{2^{16}} + \frac{16}{2^{16}} + \frac{120}{2^{16}} P(X2)=1+16+120216P(X \le 2) = \frac{1 + 16 + 120}{2^{16}} P(X2)=137216P(X \le 2) = \frac{137}{2^{16}}

Step 4: Compare with the Given Form and Find kk

The problem states that P(X2)=k216P(X \le 2) = \frac{k}{2^{16}}. We calculated P(X2)=137216P(X \le 2) = \frac{137}{2^{16}}.

By comparing these two expressions, we can directly find the value of kk: k216=137216\frac{k}{2^{16}} = \frac{137}{2^{16}} k=137k = 137


Common Mistakes & Tips

  • Incorrect Parameter Derivation: A common error is miscalculating nn or pp from the mean and variance. Always double-check by dividing npqnpq by npnp to find qq, then use p=1qp=1-q, and finally n=E[X]/pn=E[X]/p.
  • Misinterpreting Probability Notation: Be careful to distinguish between P(X=r)P(X=r) (exactly rr successes) and P(Xr)P(X \le r) (at most rr successes). The latter requires summing individual probabilities.
  • Binomial Coefficient Errors: Ensure correct calculation of nCr{^nC_r}, especially for common cases like nC0=1{^nC_0}=1, nC1=n{^nC_1}=n, and nC2=n(n1)2{^nC_2}=\frac{n(n-1)}{2}.

Summary

This problem required us to first determine the underlying binomial distribution parameters (nn and pp) using the given mean and variance. We found n=16n=16 and p=1/2p=1/2. With these parameters, we formulated the specific probability mass function (PMF). The final step involved calculating the cumulative probability P(X2)P(X \le 2) by summing the probabilities of X=0X=0, X=1X=1, and X=2X=2 using the PMF. Comparing this result with the given form k216\frac{k}{2^{16}} allowed us to find the value of kk.

The final answer is 137\boxed{\text{137}}, which corresponds to option (C).

Practice More Statistics & Probability Questions

View All Questions