Exponential distribution
Let $Z ∼ Exponential(4)$. Compute each of the following
(a) $P(Z \geq 5)$
$$P(Z \geq 5) = \int_{5}^{\infty} 4e^{-4x}dx$$
Let $u = -4x$, then $du = -4dx \leftrightarrow -\frac{1}{4}du = dx$
$$-\int_{-\infty}^{-20} e^{u} du = -e^{u}|_{-\infty}^{-20} = -(e^{-20} - \lim_{u\to-\infty}e^{A}) = -e^{-20} + 0 = -e^{-20}$$
Answer is $e^{-20}$. Where did I go wrong or is the solution wrong?
It should be pointed out that the notation $$Z \sim \operatorname{Exponential}(4)$$ is imprecise, because it does not tell us whether the $4$ is a rate parameter (as you have implied in your computation), or a scale parameter. That is to say, does the above mean $$\operatorname{E}[Z] = 1/4, \quad f_Z(z) = 4e^{-4z}, \quad z \ge 0,$$ or does it mean $$\operatorname{E}[Z] = 4, \quad f_Z(z) = e^{-z/4}/4, \quad z \ge 0?$$ The probability $\Pr[Z \ge 5]$ will be quite different depending on the parametrization.
For the sake of completeness, we should observe that $$\Pr[Z \ge z] = S_Z(z) = 1 - F_Z(z) = 1 - (1 - e^{-\lambda z}) = e^{-\lambda z},$$ if parametrized by rate, and $$\Pr[Z \ge z] = e^{-z/\theta}$$ if parametrized by scale.
This ambiguity also carries over into other members of the exponential family; e.g., the gamma distribution. Both parametrizations are used in the literature and there is no universally accepted preference of rate versus scale.