document.write( "Question 57343: Factoring Trinomials by Trial and Error
\n" );
document.write( "b) y=-2x2 + 28x - 26 with the factorial form
\n" );
document.write( "c) y=-9x2 + 72x + 81 with the factorial form \n" );
document.write( "
Algebra.Com's Answer #39054 by Nate(3500) ![]() You can put this solution on YOUR website! You can easily do it by trail and error, but you can also look at my example if you get fed up with it. \n" ); document.write( "2x^2 - 14x + 24 \n" ); document.write( "2(x^2 - 7x + 12) \n" ); document.write( "2(x^2 - 4x - 3x + 12) \n" ); document.write( "2((x^2 - 4x) + (-3x + 12)) \n" ); document.write( "2(x(x - 4) - 3(x - 4)) \n" ); document.write( "2(x - 3)(x - 4) \n" ); document.write( "(2x - 6)(x - 4) \n" ); document.write( " |