Background
A typical Poisson process denoted by $N_t$ refers to the number of arrivals at time $t$, with rate $\lambda$, where
$$P(N_t = k) = \frac{e^{-\lambda t} (\lambda t)^k}{k!}$$
Question
A device is subject to shocks which occur according to a Poisson process $N$ with rate $\lambda$. The device can fail only due to a shock, and the probability that a given shock causes failure is $p$ independent of the number and times of previous shocks. Let $K$ be the total number of shocks the device takes before failure, and let $T = T_K$ be the time of failure.
a) Compute $E[T]$ and $\operatorname{Var}(T)$.
Usually $E[T] = k/\lambda$ and $Var(T) = k/\lambda ^2$, but I don't know if you need to factor in $p$ here.
b) Compute $E[T\mid K]$.
Not sure how to approach this. It seems that $T$ implies that $K$ occurred since it is given that $T = T_K$, so the conditional seems redundant.
c) Compute $E[T\mid K>9]$.
Again not sure how to approach this. Is $K$ Bernoulli?
Assumption. The failure probability is not $p=0$ or $p=1$; these cases can be handled separately.
Qa Hint. Let $X_t\sim\operatorname{Poisson}(\lambda tp)$. Then, $\Phi_T(t)\equiv\mathbb{P}(T\leq t)=\mathbb{P}(X_t\geq1)=1-\mathbb{P}(X_t=0)$.
Qb Hint. Use the memoryless property.
Qc Hint. Use the memoryless property.
It is also possible to solve the question without directly using the memoryless property.