The density function for a random variable X is given in terms of a constant c. Find the value of c. What is the corresponding distribution function? Sketch both the density and the distribution functions. Finally, find the probabilities.
5.1 $f(x)=0$ for $x<0$ and $f(x)=\frac{c}{(x+1)^4}$ for $0<x$
$P(X>4)$ $P(X<2)$ $P(1\le\ X<3)$
I get c=3 by taking the integral, and then I am a little confused as to why $F(x)=1-\frac{1}{(x+1)^3}$
Is that because in solving for c, I ended up with $1=\frac{c}{3(x+1)^3}$, so substituting c in I get $1=\frac{1}{(x+1)^3}$?
And, then
$P(X>4)=1-P(X\le\ 4)$ $=1-(1-{1}{(1+4)^3})$ $=1/125$
$P(X<2)=1-{1}{(1+2)^3}$ $=26/27$
I guess I am a little confused about what F(x) and f(x) actually MEAN? And thus that leads to my confusion about what the differences between > and < and greater than or equal to are, etc etc in terms of the equations. The ones above I solved by comparing to the book but I still don't understand what they mean really.
So as a result, I don't really get how to solve $P(1\le\ X<3)$.