How to simplify $6x^2 - 5xy - 6y^2$ ?
$(2x-3y)(3x+2y)$
How to simplify $6x^2 - 5xy - 6y^2$ ?
$(2x-3y)(3x+2y)$
Once you see that $4*6*6=12^2$, the discriminat is $\sqrt{5^2+12^2}=13$ from the well known 5-12-13 right triangle.
This means that the quadratic will facror and you will get the result that others have given.
You do something called the middle term factorisation.
So, from that linked algorithm, we see that you can rewrite things as $$6x^2-5xy-6y^2$$ $$=6x^2+(-9xy+4xy)-6y^2$$ $$=3x(2x-3y)+2y(2x-3y)$$ $$=(3x+2y)(2x-3y)$$
Hope this helps you.
Another approach
Do you know $$\large\color{red} {ax^2+bx+c=a(x-x_1)(x-x_2)}$$ ? if you see $6x^2 - 5xy - 6y^2 $ like that form ,you will have $$6(x^2) + (-5y)x +(- 6y^2)=0\\$$ solve for $x$ $$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}=\\ \frac{+5y\pm\sqrt{25y^2-4.6.(-6y^2)}}{2.6}=\\\dfrac{5y\pm13y}{12}\to x_1=\dfrac{5y+13y}{12}=\dfrac{3y}{2}\\ x_2=\dfrac{5y-13y}{12}=\dfrac{-2y}{3}\\$$ now $$6(x^2) + (-5y)x +(- 6y^2)=6(x-\dfrac{3y}{2})(x-\dfrac{-2y}{3})=\\2.3(x-\dfrac{3y}{2})(x+\dfrac{2y}{3})=\\(2x-3y)(3x+2y)$$
One way is write
$$6x^2-5xy-6y^2=(ax+by)(cx+dy)$$
What give us:
$$ac=6\quad (1)\\ ad+bc=-5\quad (2)\\ bd=-6\quad (3)$$
Now try to find integer solutions (that is something that happens in many cases, including this one).
We can start with $ac=6$ and the possibilities are: $(a,c)\in \{(\pm 1,\pm 6),(\pm 2,\pm 3),(\pm 3,\pm2),(\pm6,\pm1)\}$
Pick up each one and replace in equation $(2)$ and then you can find $b,d$ using $(2)$ and $(3)$.
You can spend some time doing that but it is a very usefull way when you don't have any idea how to proced.
$$\begin{align}6x^2-5xy-6y^2&=6x^2-9xy+4xy-6y^2\\ &=3x(2x-3y)+2y(2x-3y)\\ &=(3x+2y)(2x-3y)\end{align}$$
Given $ax^2+bx+c$, you try to find $\alpha$ and $\beta$ such that $$\alpha+\beta=-b$$ $$\alpha\beta=c$$
This can be derived by completing the square in $ax^2+bx+c$. If finding $\alpha,\beta$ is not easy in a given case, completing the square also results in a formula to find the factors:
$$\alpha,\beta=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$
and the factorization is then $$ax^2+bx+c=(x-\alpha)(x-\beta)$$
Here, you could use $a=6,b=-5y,c=-6y^2$.
Splitting the middle term,
$$6x^2 - 9xy + 4xy - 6y^2$$
$$3x(2x - 3y) + 2y(2x - 3y)$$
$$(3x + 2y)(2x - 3y)$$