Here's the set up:
Let the random variable $X$ have the following distribution
$$f(x)= \begin{cases} e^{-x} & \quad \text{if}\hspace{2mm} 0<x<\infty\\ 0 & \quad \text{elsewhere.} \end{cases} $$ Let $Y=[X]$ be the integer part and $Z=X-[X]$ be the fractional part.
Problem:
I'm supposed to find the joint distribution function of $Y$ and $Z$, and the moment generating function of $Y$. I think I have the mgf of $Y$, but don't really know how to approach finding the joint distribution.
My inner dialogue:
It seems like to find $\mathbb{P}(Y\leq t)$, we'll be summing $e^{-x}$ in $x$ over the integers up to $\lfloor t \rfloor$. On the other hand, with $\mathbb{P}(Z\leq t)$, will we integrate, just skipping integers? But $\mathbb{P}(Z\leq t)=\mathbb{P}(Z< t)$ if $Z$ is continuous? Hmm...
I would very much appreciate any suggestions on how to get started here.
Also, this isn't homework.