For a given experiment, $Y\sim Poi(\lambda)$ independent trials are conducted, with each trial having a probability of success $p$ and a probability of failure $1-p$. Find the distribution of the number of successful trials $X$."
First of all, $Y$ Bernouilli trials are conducted, thus $$X\sim\mathit{Bin}(Y, p)$$ Therefore $$P(X=k)=\binom{Y}{k}p^k(1-p)^{Y-k}$$ From $Y\sim Poi(\lambda)\Longrightarrow P(Y=t)=\frac{\lambda^t}{t!}e^{-\lambda}$
Am I on the right path? How can I continue now?
You can condition on number of independent trials $Y$ and then integrate the conditional distribution against the distribution of $Y$.
So $P(X=k|Y=y) = {y \choose k}p^k (1-p)^{y-k}$
$P(X=k) = \sum_{y=0}^{\infty} P(X=k|Y=y) P(Y=y)$, using the law of total probability.
$P(X=k) = \sum_{y=0}^{\infty} {y \choose k}p^k (1-p)^{y-k} {\lambda^y \over y!} e^{-\lambda} = e^{-\lambda}({p \over 1-p})^k\sum_{y=k}^{\infty} {y \choose k} {\lambda^y \over y!}(1-p)^y$