Question:
The moment generating function of the exponential distribution with rate $\alpha$ is given by $\dfrac{\alpha}{\alpha-s}$. Use this result to determine what distribution the random variable $Z$ has, where its mgf is $m_z(s) = \dfrac{1}{1-\eta s}$. Determine the pdf and mean of $Z$.
What have I done?
I recall that the form of an mgf is: $$M_X(s) = E[e^{sX}] \space , \space s \in \mathbb{R}$$
and that the pdf (according to literature) of the exponential is: $$f_x(\lambda) = \begin{cases} \lambda e^{-\lambda x} & x \geq 0 \\ 0 & x < 0 \\ \end{cases}$$ and I think that the mean with rate $\alpha$ is $$E[X] = \dfrac{1}{\alpha}$$ but I found that through research, not actually solving it.
Any advice on how to move forward and combine these elements into a solution is appreaciated.