Independent solution

How to solve this Poisson Distribution question

Answer in brief

Conditioning two independent Poisson counts on their sum produces a binomial allocation with success probability 2/(2+3). The probability of six allocations to the first source out of eight is 0.04128768, so the answer is C.

Setup

Setup

Let A and B be the independent counts with Poisson means 2 and 3.

APoisson(2),BPoisson(3)A\sim\operatorname{Poisson}(2),\qquad B\sim\operatorname{Poisson}(3)

Model

Model

Given the combined count, each event is assigned to the first source with probability proportional to its Poisson rate.

A(A+B=8)Binomial(8,25)A\mid(A+B=8)\sim\operatorname{Binomial}\left(8,\frac25\right)

Compute

Compute

Evaluate the conditional binomial mass at six.

Pr(A=6A+B=8)=(86)(25)6(35)2\Pr(A=6\mid A+B=8)=\binom86\left(\frac25\right)^6\left(\frac35\right)^2
Pr(A=6A+B=8)=0.04128768\Pr(A=6\mid A+B=8)=0.04128768

Answer

Answer

The probability rounds to 0.041.

0.041(C)\boxed{0.041\quad\text{(C)}}