0

If $f(y)=3(1-2y+y^2)$ where $0<y<1$

1)Determine cumulative distribution function (cfd) of random variable $Y$?

2) Find $P(0.5<Y<1.5)$

for Q1 I found the cfd: $3(y-y^2+y^3/3)$ but I'm struggling with Q2 anyone can help since $y$ can't be more than $1$ and here he want it to be $(0.5<y<1.5)$!!

Alyah
  • 31
  • sorry I don't know what happened my question is missing some parts! Q2 is find P(0.5<Y<1.5) – Alyah Oct 21 '16 at 06:52

1 Answers1

1

I suspect that $f(y)=3(1-2y+y^2)$ for $y\in(0,1)$.

But that is not a complete PDF because it does not mention what values it takes on $\mathbb R-(0,1)$.

I bet that the right addition is: $f(y)=0$ on $\mathbb R-(0,1)$.

Determining the CDF and denoting it by $F$ we then find that

  • $F(y)=0$ if $y\leq0$
  • $F(y)=3y-3y^2+y^3$ if $y\in(0,1)$ (as you found out yourself)
  • $F(y)=1$ if $y\geq1$

Equipped with this can you find $\Pr(0.5<Y<1.5)$ yourself?

drhab
  • 151,093