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

During war, one ship out of 5 was sunk on an average in making a certain voyage. What is the probability that exactly 3 out of 5 ships would arrive safely?

This question was previously asked in
NDA I 2022 GAT Previous Year Paper (10-Apr-2022)
The correct answer is \(\frac{128}{625}\)

Understanding the Problem: Probability of Ships Arriving Safely

The question asks for the probability that exactly 3 out of 5 ships would arrive safely during a voyage, given the average sinking rate.

This scenario involves a fixed number of trials (5 ships), each trial having only two possible outcomes (ship arrives safely or ship is sunk), and the probability of success (arriving safely) is constant for each ship. This is a classic case of a binomial probability distribution problem.

Defining Parameters for Binomial Probability

Let's define the parameters based on the problem statement:

  • Total number of ships (trials), \(n = 5\).
  • The probability of a ship being sunk is given as 1 out of 5 on average. This is the probability of "failure" in this context if we consider "arriving safely" as success. Let \(P(\text{sunk})\) be this probability.
  • \(P(\text{sunk}) = \frac{1}{5}\).
  • The probability of a ship arriving safely is the complement of being sunk. Let \(p\) be the probability of "success" (arriving safely).
  • \(p = P(\text{safe}) = 1 - P(\text{sunk}) = 1 - \frac{1}{5} = \frac{5-1}{5} = \frac{4}{5}\).
  • We are interested in the probability that exactly 3 out of the 5 ships arrive safely. So, the number of successful outcomes we are looking for is \(k = 3\).
  • The probability of failure (ship being sunk) is \(1-p = \frac{1}{5}\).

Applying the Binomial Probability Formula

The probability of getting exactly \(k\) successes in \(n\) trials in a binomial distribution is given by the formula:

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

Where:

  • \(\binom{n}{k}\) is the binomial coefficient, calculated as \(\frac{n!}{k!(n-k)!}\), representing the number of ways to choose \(k\) successes from \(n\) trials.
  • \(p\) is the probability of success on a single trial.
  • \((1-p)\) is the probability of failure on a single trial.
  • \(k\) is the number of successes.
  • \(n-k\) is the number of failures.

Calculating the Probability

Now, let's plug in our values: \(n=5\), \(k=3\), \(p=\frac{4}{5}\), and \(1-p=\frac{1}{5}\).

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

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

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

\(\binom{5}{3} = \frac{5!}{3!(5-3)!} = \frac{5!}{3!2!}\)

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

Next, calculate the powers of the probabilities:

\(\left(\frac{4}{5}\right)^3 = \frac{4^3}{5^3} = \frac{4 \times 4 \times 4}{5 \times 5 \times 5} = \frac{64}{125}\)

\(\left(\frac{1}{5}\right)^2 = \frac{1^2}{5^2} = \frac{1 \times 1}{5 \times 5} = \frac{1}{25}\)

Now, substitute these values back into the binomial probability formula:

\(P(X=3) = 10 \times \frac{64}{125} \times \frac{1}{25}\)

\(P(X=3) = \frac{10 \times 64 \times 1}{125 \times 25}\)

\(P(X=3) = \frac{640}{3125}\)

To simplify the fraction, we can divide both the numerator and the denominator by their greatest common divisor. Both numbers are divisible by 5.

Numerator: \(640 \div 5 = 128\)

Denominator: \(3125 \div 5 = 625\)

So, the simplified probability is \(\frac{128}{625}\).

The probability that exactly 3 out of 5 ships would arrive safely is \(\frac{128}{625}\).

Conclusion

Based on the binomial probability calculation, the probability of exactly 3 out of 5 ships arriving safely, given a 1/5 chance of being sunk, is \(\frac{128}{625}\).

Summary of Binomial Parameters and Calculation
Parameter Value Explanation
\(n\) 5 Total number of ships (trials)
\(P(\text{sunk})\) \(\frac{1}{5}\) Probability of a ship being sunk (failure)
\(p\) \(\frac{4}{5}\) Probability of a ship arriving safely (success)
\(1-p\) \(\frac{1}{5}\) Probability of a ship being sunk (failure)
\(k\) 3 Number of ships arriving safely (successes)
\(\binom{5}{3}\) 10 Number of ways to choose 3 safe arrivals from 5 ships
\(\left(\frac{4}{5}\right)^3\) \(\frac{64}{125}\) Probability of 3 specific ships arriving safely
\(\left(\frac{1}{5}\right)^2\) \(\frac{1}{25}\) Probability of 2 specific ships being sunk
\(P(X=3)\) \(\frac{128}{625}\) Final Probability (10 * 64/125 * 1/25)

Revision Table: Key Concepts

Revision Table: Probability Concepts
Concept Description Relevance to Problem
Probability A measure of the likelihood of an event occurring. Ranges from 0 to 1. Used to quantify the chance of a ship being sunk or arriving safely.
Complementary Events Two events are complementary if they are mutually exclusive and together cover all possible outcomes. P(A) + P(not A) = 1. Ship is sunk and ship arrives safely are complementary events.
Binomial Probability Distribution Used for a fixed number of independent trials, each with two outcomes (success/failure), where the probability of success is constant. The scenario of 5 ships with a constant probability of arriving safely or being sunk fits this model.
Binomial Coefficient \(\binom{n}{k}\) Represents the number of ways to choose \(k\) items from a set of \(n\) items without regard to the order. Used to find the number of different combinations of 3 ships arriving safely out of 5.

Additional Information: Binomial Distribution Conditions

For a probability problem to follow a binomial distribution, the following four conditions must be met:

  1. Fixed Number of Trials (n): There must be a fixed number of times the experiment is repeated. In this problem, the fixed number of trials is the 5 ships making the voyage.
  2. Each Trial is Independent: The outcome of one trial does not affect the outcome of other trials. We assume the fate of one ship does not influence the fate of another ship.
  3. Each Trial has Only Two Outcomes: Each trial must result in either a "success" or a "failure". Here, the outcomes are "ship arrives safely" (success) or "ship is sunk" (failure).
  4. Probability of Success (p) is Constant: The probability of success must be the same for each trial. We assume the probability of arriving safely is constant for every ship making the voyage.

Since all these conditions are met in the given problem, it is appropriate to use the binomial probability formula.

Was this answer helpful?

Similar Questions

  1. A biased coin with the probability of getting head equal to \(\frac{1}{4}\) is tossed five times. What is the probability of getting tail in all the first four tosses followed by head ? 

  2. A natural number n is chosen from the first 50 natural numbers. What is the probability that \(n+\frac{50}{n}<50 \) ?

  3. Three dice are thrown. What is the probability that each face shows only multiples of 3 ?

  4. A box contains 2 white balls, 3 black balls, and 4 red balls. What is the number of ways of drawing 3 balls from the box with at least one black ball?

  5. The probability that a person hits a target is 0.5. What is the probability of at least one hit in 4 shots ?

  6. Two numbers x and y are chosen at random from a set of the first 10 natural numbers. What is the probability that (x + y) is divisible by 4 ?

  7. A number x is chosen at random from first n natural numbers. What is the probability that the number chosen satisfies x + \(\frac{1}{\text{x}}\)  > 2 ?
  8. A card is drawn from a pack of 52 cards. A gambler bets that it is either a spade or an ace. The odds against his winning are

  9. The completion of a construction job may be delayed due to strike. The probability of strike is 0.6. The probability that the construction job gets completed on time if there is no strike is 0.85 and the probability that the construction job gets completed on time if there is a strike is 0.35. What is the probability that the construction job will not be completed on time ?

  10. A coin is tossed twice. If E and F denote occurrence of head on first toss and second toss respectively, then what is P(E ∪ F) equal to?


Important Questions from Probability of Random Experiments

  1. A six faced die is a biased one. It is thrice more likely to show an odd number than to show an even number. It is thrown twice. The probability that the sum of the numbers in the two throws is even is

  2. A coin is biased so that a head is twice as likely to occur as a tail, if the coin is tossed three times, what is the probability of getting exactly two tails?

  3. From two well shuffled pack of cards what is the probability of getting one Jack from the first one and a King from the second?

  4. If A is an event of getting 13 by throwing two unbiased six-faced dice, then A is called

  5. One summer, Peter visits 4 villages (A, B, C and D) in a random order. Find the probability that he visits (i) A before B (ii) A before B and B before C 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
677 Attempts
4.6(121)
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