What’s the probability that B will catch 3 fish before A catches 3 fish

binomial distributionpoisson processprobabilityprobability theory

This is a basic question, but I do not completely understand.

A and B are both catching fish at times of independent poisson processes with rates $1$ and $2$ respectively. What is the probability B catches $3$ fish before A catches $3$ fish?

The correct solution is to compute the probability that B will catch 3 out of first 5 fish, 4 out of first 5 fish, or 5 out of first 5 fish. This $5$ comes from $3+3-1$. (using binomial distribution)

I don't understand why we need to consider first 5. Also, why we need to consider the case where B will catch 4 and 5 fish? Why we do not need to consider the probability of the sixth fish.

On the exam, I consider the probability that B will catch 3 out of first 6 fish. This is not correct. Could you explain it a little bit?

Best Answer

If B had $2$ fish and caught the last fish (#$6$), then A already won, since he had $5-2 = 3$ fish beforehand. Thus, B could never be "first" in this scenario.

Alternatively, note that someone will get their $3$rd after $5$ fish since $5/2 = 2.5 > 2$ and the Pigeonhole principle applies.