Given that $Y \sim U(2, 5)$ and $Z = 3Y - 4$, what is the distribution for $Z$?
I've worked out that for $Y \sim N(2, 5)$, $Z \sim N(2, 45)$ since
$$\mu=3\cdot2 - 4 = 2$$
and
$$\sigma^2=3^2 \cdot 5 = 45$$
I'm wondering how the working differs when we have a uniform distribution, rather than a normal distribution?
Sorry if a similar question has been asked before - I could not find anything on my search!
Thanks!
Call $U$ the CDF of $U(2,5)$, it is $U(t) = \frac{1}{3}t - \frac{2}{3}$.
$A(t) = \mathbb P(Z \leq t) = \mathbb P (3Y-4 \leq t) = \mathbb P (Y\leq \frac{t+4}{3}) = U(\frac{t+4}{3}) = \frac{1}{3}[\frac{t+4}{3}] -\frac{2}{3}$ for $2 \leq \frac{t+4}{3} \leq 5$, $0$ elsewhere, i.e. for $2 \leq t \leq 11$.
Thus $a(t) = A'(t) = \frac{1}{9}$ in $2 \leq t \leq 11$, $0$ elsewhere is a uniform distribution.