The occurrence of a disease in an industry is such that the workers have 20% chance of suffering from it. What is the probability that out of 6 workers chosen at random, 4 or more will suffer from the disease?
- A. 53/3125 ✓
- B. 63/3125
- C. 73/3125
- D. 83/3125
Correct Answer: A. 53/3125
Explanation
This is a binomial distribution with n=6, p=1/5, and q=4/5. The probability of 4 or more suffering is P(X \geq 4) = P(X=4) + P(X=5) + P(X=6). This is \binom{6}{4}(\frac{1}{5})^4(\frac{4}{5})^2 + \binom{6}{5}(\frac{1}{5})^5(\frac{4}{5})^1 + \binom{6}{6}(\frac{1}{5})^6(\frac{4}{5})^0. Evaluating gives \frac{15 \times 16}{15625} + \frac{6 \times 4}{15625} + \frac{1}{15625} = \frac{240 + 24 + 1}{15625} = \frac{265}{15625} = \frac{53}{3125}.
Related questions on Statistics & Probability
- Let x be the mean of squares of first n natural numbers and y be the square of mean of first n natural numbers. If $\frac{x}{y}=\fra...
- What is the probability of getting a composite number in the list of natural numbers from 1 to 50?
- Two numbers x and y are chosen at random from a set of first 10 natural numbers. What is the probability that (x+y) is divisible by 4?
- A number x is chosen at random from first n natural numbers. What is the probability that the number chosen satisfies $x+\frac{1}{x} \gt...
- Three fair dice are tossed once. What is the probability that they show different numbers that are in AP?