document.write( "Question 166797: Which of the following expressions represents the product of 3 less than twice x and 2 more than the quantity 3 times x ?
\n" );
document.write( "A. –6x2 + 25x + 6
\n" );
document.write( "B. 6x2 + 5x + 6
\n" );
document.write( "C. 6x2 – 5x + 6
\n" );
document.write( "D. 6x2 – 5x – 6
\n" );
document.write( "E. 6x2 – 13x – 6\r
\n" );
document.write( "\n" );
document.write( " Plz and explain how you came about the answer.\r
\n" );
document.write( "\n" );
document.write( "Thank you so much \n" );
document.write( "
Algebra.Com's Answer #122898 by aswathytony(47)![]() ![]() ![]() You can put this solution on YOUR website! 3 less tHAN twice x is 2x - 3 \r \n" ); document.write( "\n" ); document.write( "2 more than the quantity 3 times x is 3x + 2 \r \n" ); document.write( "\n" ); document.write( " product is 2x- 3 * 3x + 2 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " (2x -3 ) (3x + 2 ) = 2x * 3x + 2x *2 -3 * 3x -3 * 2 \n" ); document.write( " =6x ^2 + 4x - 9x -6 \n" ); document.write( " = 6x^2 -5x -6 \n" ); document.write( " |