All Exams Test series for 1 year @ ₹349 only
Question

In a Binomial distribution B(n, p), n = 6 and 9P(X = 4) = P(X = 2). What is p equal to ?

This question was previously asked in
NDA I 2023 GAT Previous Year Paper (16-Apr-2023)
The correct answer is \(\frac{1}{4}\)

Solving Binomial Distribution Probability for 'p'

This problem involves a Binomial distribution B(n, p) where we are given the number of trials, n = 6, and a relationship between two specific probabilities: 9 times the probability of getting 4 successes is equal to the probability of getting 2 successes, i.e., 9P(X = 4) = P(X = 2).

The probability mass function (PMF) for a Binomial distribution B(n, p) is given by the formula:

\( P(X = k) = \binom{n}{k} p^k (1-p)^{n-k} \)

where:

  • \(n\) is the number of trials.
  • \(k\) is the number of successful outcomes.
  • \(p\) is the probability of success on a single trial.
  • \(\binom{n}{k}\) is the binomial coefficient, calculated as \(\frac{n!}{k!(n-k)!}\).

In this problem, we have n = 6. We are given the relationship 9P(X = 4) = P(X = 2).

Let's write out the expressions for P(X = 4) and P(X = 2) using the PMF formula with n = 6:

  • For X = 4 (k = 4):

\( P(X = 4) = \binom{6}{4} p^4 (1-p)^{6-4} = \binom{6}{4} p^4 (1-p)^2 \)

  • For X = 2 (k = 2):

\( P(X = 2) = \binom{6}{2} p^2 (1-p)^{6-2} = \binom{6}{2} p^2 (1-p)^4 \)

Now, let's calculate the binomial coefficients:

  • \(\binom{6}{4} = \frac{6!}{4!(6-4)!} = \frac{6!}{4!2!} = \frac{6 \times 5 \times 4!}{4! \times 2 \times 1} = \frac{6 \times 5}{2} = 15\)
  • \(\binom{6}{2} = \frac{6!}{2!(6-2)!} = \frac{6!}{2!4!} = \frac{6 \times 5 \times 4!}{2 \times 1 \times 4!} = \frac{6 \times 5}{2} = 15\)

Substitute these values back into the probability expressions:

  • \( P(X = 4) = 15 p^4 (1-p)^2 \)
  • \( P(X = 2) = 15 p^2 (1-p)^4 \)

Now, use the given relationship 9P(X = 4) = P(X = 2):

\( 9 \times [15 p^4 (1-p)^2] = [15 p^2 (1-p)^4] \)

\( 135 p^4 (1-p)^2 = 15 p^2 (1-p)^4 \)

To solve for 'p', we can simplify this equation. We can divide both sides by common terms. Assuming \(p \neq 0\), \(p \neq 1\), we can divide by \(15 p^2 (1-p)^2\).

\( \frac{135 p^4 (1-p)^2}{15 p^2 (1-p)^2} = \frac{15 p^2 (1-p)^4}{15 p^2 (1-p)^2} \)

This simplifies to:

\( \frac{135}{15} \times \frac{p^4}{p^2} \times \frac{(1-p)^2}{(1-p)^2} = \frac{15}{15} \times \frac{p^2}{p^2} \times \frac{(1-p)^4}{(1-p)^2} \)

\( 9 \times p^{4-2} \times 1 = 1 \times 1 \times (1-p)^{4-2} \)

\( 9 p^2 = (1-p)^2 \)

Now, take the square root of both sides:

\( \sqrt{9 p^2} = \pm \sqrt{(1-p)^2} \)

\( 3|p| = |1-p| \)

Since 'p' is a probability, \(0 \le p \le 1\). This means \(p \ge 0\) and \(1-p \ge 0\). So, \(|p| = p\) and \(|1-p| = 1-p\). The equation becomes:

\( 3p = 1-p \)

Solve for p:

\( 3p + p = 1 \)

\( 4p = 1 \)

\( p = \frac{1}{4} \)

We should also consider the case from taking the negative square root: \(3p = -(1-p)\)

\( 3p = -1 + p \)

\( 3p - p = -1 \)

\( 2p = -1 \)

\( p = -\frac{1}{2} \)

However, the probability 'p' must be between 0 and 1 (inclusive). Since \(p = -\frac{1}{2}\) is outside this range, it is not a valid probability in this context.

Thus, the only valid value for p is \(\frac{1}{4}\).

Step Calculation/Equation Explanation
1 \(n = 6\) Given number of trials.
2 \(9P(X=4) = P(X=2)\) Given relationship between probabilities.
3 \(P(X=k) = \binom{n}{k} p^k (1-p)^{n-k}\) Binomial PMF formula.
4 \(P(X=4) = \binom{6}{4} p^4 (1-p)^2 = 15 p^4 (1-p)^2\) Applying formula for k=4.
5 \(P(X=2) = \binom{6}{2} p^2 (1-p)^4 = 15 p^2 (1-p)^4\) Applying formula for k=2.
6 \(9 \times [15 p^4 (1-p)^2] = [15 p^2 (1-p)^4]\) Substituting into the given relationship.
7 \(135 p^4 (1-p)^2 = 15 p^2 (1-p)^4\) Simplifying the left side.
8 \(9 p^2 = (1-p)^2\) Dividing both sides by \(15 p^2 (1-p)^2\) (assuming \(p \neq 0, 1\)).
9 \(3p = \pm (1-p)\) Taking square root of both sides.
10 \(3p = 1-p\) (for positive root) Considering the case where \(0 \le p \le 1\).
11 \(4p = 1 \implies p = \frac{1}{4}\) Solving for p.
12 \(3p = -(1-p)\) (for negative root) Considering the other case.
13 \(2p = -1 \implies p = -\frac{1}{2}\) Solving for p, which is invalid.
14 \(p = \frac{1}{4}\) Final valid probability.

Revision Table: Key Binomial Concepts

Let's quickly review some essential concepts related to the Binomial distribution.

Concept Description Formula/Notation
Binomial Experiment A sequence of n independent Bernoulli trials. Each trial has only two possible outcomes (success/failure), the probability of success (p) is constant for each trial, and the trials are independent. Not applicable (description)
Number of Trials The fixed number of times the experiment is repeated. \(n\)
Probability of Success The probability of the desired outcome occurring in a single trial. \(p\)
Probability of Failure The probability of the desired outcome not occurring in a single trial. It is 1 minus the probability of success. \(q = 1 - p\)
Random Variable X The number of successes in n trials. \(X \sim B(n, p)\)
Probability Mass Function (PMF) Gives the probability of getting exactly k successes in n trials. \(P(X = k) = \binom{n}{k} p^k (1-p)^{n-k}\)

Additional Information: Properties of Probability

When working with probabilities, it's crucial to remember some fundamental properties. In the context of the Binomial distribution and finding the value of 'p', the probability of success:

  • Must be a non-negative value. Probability cannot be negative.
  • Must be less than or equal to 1. The probability of an event happening cannot exceed 1 (or 100%).
  • Therefore, for any probability 'p', it must satisfy the condition \(0 \le p \le 1\). This was important when we had two possible values for 'p' from the algebraic solution, as only one fell within the valid range for a probability.

Understanding these basic properties helps in interpreting results and validating solutions in probability problems, including those involving the Binomial distribution.

Was this answer helpful?

Similar Questions

  1. Let X and Y be two random variables such that X + Y = 100. If X follows Binomial distribution with parameters n = 100 and p = \(\frac{4}{5}\), what is the variance of Y?  

  2. What is the probability that no one out of 6 workers suffers from a disease?

  3. What is the probability that exactly 3 out of 6 workers suffer from a disease?

  4. What is the probability that at least one out of 6 workers suffer from a disease ?

  5. 8 coins are tossed simultaneously. The probability of getting at least 6 heads is

  6. A certain type of missile hits the target with probability p = 0.3. What is the least number of missiles should be fired so that there is at least on 80% probability that the target is hit?

  7. A medicine is known to be 75% effective to cure a patient. If the medicine is given to 5 patients, what is the probability that at least one patient is cured by this medicine?

  8. Let the random variables X follow B (6, p) If \(16{\rm{\;P\;}}\left( {{\rm{X}} = 4} \right) = {\rm{P\;}}\left( {{\rm{X}} = 2} \right)\) , then what is the value of p

  9. The mean and the variance in a binomial distribution are found to be 2 and 1 respectively. The probability P(X = 0) is

  10. In an examination, the probability of a candidate solving a question is 1/2. out of given 5 questions in the examination, what is the probability that the candidate was able to solve at least 2 questions?


Important Questions from Binomial Distribution

  1. Indicate the correct answer for the combination from the following regarding the conditions for the applicability of a binominal distribution:

    (a) There are n independent trials

    (b) Each trial has only two possible outcomes

    (c) The probabilities of two outcomes do not remain constant

    (d) The trials are independent

    Which of the following options is correct?

  2. In which of the following practical situations, Poisson Distribution can be used?

    A. Number of customers arriving at the super markets per hour.

    B. Number of typographical errors per page in a typed material.

    C. Number of accidents taking place per day on a busy road.

    D. Dice throwing problems.

    E. Number of defective material say, blades, etc. in a packing manufactured by a good concern.

    Choose the most appropriate answer from the options given below:

  3. For Binomial distribution, n = 10 and p = 0.6, E(X 2) (second moment about origin) is:

  4. The mean and variance of binomial distribution B (x, n, p) are 4 and \(\dfrac{4}{3}\) respectively. What is the probability of getting 2 successes?

  5. Find out the fallacy if any in the statement:

    “The mean and the variance of a binomial distribution is 16.2 and 29.4 respectively.”

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
501 Tests 1 Tests Free
658 Attempts
4.7(120)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App