Given the pdf: $$f_{X,Y}(x,y)= \begin{cases} x+y,& 0 \le x \le 1, 0 \le y \le 1 \\0, & \text{otherwise}\end{cases}$$ Find $E(2X + 3\mid Y )$.
Using the formula for conditional expectation: $\int{xf(x|y)dx}$, where $x=2X+3$, so we have:
$$\int\limits_0^1{(2x+3)\frac{f(x,y)}{f_y(y)}dx}$$
Is this correct or do we have to do something different regarding the $2X+3$? Thanks.
Your approach is correct.
You can verify your result with Mathematica:
And the confirmation that the result is correct, using the law of total expectation: