Question: What is the area of the region enclosed by the curves:
$$2y = 4\sqrt{x},\quad y = 3,\quad \text{and} \quad 2y + 2x = 6. $$ I have tried calculate all the definite integrals but I am not sure which curve I am supposed to subtract and which one is supposed to come first. And also, I am a little confused because there are three lines. I am also not entirely sure of the bounds.
Any ideas?

$y=2\sqrt{x}$
$y=3$
$y=-x+3$
The intersection point(s) of $y=3$ and $y=2\sqrt{x}$ are:
$x=\left(\dfrac 32\right)^2=\dfrac 94$.
The intersection point(s) of $y=-x+3$ and $y=2\sqrt{x}$ are:
$x^2-6x+9=4x$
$x^2-10x+9=0$
$x=9,1$
$x=9$ is extraneous, so $x=1$.
The area enclosed is the area defined by the difference of $S_1$ and $S_2$, where
$$S_1=\int^\frac 94_0(3-2\sqrt x)dx$$
and $$S_2=\int^1_0(-x+3-2\sqrt x)dx$$
and the area $$I=S_1-S_2$$