\( \frac{220}{e^{20}} \)
Let \( X \) be the number of messages with error. This follows a binomial distribution \( B(n,p) \).
Given: \( n = 1000 \) (number of messages), and probability of error \( p = 1 - 0.98 = 0.02 \).
Since \( n \) is large and \( p \) is small, we can use the Poisson approximation with \( \lambda = np \).
\( \lambda = 1000 \times 0.02 = 20 \), so \( X \sim \text{Poisson}(20) \).
The Probability Mass Function (PMF) for a Poisson distribution is:
\[ P(X = k) = \frac{e^{-\lambda} \lambda^k}{k!} \]
We need to calculate \( P(X \le 2) = P(X = 0) + P(X = 1) + P(X = 2) \).
First, calculate \( P(X = 0) \):
\[ P(X = 0) = \frac{e^{-20} 20^0}{0!} = e^{-20} \]
Next, calculate \( P(X = 1) \):
\[ P(X = 1) = \frac{e^{-20} 20^1}{1!} = 20e^{-20} \]
Then, calculate \( P(X = 2) \):
\[ P(X = 2) = \frac{e^{-20} 20^2}{2!} = \frac{e^{-20} \cdot 400}{2} = 200e^{-20} \]
Now, sum the probabilities to get \( P(X \le 2) \):
\[ P(X \le 2) = e^{-20}(1 + 20 + 200) = 221e^{-20} = \frac{221}{e^{20}} \]
Final Answer: \[ \boxed{\frac{221}{e^{20}}} \]
Based upon the results of regular medical check-ups in a hospital, it was found that out of 1000 people, 700 were very healthy, 200 maintained average health and 100 had a poor health record.
Let \( A_1 \): People with good health,
\( A_2 \): People with average health,
and \( A_3 \): People with poor health.
During a pandemic, the data expressed that the chances of people contracting the disease from category \( A_1, A_2 \) and \( A_3 \) are 25%, 35% and 50%, respectively.
Based upon the above information, answer the following questions:
(i) A person was tested randomly. What is the probability that he/she has contracted the disease?}
(ii) Given that the person has not contracted the disease, what is the probability that the person is from category \( A_2 \)?