I am trying to understand a very basic problem involving pdfs and cdfs for functions of random variables.
For example, my problem statement is as follows:
Find $F_{Y}\left ( y \right )$ and $f_{Y}\left ( y \right )$ if $Y=-4X+3$ and $f_{X}\left ( x \right ) = 2e^{-2x}U(x)$.
I know that I can start this problem by replacing the random variable $Y$ in terms of the RV $X$.
$F_{Y}\left ( y \right ) = P\left (\left \{ Y \leq y \right \} \right ) = P\left (\left \{ -4X+3 \leq y \right \} \right )$
and then I can write: $P\left (\left \{ -4X+3 \leq y \right \} \right ) = P\left (\left \{ X \geq \frac{3-y}{4} \right \} \right ) = 1-F_{X}\left ( \frac{3-y}{4} \right )$
My solution that I am learning from does the following. I am not sure how $f_{Y}\left ( y \right )$ is found in terms of $f_{X}$. And then I am not sure how the final answer is found. Are they plugging in the values from the cdf of $X$?
