Skip to main content
Back to Statistics & Probability
JEE Main 2024
Statistics & Probability
Probability
Hard

Question

If the sum and the product of mean and variance of a binomial distribution are 24 and 128 respectively, then the probability of one or two successes is :

Options

Solution

1. Key Concepts and Formulas

  • Binomial Distribution (XB(n,p)X \sim B(n, p)): Represents the number of successes (XX) 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 (μ\mu): For a binomial distribution, μ=E(X)=np\mu = E(X) = np.
  • Variance (σ2\sigma^2): For a binomial distribution, σ2=Var(X)=npq\sigma^2 = Var(X) = npq.
  • Probability Mass Function (PMF): The probability of getting exactly kk successes in nn trials is P(X=k)=(nk)pkqnkP(X=k) = \binom{n}{k} p^k q^{n-k}, for k=0,1,2,,nk = 0, 1, 2, \ldots, n.

2. Step-by-Step Solution

Step 1: Formulate equations for mean and variance. We are given the sum and product of the mean (μ\mu) and variance (σ2\sigma^2) of a binomial distribution.

  1. Sum: μ+σ2=24\mu + \sigma^2 = 24
  2. Product: μσ2=128\mu \cdot \sigma^2 = 128

Step 2: Solve for the mean (μ\mu) and variance (σ2\sigma^2). Let μ\mu and σ2\sigma^2 be the roots of a quadratic equation t2(μ+σ2)t+(μσ2)=0t^2 - (\mu + \sigma^2)t + (\mu \cdot \sigma^2) = 0. Substituting the given values: t224t+128=0t^2 - 24t + 128 = 0 To solve this quadratic equation, we can factor it. We look for two numbers that multiply to 128 and add up to -24. These numbers are -16 and -8. (t16)(t8)=0(t - 16)(t - 8) = 0 This gives two possible values for tt: t=16t = 16 or t=8t = 8. Thus, the possible pairs for (μ,σ2)(\mu, \sigma^2) are (16,8)(16, 8) or (8,16)(8, 16).

Step 3: Determine the parameters nn and pp of the binomial distribution. We use the relationships μ=np\mu = np and σ2=npq\sigma^2 = npq. A useful relation derived from these is q=σ2μq = \frac{\sigma^2}{\mu}.

Case 1: μ=16\mu = 16 and σ2=8\sigma^2 = 8 First, calculate qq: q=σ2μ=816=12q = \frac{\sigma^2}{\mu} = \frac{8}{16} = \frac{1}{2} Since p=1qp = 1 - q: p=112=12p = 1 - \frac{1}{2} = \frac{1}{2} Now, use μ=np\mu = np to find nn: 16=n(12)16 = n \left(\frac{1}{2}\right) n=16×2=32n = 16 \times 2 = 32 This set of parameters (n=32n=32, p=1/2p=1/2) is valid because nn is a positive integer and 0<p<10 < p < 1.

Case 2: μ=8\mu = 8 and σ2=16\sigma^2 = 16 Calculate qq: q=σ2μ=168=2q = \frac{\sigma^2}{\mu} = \frac{16}{8} = 2 This value of qq is not possible for a probability, as qq must be between 0 and 1. Therefore, this case is invalid.

So, the unique parameters for the binomial distribution are n=32n=32 and p=1/2p=1/2. Consequently, q=1p=1/2q = 1 - p = 1/2.

Step 4: Calculate the probability of one or two successes. We need to find P(X=1 or X=2)P(X=1 \text{ or } X=2), which for mutually exclusive events is P(X=1)+P(X=2)P(X=1) + P(X=2). Using the binomial probability formula P(X=k)=(nk)pkqnkP(X=k) = \binom{n}{k} p^k q^{n-k} with n=32n=32, p=1/2p=1/2, and q=1/2q=1/2: P(X=k)=(32k)(12)k(12)32k=(32k)(12)32=(32k)232P(X=k) = \binom{32}{k} \left(\frac{1}{2}\right)^k \left(\frac{1}{2}\right)^{32-k} = \binom{32}{k} \left(\frac{1}{2}\right)^{32} = \frac{\binom{32}{k}}{2^{32}}

For P(X=1)P(X=1): P(X=1)=(321)232=32232P(X=1) = \frac{\binom{32}{1}}{2^{32}} = \frac{32}{2^{32}}

For P(X=2)P(X=2): P(X=2)=(322)232=32×312×1232=16×31232=496232P(X=2) = \frac{\binom{32}{2}}{2^{32}} = \frac{\frac{32 \times 31}{2 \times 1}}{2^{32}} = \frac{16 \times 31}{2^{32}} = \frac{496}{2^{32}}

Now, sum these probabilities: P(X=1)+P(X=2)=32232+496232=32+496232=528232P(X=1) + P(X=2) = \frac{32}{2^{32}} + \frac{496}{2^{32}} = \frac{32 + 496}{2^{32}} = \frac{528}{2^{32}}

Step 5: Simplify the result. We simplify the fraction by factoring the numerator: 528=16×33=24×33528 = 16 \times 33 = 2^4 \times 33. Substitute this back into the probability expression: 24×33232=332324=33228\frac{2^4 \times 33}{2^{32}} = \frac{33}{2^{32 - 4}} = \frac{33}{2^{28}}

This result corresponds to option (C).

3. Common Mistakes & Tips

  • Invalid Parameters: Always check that the derived parameters nn and pp are valid (nn is a positive integer, 0<p<10 < p < 1). Invalid parameters (like q=2q=2) help rule out incorrect cases.
  • Quadratic Equation Roots: When solving for mean and variance, remember that both are positive, which can sometimes help in selecting the correct pair of roots if one leads to invalid parameters.
  • Simplification Errors: Be careful when simplifying fractions with powers of 2. 2a/2b=2ab2^a / 2^b = 2^{a-b}.

4. Summary

This problem required us to first determine the parameters of a binomial distribution (nn and pp) using the given sum and product of its mean and variance. We formed a quadratic equation to find the mean and variance, then used the relationships μ=np\mu = np and σ2=npq\sigma^2 = npq to uniquely identify n=32n=32 and p=1/2p=1/2. Finally, we calculated the probability of one or two successes using the binomial probability mass function P(X=k)=(nk)pkqnkP(X=k) = \binom{n}{k} p^k q^{n-k} and summed P(X=1)P(X=1) and P(X=2)P(X=2), simplifying the result to 33228\frac{33}{2^{28}}.

5. Final Answer

The final answer is 33228\boxed{\frac{33}{2^{28}}}, which corresponds to option (C).

Practice More Statistics & Probability Questions

View All Questions