I am prepping for Exam P and getting a little confused on how to solve/set up part B?:
Claims filed in a year by a policyholder of an insurance company have a Poisson distribution with $\lambda=.40$. The number of claims filed by two different policyholders are independent events.
(a) If two policyholders are selected at random, what is the probability that each of them will file one claim during the year? (b) What is the probability that at least one of them will file no claims?
a). $[\exp(-0.4) * 0.4^1]/1! = \text{Probability 1 claim is filed} \implies$ $P(A \cap B) = 0.268128 * 0.268128 = 0.0719$
b). I'm thinking the answer is $[\exp(-0.4) * 0.4^0]/0! + [\exp(-0.4) * 0.4^1]/1! = 0.938448064$
But the book says it's $.8913$. What am I doing wrong?
Let $A$ be the event that person A files at least one claim and $B$ be the event that person B files at least one claim. Note that $$ P(\bar{A}\cup\bar{B}) =1-P(A\cap B) =1-P(A)P(B) =1-(1-e^{-0.4})^2 =.8913 $$ where we have used independence in the second equality.