document.write( "Question 206737This question is from textbook Elementary and Intermediate
\n" );
document.write( ": 3x(2x+1)=18 \n" );
document.write( "
Algebra.Com's Answer #156257 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 3x(2x+1)=18 \n" ); document.write( "distributing the 3x to terms inside parenthesis: \n" ); document.write( "6x^2 + 3x = 18 \n" ); document.write( "dividing both sides by 3: \n" ); document.write( "2x^2 + x = 6 \n" ); document.write( "2x^2 + x - 6 = 0 \n" ); document.write( "factoring the left side: \n" ); document.write( "(2x-3)(x+2) = 0 \n" ); document.write( "Solving for x: \n" ); document.write( "x = {3/2, -2} \n" ); document.write( " |