In my probability class I got a problem about conditional distributions to solve.
Let $\lambda, a, b >0$. Random variable $N$ has Poisson distribution ($Po(\lambda) $). Conditioning on $N$, random variable $T$ has distribution $Exp(an+b)$. I need to calculate unconditional distribution of random variable $T$ and conditional distribution of random variable $N$ given $T$.
If $N$ is Poisson distributed, then $P(N=n)= \frac{\lambda^n e^{-\lambda}}{n!}$ for $n=0,1,2,...$ and exponential distribution has density $f(t)= \lambda e^{-\lambda t} $ for $t>0,$ and $0$ otherwise.
I started like this:
let $0 \leq c \leq d $, then $P(c < T < d)= \sum_{n=0}^{\infty} P(N=n) P(c < T I know I can exchange the integral and the sum but I don't know how to calculate this sum anyway. If someone has some idea of how to sum this, I would be really thankful.