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

Question

If a random variable X follows the Binomial distribution B(5, p) such that P(X = 0) = P(X = 1), then P(X=2)P(X=3){{P(X = 2)} \over {P(X = 3)}} is equal to :

Options

Solution

Key Concepts and Formulas

  • Binomial Distribution: A random variable XX follows a Binomial distribution, denoted as B(n,p)B(n, p), if it represents the number of successes in nn independent Bernoulli trials.
    • nn: Total number of trials.
    • pp: Probability of success in a single trial.
    • qq: Probability of failure in a single trial, where q=1pq = 1-p.
  • Probability Mass Function (PMF): The probability of getting exactly rr successes in nn trials is given by: P(X=r)=nCrprqnrP(X = r) = {}^n C_r p^r q^{n-r} where nCr=n!r!(nr)!{}^n C_r = \frac{n!}{r!(n-r)!} is the binomial coefficient.
  • Properties of Binomial Coefficients:
    • nC0=1{}^n C_0 = 1
    • nC1=n{}^n C_1 = n
    • nCr=nCnr{}^n C_r = {}^n C_{n-r} (e.g., 5C2=5C3{}^5 C_2 = {}^5 C_3)

Step-by-Step Solution

Given that the random variable XX follows a Binomial distribution B(5,p)B(5, p), we know that n=5n=5. Our goal is to first determine the unknown probability pp using the given condition P(X=0)=P(X=1)P(X=0) = P(X=1), and then use these parameters to calculate the required ratio P(X=2)P(X=3)\frac{P(X=2)}{P(X=3)}.

Step 1: Determine the Probability of Success (pp) and Failure (qq)

We are given the condition P(X=0)=P(X=1)P(X=0) = P(X=1). We will use the PMF to express these probabilities in terms of pp and qq and then solve for them.

  1. Calculate P(X=0)P(X=0): Using the PMF with n=5n=5 and r=0r=0: P(X=0)=5C0p0q50P(X = 0) = {}^5 C_0 p^0 q^{5-0} Since 5C0=1{}^5 C_0 = 1 and p0=1p^0 = 1 (assuming p0p \ne 0), this simplifies to: P(X=0)=11q5=q5P(X = 0) = 1 \cdot 1 \cdot q^5 = q^5

  2. Calculate P(X=1)P(X=1): Using the PMF with n=5n=5 and r=1r=1: P(X=1)=5C1p1q51P(X = 1) = {}^5 C_1 p^1 q^{5-1} Since 5C1=5{}^5 C_1 = 5 and p1=pp^1 = p, this simplifies to: P(X=1)=5pq4P(X = 1) = 5pq^4

  3. Equate P(X=0)P(X=0) and P(X=1)P(X=1) and solve for pp: From the given condition: q5=5pq4q^5 = 5pq^4 To solve for pp, we can divide both sides by q4q^4. We must ensure q0q \ne 0.

    • If q=0q=0, then p=1p=1 (since p+q=1p+q=1). In this case, P(X=0)=0P(X=0) = 0 and P(X=1)=0P(X=1) = 0, so the condition P(X=0)=P(X=1)P(X=0)=P(X=1) would be satisfied (0=00=0).
    • However, if p=1p=1 and q=0q=0, then P(X=2)=5C2(1)2(0)3=0P(X=2) = {}^5 C_2 (1)^2 (0)^3 = 0 and P(X=3)=5C3(1)3(0)2=0P(X=3) = {}^5 C_3 (1)^3 (0)^2 = 0. The ratio P(X=2)P(X=3)\frac{P(X=2)}{P(X=3)} would be 00\frac{0}{0}, which is undefined. Since the problem asks for a specific numerical value, we can conclude that q0q \ne 0. Thus, we can safely divide by q4q^4: q5q4=5p\frac{q^5}{q^4} = 5p q=5pq = 5p Now, substitute q=1pq = 1-p (from p+q=1p+q=1): 1p=5p1 - p = 5p 1=6p1 = 6p p=16p = \frac{1}{6} Finally, calculate qq: q=1p=116=56q = 1 - p = 1 - \frac{1}{6} = \frac{5}{6} So, the parameters of our Binomial distribution are n=5n=5, p=16p=\frac{1}{6}, and q=56q=\frac{5}{6}.

Step 2: Calculate the Required Ratio P(X=2)P(X=3)\frac{P(X=2)}{P(X=3)}

Now that we have pp and qq, we can calculate the ratio.

  1. Express P(X=2)P(X=2) and P(X=3)P(X=3) using the PMF: For X=2X=2: P(X=2)=5C2p2q52=5C2p2q3P(X = 2) = {}^5 C_2 p^2 q^{5-2} = {}^5 C_2 p^2 q^3 For X=3X=3: P(X=3)=5C3p3q53=5C3p3q2P(X = 3) = {}^5 C_3 p^3 q^{5-3} = {}^5 C_3 p^3 q^2

  2. Form the ratio and simplify: P(X=2)P(X=3)=5C2p2q35C3p3q2\frac{P(X = 2)}{P(X = 3)} = \frac{{}^5 C_2 p^2 q^3}{{}^5 C_3 p^3 q^2} First, let's calculate the binomial coefficients:

    • 5C2=5!2!(52)!=5!2!3!=5×42×1=10{}^5 C_2 = \frac{5!}{2!(5-2)!} = \frac{5!}{2!3!} = \frac{5 \times 4}{2 \times 1} = 10
    • 5C3=5!3!(53)!=5!3!2!=5×42×1=10{}^5 C_3 = \frac{5!}{3!(5-3)!} = \frac{5!}{3!2!} = \frac{5 \times 4}{2 \times 1} = 10 (Note: 5C2=5C52=5C3{}^5 C_2 = {}^5 C_{5-2} = {}^5 C_3, so their values are equal.)

    Substitute these values into the ratio and simplify the powers of pp and qq: P(X=2)P(X=3)=10p2q310p3q2\frac{P(X = 2)}{P(X = 3)} = \frac{10 \cdot p^2 \cdot q^3}{10 \cdot p^3 \cdot q^2} The 1010s cancel. Using exponent rules, q3q2=q\frac{q^3}{q^2} = q and p2p3=1p\frac{p^2}{p^3} = \frac{1}{p}. P(X=2)P(X=3)=qp\frac{P(X = 2)}{P(X = 3)} = \frac{q}{p}

  3. Substitute the values of pp and qq: We found p=16p = \frac{1}{6} and q=56q = \frac{5}{6}. P(X=2)P(X=3)=5/61/6\frac{P(X = 2)}{P(X = 3)} = \frac{5/6}{1/6} P(X=2)P(X=3)=56×61=5\frac{P(X = 2)}{P(X = 3)} = \frac{5}{6} \times \frac{6}{1} = 5


Common Mistakes & Tips

  • Forgetting p+q=1p+q=1: This fundamental relationship is essential for solving for pp and qq when only one equation is given.
  • Errors in Binomial Coefficient Calculation: Be careful when calculating nCr{}^n C_r. Utilizing properties like nCr=nCnr{}^n C_r = {}^n C_{n-r} can save time and prevent errors.
  • Algebraic Simplification: When dealing with ratios of probabilities, terms often simplify significantly. Carefully apply exponent rules and cancel common factors.
  • Checking for Division by Zero: Always consider if a variable you are dividing by (like q4q^4 in Step 1) could be zero. Analyze what that case would imply for the problem to determine if it's a valid scenario or can be ruled out.
  • General Ratio Formula: For competitive exams, it's useful to know the general ratio formula for consecutive Binomial probabilities: P(X=r+1)P(X=r)=nrr+1pq\frac{P(X=r+1)}{P(X=r)} = \frac{n-r}{r+1} \cdot \frac{p}{q} The inverse, P(X=r)P(X=r+1)=r+1nrqp\frac{P(X=r)}{P(X=r+1)} = \frac{r+1}{n-r} \cdot \frac{q}{p}, can be directly applied here with n=5,r=2n=5, r=2: P(X=2)P(X=3)=2+152qp=33qp=qp\frac{P(X=2)}{P(X=3)} = \frac{2+1}{5-2} \cdot \frac{q}{p} = \frac{3}{3} \cdot \frac{q}{p} = \frac{q}{p} This confirms our simplification and provides a quicker way to arrive at qp\frac{q}{p}.

Summary

This problem effectively demonstrates a two-step approach to solving Binomial distribution questions. First, we utilized the given condition P(X=0)=P(X=1)P(X=0) = P(X=1) along with the Binomial PMF and the relation p+q=1p+q=1 to determine the specific probabilities of success (p=16p=\frac{1}{6}) and failure (q=56q=\frac{5}{6}). Second, we applied these parameters to calculate the required ratio P(X=2)P(X=3)\frac{P(X=2)}{P(X=3)}. Careful algebraic simplification, particularly of the binomial coefficients and powers of pp and qq, led to the final numerical answer.

The final answer is 5\boxed{5}, which corresponds to option (D).

Practice More Statistics & Probability Questions

View All Questions