document.write( "Question 371995: The expression below is the factorization of what trinomial? Enter the trinomial in descending order. Use the caret (^) to enter exponents. For example, enter x2 as x^2.\r
\n" );
document.write( "\n" );
document.write( "-1(x - 6)(x + 8) \n" );
document.write( "
Algebra.Com's Answer #265164 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! -1(x - 6)(x + 8) \n" ); document.write( "FOIL \n" ); document.write( "-1(x^2 + 8x - 6x - 48) \n" ); document.write( "which is \n" ); document.write( "-1(x^2 + 2x - 48) \n" ); document.write( "mult by -1 \n" ); document.write( "-x^2 - 2x + 48 \n" ); document.write( " |