I am trying to solve this problem:
Let N(t) a Poisson Process of rate $\lambda$ where ocurrences are type I with probability $p$. Given that $N(t_0) = n$, what is the distribution of the waiting time for the first arrival of type I in the interval.
What I tried to do is to separate it in two processes, $N_1(t)$ of rate $\lambda p$ and $N_2(t)$ of rate $\lambda (1-p)$, so I did:
$$P(T_1 \le t | N_1(t_0) + N_2(t_0) = n) = \sum_{i=1}^n P(T_1 \le t | N_1(t_0) = n - i) P(N_2(t_0) = i)$$
Now I know that given $N_1(t_0) = n - i$, the distribution of the arrival times for $N_1$ are the same as the order statistics of $n-i$ uniform random variables. So in this case the conditional distribution of $T_1$ would be a Beta distribution or something like that.
However the beta distribution is not mentioned in my book before this question, so I think I cannot use that.
Time of the first arrival in Poisson process with rate $\lambda$ is exponential random variable $\sim Exp(\lambda)$. It is easy to prove $$P(T_1>t)=P(\text{no arrivals in }(0,t])=e^{-\lambda t}$$ so the CDF is $$ \begin{align} F_{T_1}(t) = \left\{ \begin{array}{l l} 1-e^{-\lambda t} & \quad t>0 \\ & \quad \\ 0 & \quad \text{otherwise} \end{array} \right. \end{align}$$ In your case, you have Poisson process with rate $p\lambda$ (obtained after splitting the original Poisson process).