What is the area of the figure enclosed by the curve: $5x^2+6xy+2y^2+7x+6y+6=0$.
My attempt: $2y^2+6(x+1)x+5x^2+7x+6=0$.
$\displaystyle y=\frac{-6(x+1)\pm\sqrt{36(x+1)^2-4(5x^2+7x+6)}}{4}$
$\displaystyle y =\frac{-3(x+1)\pm \sqrt{4x^2+11x+3}}{2}$
How do I solve it?

As you integrate between two curves $y_+(x)$ and $y_-(x)$, you can just consider $y_+(x)-y_-(x)$, which is (fixing your calculation errors) $$\frac{\sqrt{(6x+6)^2-4\cdot2\cdot(5x^2+7x+6)}}{2}=\sqrt{-x^2+4x-3}=\sqrt{1-(x-2)^2},$$ by completing the square.
This is just the area of a half unit circle,
$$\frac{\pi}2.$$
For completeness,
$$I:=\int_1^3\sqrt{1-(x-2)^2}dx=\int_{-1}^1\sqrt{1-x^2}dx=\left.x\sqrt{1-x^2}\right|_{-1}^1+\int_{-1}^1\frac{x^2}{\sqrt{1-x^2}}dx \\=\int_{-1}^1\frac{1-(1-x^2)}{\sqrt{1-x^2}}dx=\left.\arcsin x\right|_{-1}^1-I$$
justifies the claim.