Given a Poisson process $N(t),t\geq 0$ with rate $\lambda$ and another r.v. $T$ independent of $N(t)$ with mean $\mu$ and variance $\sigma^2$, I would like to compute the following quantities:
$$ \mathbb{Cov}(T,N(T)) \ \ \mbox{ and } \ \ \mathbb{Var}(N(T))$$
My guess is respectively: $\lambda \mu + \lambda \sigma^2$ and $\sigma^2\lambda$. But I am not sure it is correct nor how to justify some steps.
Anyone knows? Thank you very much!