document.write( "Question 43109: Help with x^2+3x-5x-15 \n" ); document.write( "
Algebra.Com's Answer #28124 by fractalier(6550) You can put this solution on YOUR website! I imagine you want to factor this by grouping...in that case we have \n" ); document.write( "x^2 + 3x - 5x - 15 = \n" ); document.write( "x(x + 3) - 5(x + 3) = \n" ); document.write( "(x - 5)(x + 3) \n" ); document.write( " |