calculating Distribution function $Z=X+Y$

56 Views Asked by At

suppose $X$ is a random variable with Bernoulli distribution and $P=0/5$ and $Y $ is Random variable independent of the $X$ with Distribution function $F$. how can I calculate Distribution function $Z=X+Y$

1

There are 1 best solutions below

0
On

You could start with:

$$F_Z(x)=\Pr(X+Y\leq x)=$$$$\Pr(1+Y\leq x\wedge X=1)+\Pr(Y\leq x\wedge X=0)$$ And applying independence.