Question 977897
2x^2-(5a-4b)x-(a+2b)(3a-b)
<pre>
Trial and error is the best way:

The only ordinary way to factor {{{2x^2}}} is as {{{2x}}} and {{{x}}}
The only ordinary way to factor {{{(a+2b)(3a-b)}}} is as {{{(a+2b)}}} and {{{(3a-b)}}} 
or we will reverse them.

So it must be one of these with the proper signs placed between the terms

(1). {{{(matrix(1,3,2x,"",(3a-b)^""))(matrix(1,3,x,"",(a+2b)^""))}}}

(2). {{{(matrix(1,3,2x,"",(a+2b)^""))(matrix(1,3,x,"",(3a-b)^""))}}}

If it's (1), the middle terms must have opposite signs in the boxes
below so that:
              &#8591;2(a+2b)x &#8591; (3a-b)x  =  -(5a-4b)x = -5ax+4bx 

Inspection shows that opposite signs in the two boxes cannot cause the
above to be true.   


So it must be (2), and the middle terms must have opposite signs in the boxes
so that:
              &#8591;2(3a-b)x &#8591; (a+2b)x  =  -(5a-4b)x = -5ax+4bx 

Inspection shows that they must be:
              -2(3a-b)x + (a+2b)x  =  -(5a-4b)x = -5ax+4bx       
 
So in (2) we put - before the (3a-b) and + before the (a+2b):

   {{{(matrix(1,3,2x,""+"",(a+2b)^""))(matrix(1,3,x,""-"",(3a-b)^""))}}}

Remove the inner parentheses:

   {{{(matrix(1,5,2x,""+"",a,""+"",2b^""))(matrix(1,5,x,""-"",3a,""+"",b^""))}}}

Edwin</pre>