document.write( "Question 434199: Solve x(3x+5)=2 \n" ); document.write( "
Algebra.Com's Answer #300877 by nerdybill(7384) You can put this solution on YOUR website! Solve x(3x+5)=2 \n" ); document.write( ". \n" ); document.write( "3x^2 + 5x = 2 \n" ); document.write( "3x^2 + 5x - 2 = 0 \n" ); document.write( "(3x-1)(x+2) = 0 \n" ); document.write( "x = {-2, 1/3} \n" ); document.write( " \n" ); document.write( " |