A is a typist who makes an average of 2.5 mistakes per letter. B is a typist who makes an average of 4.1 mistakes per letter. Assume that the number of mistakes made by any typist follows a Poisson distribution.
Q) A and B type one letter each. Given that the letters contain a total of three mistakes, find the probability A made more mistakes than B.
I tried finding Probability A makes 3 mistakes and B makes 0 plus probability A makes 2 mistakes and B makes 1 but this doesn't give 0.322, the correct answer/
You're missing a buzzword here: given. In probability, this is a signal that you are looking at the conditional probability.
So, here, you want to compute $$ P(M_A>M_B\mid M_A+M_B=3), $$ where $M_A$ and $M_B$ are the number of mistakes made by $A$ and $B$, respectively.
You can rewrite this as $$ \frac{P(M_A>M_B\text{ and }M_A+M_B=3)}{P(M_A+M_B=3).} $$ The top probability is what you've already computed: $$ P(M_A>M_B,M_A+M_B=3)=P(M_A=3,M_B=0)+P(M_A=2,M_B=1). $$ So, you just have to compute the denominator. To that end: note that the sum of two independent Poisson variables is itself Poisson.