I have this statement:
Let $f$ the probability density function of the continuous random $X$ defined by:
$ f(x)=\left\{ \begin{array}{lr} \frac{x}{8} & 0≤x ≤4\\ 0 & \text{otherwise} \end{array} \right. $
My current development is:
$ F(x)=\left\{ \begin{array}{lr} 1 & x >4\\ 0 & x \leq 0\\ ?& 0≤x ≤4 \end{array} \right. $
I only need the $F(x)$ between $0 \leq x \leq 4$, but i don't know how to solve it.
PD: I can't use calculus to solve it, so, how could I do it then?
Thanks in advance.
