From SOA #212:
The number of days an employee is sick each month is modeled by a Poisson distribution with mean $1$. The numbers of sick days in different months are mutually independent. Calculate the probability that an employee is sick more than two days in a three-month period.
I calculated the probabilities as follows
$${3\choose1}P(X=0)P(X=0)P(X\ge2) \ + $$ $${3\choose2}P(X=0)P(X\ge1)P(X\ge1) \ + $$ $${3\choose3}P(X\ge1)P(X\ge1)P(X\ge1) $$
$$=P(\text{employee is sick more than two days in a three-month period})$$
This should come out to $${3\choose1}\left({1^0e^{-1}\over0!}\right)\left({1^0e^{-1}\over0!}\right)\left(1- {1^0e^{-1}\over0!}-{1^1e^{-1}\over1!}\right) \ + $$
$${3\choose2}\left({1^0e^{-1}\over0!}\right)\left(1- {1^0e^{-1}\over0!}\right)\left(1- {1^0e^{-1}\over0!}\right) \ + $$
$${3\choose3}\left(1- {1^0e^{-1}\over0!}\right)\left(1- {1^0e^{-1}\over0!}\right)\left(1- {1^0e^{-1}\over0!}\right) \ $$
$$=.8005$$
This is incorrect, and I know how they calculated the correct answer, $.577$, using the sum of the independent Poisson variables, but I would like to know what is wrong with what I did.
You've computed the probability that the employee is sick on two or more days. The problem asks for the probability that the employee is sick on more than two days (that is, at least three days).