I want to factor this polynomial without using the quadratic formula. So, as the first step I multiply coefficient of $x^2$ with $-10$. The product obtained is $-50$. However, there are no two factors of $-50$ that add up to $-2$ and give the product as $-50$. So, it becomes evident that the polynomial would be difficult to factor by splitting the middle term. So, according to my level of understanding, the next method I would try is by expressing the polynomial as the difference of two squares and use the identity $a^2 - b^2 = (a + b) (a - b)$. Here is my first try at expressing it as the difference of two squares:
$$5x^2 - 2x - 10$$ $$= 4x^2 - 4x + 1 + x^2 + 2x - 11 $$ $$= (2x - 1)^2 + x^2 + 2x - 11$$
I am not able to solve beyond this. So, I tried the same method but with different manipulation of the polynomial:
$$5x^2 - 2x - 10$$ $$= 9x^2 - 6x + 1 - 4x^2 + 4x - 11$$ $$= (3x - 1)^2 - 4x^2 + 4x - 11$$
Again, I can't go beyond this. So, I want to know whether I am using the wrong method or am I just not able to decide the next manipulation of the polynomial?