document.write( "Question 392424: Solve for x.\r
\n" );
document.write( "\n" );
document.write( "3x^2 - 11x = - 6\r
\n" );
document.write( "\n" );
document.write( "(If there is more than one solution, separate them with commas.) \n" );
document.write( "
Algebra.Com's Answer #278508 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 3x^2 - 11x = - 6 \n" ); document.write( "3x^2 - 11x + 6 = 0 \n" ); document.write( "factor the left: \n" ); document.write( "(3x-2)(x-3) = 0 \n" ); document.write( "x = {2/3, 3} \n" ); document.write( " |