Question:
During a given year for a circus performer, let X represent the number of minor accidents, and let Y represent the number of major accidents.
The joint distribution is:
$f(x,y) = \Large \frac{e^{-1}(.2)^y(.8)^x}{x!y!}$
What is the probability that the performer has at most 1 major accident and at most 2 two total accidents within a year.
Attempt:
I have done this problem several different ways, but my thought was to calculate
$\small P(X=0,Y=0) + P(X=1,Y=0) + P(X=0,Y=1) + P(X=1,Y=1) + P(X=2,Y=0)$.
That would result in:
$e^{-1}(1 + .8 + .2 + .16 + .32) = 2.48e^{-1} = .91234$
Is this correct?
You should write $P[X=0,Y=0]$ and so on, because you are adding probabilities. Otherwise it looks fine to me.