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

In a Binomial distribution, the mean is three times its variance. What is the probability of exactly 3 successes out of 5 trials?

This question was previously asked in
NDA I 2018 GAT Previous Year Paper (22-Apr-2018)
The correct answer is

80/243

Understanding the Binomial Distribution Problem

The question asks us to find the probability of getting exactly 3 successes out of 5 trials in a Binomial distribution. We are given a key relationship: the mean of this Binomial distribution is three times its variance.

Let's recall the parameters and properties of a Binomial distribution:

  • $n$: Number of trials
  • $p$: Probability of success in a single trial
  • Mean (\(\mu\)): $np$
  • Variance (\(\sigma^2\)): $np(1-p)$

In this specific problem, we are given:

  • Number of trials, $n = 5$
  • Mean = 3 × Variance

We need to find the probability of exactly $k=3$ successes, which is given by the Binomial probability formula:

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

To use this formula, we first need to determine the value of $p$, the probability of success.

Finding the Probability of Success (p)

We can use the given relationship between the mean and variance to find $p$.

Given: \( \text{Mean} = 3 \times \text{Variance} \)

Substituting the formulas for mean and variance:

\( np = 3 \times np(1-p) \)

Since $n=5$ (a non-zero number of trials) and $p$ must be non-zero for a non-degenerate Binomial distribution where mean and variance exist and are positive, we can divide both sides of the equation by $np$ (assuming \(np \neq 0\)).

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

Now, we solve for $p$:

\( 1 = 3 - 3p \)

\( 3p = 3 - 1 \)

\( 3p = 2 \)

\( p = \frac{2}{3} \)

So, the probability of success in a single trial is \( \frac{2}{3} \). The probability of failure is \( 1-p = 1 - \frac{2}{3} = \frac{1}{3} \).

Calculating the Probability of Exactly 3 Successes

Now that we have $n=5$, $k=3$, \(p=\frac{2}{3}\), and \(1-p=\frac{1}{3}\), we can use the Binomial probability formula to find the probability of exactly 3 successes:

\( P(X=3) = \binom{5}{3} \left(\frac{2}{3}\right)^3 \left(\frac{1}{3}\right)^{5-3} \)

\( P(X=3) = \binom{5}{3} \left(\frac{2}{3}\right)^3 \left(\frac{1}{3}\right)^2 \)

First, calculate the binomial coefficient \( \binom{5}{3} \):

\( \binom{5}{3} = \frac{5!}{3!(5-3)!} = \frac{5!}{3!2!} = \frac{5 \times 4 \times 3 \times 2 \times 1}{(3 \times 2 \times 1)(2 \times 1)} = \frac{5 \times 4}{2 \times 1} = \frac{20}{2} = 10 \)

Next, calculate the powers of the probabilities:

\( \left(\frac{2}{3}\right)^3 = \frac{2^3}{3^3} = \frac{8}{27} \)

\( \left(\frac{1}{3}\right)^2 = \frac{1^2}{3^2} = \frac{1}{9} \)

Now, substitute these values back into the probability formula:

\( P(X=3) = 10 \times \frac{8}{27} \times \frac{1}{9} \)

\( P(X=3) = \frac{10 \times 8 \times 1}{27 \times 9} \)

\( P(X=3) = \frac{80}{243} \)

Thus, the probability of exactly 3 successes out of 5 trials is \( \frac{80}{243} \).

Summary of Calculation Steps

Step Description Calculation
1 Set up equation from Mean/Variance relationship \( np = 3 \times np(1-p) \)
2 Solve for $p$ \( p = \frac{2}{3} \)
3 Identify $n$ and $k$ \( n=5, k=3 \)
4 Calculate \( \binom{n}{k} \) \( \binom{5}{3} = 10 \)
5 Calculate \( p^k \) \( \left(\frac{2}{3}\right)^3 = \frac{8}{27} \)
6 Calculate \( (1-p)^{n-k} \) \( \left(\frac{1}{3}\right)^2 = \frac{1}{9} \)
7 Calculate \( P(X=3) \) \( 10 \times \frac{8}{27} \times \frac{1}{9} = \frac{80}{243} \)

Revision Table: Key Binomial Concepts

Concept Formula/Definition Notes
Binomial Distribution Discrete probability distribution Represents the number of successes in a fixed number of independent Bernoulli trials.
Parameters $n$ (trials), $p$ (prob. of success) $n$ is a positive integer, \(0 \le p \le 1\).
Probability Mass Function (PMF) \( P(X=k) = \binom{n}{k} p^k (1-p)^{n-k} \) Probability of exactly $k$ successes in $n$ trials.
Mean \( \mu = np \) Expected number of successes.
Variance \( \sigma^2 = np(1-p) \) Measure of spread of the distribution.
Standard Deviation \( \sigma = \sqrt{np(1-p)} \) Square root of the variance.

Additional Information: Properties of Binomial Distribution

The Binomial distribution is based on a series of Bernoulli trials. A Bernoulli trial is a single experiment with only two possible outcomes: success or failure.

Conditions for a process to follow a Binomial distribution:

  • There is a fixed number of trials ($n$).
  • Each trial is independent of the others.
  • There are only two possible outcomes for each trial (success or failure).
  • The probability of success ($p$) is the same for every trial.

In this problem, we used the relationship between mean and variance, \( np = 3 \times np(1-p) \), which is a common way to solve for the parameter $p$ if $n$ is known or vice-versa, based on given statistics of the distribution.

The binomial coefficient \( \binom{n}{k} \) represents the number of ways to choose exactly $k$ successes in $n$ trials, without regard to the order.

Was this answer helpful?

Similar Questions

  1. If mean and variance of a Binomial variate X are 2 and 1 respectively, then the probability that X takes a value greater than 1 is

  2. 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?  

  3. 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

  4. Consider a random variable X which follows Binomial distribution with parameters n = 10 and \(\rm p = \dfrac{1}{5}\) . Then Y = 10 - X follows Binomial distribution with parameters n' and p' respectively given by

  5. In a binomial distribution, the mean is \(\dfrac{2}{3}\) and variance is \(\dfrac{5}{9}\) . What is the probability that random variable D = 2?

  6. If a fair die is rolled 4 times, then what is the probability that there are exactly 2 sixes?

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

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

  9. Seven unbiased coins are tossed 128 times. In how many throws would you find at least three heads?

  10. A coin is tossed 5 times. The probability that tail appears an odd number of times, is


Important Questions from Binomial Distribution

  1. If mean and variance of a Binomial variate X are 2 and 1 respectively, then the probability that X takes a value greater than 1 is

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

  3. 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?

  4. 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.”

  5. If log e(x) is normally distributed with mean 1 and variance 4, then P(0.5 < x < 2) is:

    (where the area between z = 0 and z = 0.25 is 0.0987 and the area between z = 0 and z = 0.5 is 0.1915)

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1066 Attempts
4.6(137)
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