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

Consider the following data for the next three (03) items that follow :

The incidence of suffering from a disease among workers in an industry has a chance of \(33\frac{1}{3}\%.\)

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

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

Understanding the Probability Problem: At Least One Worker Suffering

The question asks for the probability that at least one out of 6 workers suffers from a disease, given the incidence rate for a single worker. We are told that the chance of suffering from the disease for an individual worker is \(33\frac{1}{3}\%\).

First, let's convert the given percentage into a simple fraction:

\(33\frac{1}{3}\% = \frac{100}{3}\% = \frac{\frac{100}{3}}{100} = \frac{100}{3 \times 100} = \frac{1}{3}\)

So, the probability that a single worker suffers from the disease is \(p = \frac{1}{3}\).

The number of workers is \(n = 6\). We want to find the probability that at least one of these 6 workers suffers from the disease.

Calculating the Probability of At Least One Event

When dealing with "at least one" probability questions, it is often easier to calculate the probability of the complementary event. The complementary event to "at least one worker suffers" is "no worker suffers".

If the probability that a worker suffers is \(p = \frac{1}{3}\), then the probability that a worker does not suffer is \(q = 1 - p\).

\(q = 1 - \frac{1}{3} = \frac{3}{3} - \frac{1}{3} = \frac{2}{3}\)

Assuming that the suffering of each worker is an independent event, the probability that none of the 6 workers suffer from the disease is the product of the probabilities that each individual worker does not suffer.

Probability (none suffer) = \(P(\text{worker 1 does not suffer and worker 2 does not suffer ... and worker 6 does not suffer})\)

Since they are independent events, this is:

\(P(\text{none suffer}) = q \times q \times q \times q \times q \times q = q^6\)

Substitute the value of \(q\):

\(P(\text{none suffer}) = \left(\frac{2}{3}\right)^6\)

Let's calculate the numerator and denominator separately:

  • Numerator: \(2^6 = 2 \times 2 \times 2 \times 2 \times 2 \times 2 = 64\)
  • Denominator: \(3^6 = 3 \times 3 \times 3 \times 3 \times 3 \times 3 = 9 \times 9 \times 9 = 81 \times 9 = 729\)

So, the probability that none of the 6 workers suffer is:

\(P(\text{none suffer}) = \frac{64}{729}\)

Now, we can find the probability that at least one worker suffers using the complement rule:

\(P(\text{at least one suffers}) = 1 - P(\text{none suffer})\)

\(P(\text{at least one suffers}) = 1 - \frac{64}{729}\)

To subtract the fraction from 1, we can write 1 as \(\frac{729}{729}\):

\(P(\text{at least one suffers}) = \frac{729}{729} - \frac{64}{729} = \frac{729 - 64}{729}\)

Perform the subtraction in the numerator:

\(729 - 64 = 665\)

Therefore, the probability that at least one out of 6 workers suffers from the disease is:

\(P(\text{at least one suffers}) = \frac{665}{729}\)

Summary of Probability Calculation Steps

Step Description Calculation
1 Identify individual probability of suffering (\(p\)) \(p = 33\frac{1}{3}\% = \frac{1}{3}\)
2 Identify individual probability of not suffering (\(q\)) \(q = 1 - p = 1 - \frac{1}{3} = \frac{2}{3}\)
3 Identify the number of trials (workers, \(n\)) \(n = 6\)
4 Calculate probability of the complement (none suffer) \(P(\text{none}) = q^n = \left(\frac{2}{3}\right)^6\)
5 Evaluate the power \(\left(\frac{2}{3}\right)^6 = \frac{2^6}{3^6} = \frac{64}{729}\)
6 Calculate probability of at least one (using complement) \(P(\text{at least one}) = 1 - P(\text{none}) = 1 - \frac{64}{729}\)
7 Final Result \(1 - \frac{64}{729} = \frac{665}{729}\)

The calculated probability is \(\frac{665}{729}\), which corresponds to one of the given options.

Revision Table: Key Probability Concepts

Concept Description Formula Example
Probability of an Event The likelihood of an event occurring, typically between 0 and 1. \(P(E)\)
Complementary Event The event that an original event does not occur. \(E'\) or \(E^c\). \(P(E') = 1 - P(E)\)
Independent Events Events where the outcome of one does not affect the outcome of another. \(P(A \text{ and } B) = P(A) \times P(B)\)
'At Least One' Probability The probability that an event occurs one or more times in a series of trials. \(P(\text{at least one}) = 1 - P(\text{none})\)

Additional Information on Probability Calculations

Probability is a fundamental concept in mathematics that quantifies the likelihood or chance of an event occurring. It is expressed as a number between 0 and 1, where 0 indicates impossibility and 1 indicates certainty.

In this problem, we used the concept of independent trials, where the outcome for one worker does not influence the outcome for another worker. When dealing with a fixed number of independent trials (like 6 workers) where each trial has only two possible outcomes (suffers or does not suffer) with fixed probabilities, this scenario fits the description of a Bernoulli process, which can be analyzed using binomial probability.

The binomial probability formula for getting exactly \(k\) successes in \(n\) trials is \(P(X=k) = \binom{n}{k} p^k (1-p)^{n-k}\).

In our case, "suffering" is a "success" (even though it's a negative outcome in reality, in binomial terms, it's the event we are counting).

"At least one suffers" means either 1 suffers, or 2 suffer, ..., or 6 suffer. Calculating the probability for each of these cases (P(X=1) + P(X=2) + ... + P(X=6)) would be much more complex than using the complement approach (1 - P(X=0)).

Calculating P(X=0) using the binomial formula:

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

We know that \(\binom{6}{0} = 1\) and \(\left(\frac{1}{3}\right)^0 = 1\).

So, \(P(X=0) = 1 \times 1 \times \left(\frac{2}{3}\right)^6 = \left(\frac{2}{3}\right)^6 = \frac{64}{729}\).

This confirms our earlier calculation for the probability that none suffer. The complement approach is a powerful shortcut for "at least one" problems in probability.

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. In a Binomial distribution B(n, p), n = 6 and 9P(X = 4) = P(X = 2). What is p equal to ?

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

  4. What is the probability that exactly 3 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