If ax2+bx+c is factorable (with integer coefficients), where a, b, and c are integers, then there are two integers whose product is ac and whose sum is b.
For example, let's try to factor 10x2+11x-6. We need to find two integers with product (10)(-6) = -60 and with sum 11.
The integers are 15 and -4.
Next, rewrite 11x as 15x-4x to get 10x2+15x-4x-6
Factor by grouping: 5x(2x+3)-2(2x+3)
= (2x+3)(5x-2)
On the other hand, 3x2+5x-7 is not factorable (with integer coefficients) since there are not two integers with product (3)(-7) and sum equal to 5.