Question 1035161
{{{2m^2+5m=3}}}


{{{2m^2+5m-3=0}}}


Look for the binomial factor combination which works.
<pre>
(2m  1)(m  3)--------------- 1 and 6


(2m  3)(m  1)---------------3 and 2
</pre>

The first one.
{{{highlight((2m-1)(m+3))}}}---------this will do it.