If $X,Y\sim U(0,1)$
Find the PDF of $Z=\frac{(X+Y)}{2}$.
I know that I can start with CDF of Z, then $P(Z < z)=P\left(\frac{(X+Y)}{2}< z\right)=P(X < 2z-Y) $
But I don't know how to continue with that.
If $X,Y\sim U(0,1)$
Find the PDF of $Z=\frac{(X+Y)}{2}$.
I know that I can start with CDF of Z, then $P(Z < z)=P\left(\frac{(X+Y)}{2}< z\right)=P(X < 2z-Y) $
But I don't know how to continue with that.
Let $g:\mathbb R\to\mathbb R$ take value $1$ if $x+y\leq 2z$ and value $0$ otherwise.
Then:
$$P(Z\leq z)=\mathbb Eg(X,Y)=\int\int g(x,y)f_{X,Y}(x,y)dxdy$$
Actually this can only be calculated if the joint distribution of $(X,Y)$ is known, but in your question you only mention the marginal distributions. I suspect that $X$ and $Y$ are meant to be independent so that:$$f_{X,Y}(x,y)=f_X(x)f_Y(y)$$