I'm trying to calculate the area defined by the following curves: $y=x^2, 4x=y^2, y=6$ using double integrals.
I'm wondering whether my solution is correct:
Area = $\int^{6}_{0}\int^{\sqrt{4x}}_{0}1dydx - \int^{6}_{0}\int^{x^2}_{0}1dydx$
Is it correct?
Thanks!

No, that is not correct.
First, you should compute the intersection points of the curves $y=x^2$ and $4x=y^2$, which are $(0,0)$ and $\left(\sqrt[3]4,2\sqrt[3]2\right)$. When $y\in\left[0,2\sqrt[3]2\right)$, the curve $y=x^2$ is to the right of the curve $4x=y^2$; after that, it is located to the left.
So, you should compute$$\int_0^{2\sqrt[3]2}\int_{y^2/4}^{\sqrt y}1\,\mathrm dx\,\mathrm dy+\int_{2\sqrt[3]2}^6\int^{y^2/4}_{\sqrt y}1\,\mathrm dx\,\mathrm dy.$$