Question. Let $X(t)$ be a Poisson process modelling the arrival of alpha particles at a detector after $t$ hours with a rate of $2$ per hour. Let $Y(t)$ be a Poisson process modelling the arrival of beta particles at a detector after $t$ hours with a rate of $1$ per hour.
Given that exactly $3$ alpha particles and exactly $2$ beta particles arrive during the first hour, what is the probability that more beta particles than alpha particles arrived during the first $30$ minutes?
So, we are required to work out $\Bbb P(Y(1/2)>X(1/2)|X(1)=3, Y(1)=3)$. Now, if we let $(y,x)$ denote the possible combinations of beta to alpha particles arriving in the first half an hour; there are a total of three possible combinations that have beta particles exceeding alpha particles, namely $(2,0), (2,1), (1,0)$.
But then what? I know this result in regards to conditioning:
Let $(X(t): t\geq 0)$ be a Poisson process of rate $\lambda$ with $n\in\Bbb N$. Then, for any $m\in\{0,...,n\}$ $$\Bbb P(X(t)=m|X(s)=n)={n\choose{m}}\Big(\frac{t}{s}\Big)^m\Big(1-\frac{t}{s}\Big)^{n-m}=\Bbb P\Big(\text{Bin}\Big(n,\frac{t}{s}\Big)=m\Big),$$
and feel as though this will play a part in the solution; but I'm not quite sure how to use this to my advantage.
Thanks in advance for any assistance here.
Edit. A very shameless bump as I am still stuck on this problem.