If $Z=\max(X,Y)$ where $X$ and $Y$ are continuous independent exponential distributions, the CDF of $Z$ can be written as a product of CDFs of $X$ and $Y$.
However, I need to find the CDF of $Z=\max(a,X)$ where $a$ is a positive constant and $X$ follows an exponential distribution as $F_X(x)=b e^{-b x}$.
can someone please guide me finding this?
Clearly $\mathsf P(Z\leq z) ~{=\mathsf P(\max\{a,X\}\leq z) \\= \mathsf P(a\leq z, X\leq z) \\ = \begin{cases} \mathsf P(X\leq z) &:& a\leq z \\ 0&:& \text{otherwise}\end{cases} }$
So our CDF is $F_Z(z) = (1-\mathsf e^{-bz})\,\mathbf 1_{z\in[a;\infty)}$
$~$
Note: The CDF is $F_X(x)= (1-\mathsf e^{-bx})\mathbf 1_{x\in[0;\infty)}$ if $X\sim\mathcal {Exp}(b)$, while the pdf is $f_X(x)=b\mathsf e^{-bx}\mathbf 1_{x\in[0;\infty}$