Homework Statement
A PC generates "random" numbers from [0,1], programmed such that
the distribution function F(x) of a continuous random variable X, which is satisfies the formula:
F(x) =
0 , x<0
x , 0<=x<0.25
0.25 , 0.25<=x<0.5
x2, 0.5<=x<1
1 , 1<=x
THe problem then asks the values of...