Helen and Joe play guitar together every day at lunchtime. The number of songs that they play on a given day has a Poisson distribution, with an average of 5 songs per day. Regardless of how many songs they will play that day, Helen and Joe always flip a coin at the start of each song, to decide who will play the solo on that song. If we know that Joe plays exactly 4 solos on a given day, then how many solos do we expect that Helen will play on that same day?
My attempt: If the average is $5$ songs a day and Joe performs $4$ solos on one day. I thought we should expect Helen to perform $1$ solo on the same day $(5-4=1)$
But The answer given to me is: $2.5$ solos we expect Helen to play
My question is why? What is the way of thinking that gives me $2.5$? Is it cause of the coin flip? so $5 \cdot .5 = 2.5$? What does Joe's $4$ solos have to do with anything then?
Thank You for any help.
The answer of @Matthew Pilling is perfect (+1). A Bayesian approach will lead to the same solution avoiding a lot of calculations: (constants are not considered until the end of the process)
$$\mathbb{P}[X|J=4]\propto \mathbb{P}[X]\cdot \mathbb{P}[J=4|X]\propto\frac{5^x}{x!}\cdot \binom{x}{4}\left(\frac{1}{2}\right)^x\propto\frac{\left(\frac{5}{2}\right)^{x}}{(x-4)!}\propto\frac{\left(\frac{5}{2}\right)^{(x-4)}}{(x-4)!}$$
Setting $Y=X-4$ we immediately recognize the kernel of a Poisson distribution with mean 2.5
Here $Y$ is the distribution of the solos played by Helen
$$\mathbb{P}[Y=y|\text{Joe }=4]=\frac{e^{-2.5}\cdot 2.5^y}{y!}$$