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

Question

Let XX be a binomially distributed random variable with mean 4 and variance 43\frac{4}{3}. Then, 54P(X2)54 \,P(X \leq 2) is equal to :

Options

Solution

Key Concepts and Formulas

A random variable XX follows a binomial distribution, denoted as B(n,p)B(n, p), if it represents the number of "successes" in a fixed number of nn independent Bernoulli trials. Each trial has a constant probability of success pp, and consequently, a probability of failure q=1pq = 1-p.

For a binomial distribution B(n,p)B(n, p), the following fundamental formulas are used:

  1. Probability Mass Function (PMF): The probability of observing exactly kk successes in nn trials is given by: P(X=k)=nCkpk(1p)nkP(X=k) = {^nC_k} \, p^k \, (1-p)^{n-k} where k{0,1,2,,n}k \in \{0, 1, 2, \dots, n\} and nCk=n!k!(nk)!{^nC_k} = \frac{n!}{k!(n-k)!} is the binomial coefficient.

  2. Mean (μ\mu): The expected number of successes is calculated as: μ=np\mu = np

  3. Variance (σ2\sigma^2): The measure of the spread of the distribution is: σ2=np(1p)\sigma^2 = np(1-p)

These formulas are essential for characterizing and calculating probabilities related to binomial random variables.


Step-by-Step Solution

Our goal is to determine the value of 54P(X2)54 \, P(X \leq 2) for a given binomially distributed random variable XX.

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

Before calculating probabilities, we must first identify the specific binomial distribution by finding its parameters: nn (the total number of trials) and pp (the probability of success).

We are given:

  • Mean of XX: μ=4\mu = 4
  • Variance of XX: σ2=43\sigma^2 = \frac{4}{3}
  1. Formulate equations from the given mean and variance: Using the standard formulas for the mean and variance of a binomial distribution, we set up a system of equations: (1) np=4np = 4 (2) np(1p)=43np(1-p) = \frac{4}{3} Reasoning: These equations directly translate the problem's given information into a solvable system for our unknown parameters nn and pp.

  2. Solve for pp (probability of success): We can efficiently solve this system by substituting the expression for npnp from equation (1) into equation (2): 4(1p)=434(1-p) = \frac{4}{3} Now, divide both sides by 4 to isolate (1p)(1-p): 1p=43×41-p = \frac{4}{3 \times 4} 1p=131-p = \frac{1}{3} To find pp, subtract 13\frac{1}{3} from 1: p=113p = 1 - \frac{1}{3} p=23p = \frac{2}{3} Reasoning: Solving for pp first simplifies the subsequent calculation of nn. The value p=23p = \frac{2}{3} tells us the probability of success in any single trial. Consequently, the probability of failure is q=1p=123=13q = 1-p = 1-\frac{2}{3} = \frac{1}{3}.

  3. Solve for nn (number of trials): Substitute the calculated value of p=23p = \frac{2}{3} back into equation (1) (np=4np=4): n×23=4n \times \frac{2}{3} = 4 Multiply both sides by 32\frac{3}{2} to solve for nn: n=4×32n = 4 \times \frac{3}{2} n=6n = 6 Reasoning: With pp determined, finding nn completes the identification of the specific binomial distribution. The value n=6n=6 indicates that there are 6 independent trials in this experiment.

    Thus, the random variable XX follows a binomial distribution XB(6,23)X \sim B\left(6, \frac{2}{3}\right).

Step 2: Calculate P(X2)P(X \leq 2)

The expression P(X2)P(X \leq 2) represents the cumulative probability that the number of successes is less than or equal to 2. For a discrete binomial distribution, this means summing the probabilities of obtaining exactly 0, 1, or 2 successes: P(X2)=P(X=0)+P(X=1)+P(X=2)P(X \leq 2) = P(X=0) + P(X=1) + P(X=2) Reasoning: The notation P(Xk)P(X \leq k) requires summing individual probabilities for all outcomes from 00 up to kk.

We will use the PMF formula P(X=k)=nCkpk(1p)nkP(X=k) = {^nC_k} \, p^k \, (1-p)^{n-k} with n=6n=6, p=23p=\frac{2}{3}, and (1p)=13(1-p)=\frac{1}{3}.

  1. Calculate P(X=0)P(X=0): P(X=0)=6C0(23)0(13)60P(X=0) = {^6C_0} \left(\frac{2}{3}\right)^0 \left(\frac{1}{3}\right)^{6-0} Since 6C0=1{^6C_0} = 1 and (23)0=1(\frac{2}{3})^0 = 1: P(X=0)=1×1×(13)6=1636=1729P(X=0) = 1 \times 1 \times \left(\frac{1}{3}\right)^6 = \frac{1^6}{3^6} = \frac{1}{729}

  2. Calculate P(X=1)P(X=1): P(X=1)=6C1(23)1(13)61P(X=1) = {^6C_1} \left(\frac{2}{3}\right)^1 \left(\frac{1}{3}\right)^{6-1} Since 6C1=6{^6C_1} = 6: P(X=1)=6×23×(13)5P(X=1) = 6 \times \frac{2}{3} \times \left(\frac{1}{3}\right)^5 P(X=1)=4×135=4243P(X=1) = 4 \times \frac{1}{3^5} = \frac{4}{243} To prepare for summation, we express this with a common denominator of 36=7293^6 = 729: P(X=1)=4×3243×3=12729P(X=1) = \frac{4 \times 3}{243 \times 3} = \frac{12}{729}

  3. Calculate P(X=2)P(X=2): P(X=2)=6C2(23)2(13)62P(X=2) = {^6C_2} \left(\frac{2}{3}\right)^2 \left(\frac{1}{3}\right)^{6-2} Since 6C2=6×52×1=15{^6C_2} = \frac{6 \times 5}{2 \times 1} = 15: P(X=2)=15×(49)×(13)4P(X=2) = 15 \times \left(\frac{4}{9}\right) \times \left(\frac{1}{3}\right)^4 P(X=2)=15×49×181P(X=2) = 15 \times \frac{4}{9} \times \frac{1}{81} P(X=2)=609×81=60729P(X=2) = \frac{60}{9 \times 81} = \frac{60}{729}

  4. Sum the probabilities to find P(X2)P(X \leq 2): P(X2)=1729+12729+60729P(X \leq 2) = \frac{1}{729} + \frac{12}{729} + \frac{60}{729} P(X2)=1+12+60729=73729P(X \leq 2) = \frac{1 + 12 + 60}{729} = \frac{73}{729} Reasoning: This is the intermediate cumulative probability required before the final calculation.

Step 3: Calculate the Final Required Value

The problem asks for the value of 54P(X2)54 \, P(X \leq 2). We substitute the calculated value of P(X2)P(X \leq 2): 54P(X2)=54×7372954 \, P(X \leq 2) = 54 \times \frac{73}{729} Reasoning: This is the final computation specified by the problem statement.

To simplify the expression, we can recognize common factors. Note that 729=36=27×27729 = 3^6 = 27 \times 27, and 54=2×2754 = 2 \times 27: 54P(X2)=(2×27)×73(27×27)54 \, P(X \leq 2) = (2 \times 27) \times \frac{73}{(27 \times 27)} Cancel one factor of 27 from the numerator and the denominator: 54P(X2)=2×732754 \, P(X \leq 2) = \frac{2 \times 73}{27} 54P(X2)=1462754 \, P(X \leq 2) = \frac{146}{27} Reasoning: Simplifying the fraction provides the final answer in its most reduced form, which matches the format of the options.


Common Mistakes & Tips

  • Parameter Identification Errors: A frequent mistake is incorrectly solving for nn and pp. Always double-check your calculations when using the mean and variance formulas to ensure nn and pp are correct. Incorrect parameters will lead to incorrect probabilities.
  • Arithmetic Precision: Binomial probability calculations involve combinations, powers of fractions, and sums. Be meticulous with each step to avoid numerical errors. Remember that nC0=1{^nC_0} = 1, nCn=1{^nC_n} = 1, and nC1=n{^nC_1} = n.
  • Misinterpreting Probability Notation: Understand the distinction between P(X=k)P(X=k) (exact probability) and P(Xk)P(X \leq k) (cumulative probability). For P(Xk)P(X \leq k), always sum probabilities from X=0X=0 up to X=kX=k.
  • Strategic Simplification: When summing multiple probabilities involving fractions, find a common denominator early (e.g., 36=7293^6 = 729) to simplify addition. For final multiplication, look for common factors between the numerator and denominator to reduce the fraction efficiently.

Summary

This problem effectively tests the understanding and application of the binomial distribution. The solution followed a structured approach: first, we accurately determined the parameters of the binomial distribution, n=6n=6 and p=23p=\frac{2}{3}, by utilizing the given mean and variance. Next, we calculated the cumulative probability P(X2)P(X \leq 2) by individually computing P(X=0)P(X=0), P(X=1)P(X=1), and P(X=2)P(X=2) using the Probability Mass Function and summing them. Finally, we multiplied this cumulative probability by 54 and simplified the resulting fraction to arrive at the final answer. The ability to correctly identify distribution parameters and perform careful probability calculations is key to solving such problems.

The final answer is 14627\boxed{\frac{146}{27}}, which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions