document.write( "Question 1020553: Please explain me, what is the question and how to solve it?
\n" );
document.write( "Which of the following expressions represents the product of 3 less that twice x and 2 more than
\n" );
document.write( "the quantity 3 times x?
\n" );
document.write( "A. –6x^2+ 25x + 6\r
\n" );
document.write( "\n" );
document.write( " B. 6x^ +5x + 6 C. 6x^2– 5x + 6\r
\n" );
document.write( "\n" );
document.write( "D. 6x^2– 5x – 6\r
\n" );
document.write( "\n" );
document.write( "E. 6x^2– 13x – 6
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #636437 by addingup(3677)![]() ![]() You can put this solution on YOUR website! The product of means multiplication \n" ); document.write( "3 less that twice x = (2x-3) \n" ); document.write( "\"and\" means multiplied by \n" ); document.write( "2 more than the quantity 3 times x (3x+2) \n" ); document.write( "So, what have we got so far? We have: \n" ); document.write( "(2x-3)(3x+2) \n" ); document.write( "Using FOIL we proceed \n" ); document.write( "First: 2x*3x = 6x^2 \n" ); document.write( "Outer: 2x*2 = 4x \n" ); document.write( "Inner: -3*3x= -9x \n" ); document.write( "Last: -3*2 = -6 \n" ); document.write( "OK, let's put them together: \n" ); document.write( "6x^2+4x-9x-6 Add +4x-9x and you get -5x \n" ); document.write( "6x^2-5x-6 This is your answer. \n" ); document.write( " |