You decide to simulate a random variable. You generate a value on $U(0,1)$ of $.618$. What is your simulated value of $X$ if:
a) $X$ is $U(0,10)$?
b) $X$ follows $F(x) = 1 - e^{-2x}$?
c) $X$ is $N(0,1)$?
Attempted Solutions:
a) I am assuming $U(0,1)$ means every possible outcome in the event space is equally likely to occur. I am not sure then what the simulated value would be for $X$ but I would guess $6.18$?
b) I am not sure where to start. I recall seeing that $f(x) = F'(x)$ so $f(x) = 2e^{-2x}$
c) Apparently, $N(0,1)$ means $N(\mu, \sigma^2)$ and wiki says the curve in this special case where $\mu = 0$ and $\sigma^2 = 1$ maxes out at $1\over{\sqrt{2\pi}}$ so I suppose that would be the answer