document.write( "Question 53512: please solve and show work, thanks
\n" );
document.write( "6x^2-11x=2 \n" );
document.write( "
Algebra.Com's Answer #35751 by bubblz190(11)![]() ![]() ![]() You can put this solution on YOUR website! 6x^2 - 11x = 2 \n" ); document.write( "6x^2 - 11x - 2 = 0 \n" ); document.write( "Now you would put that equation into the quadratic formula. \n" ); document.write( "x = (-b +- sqrt( b^2-4*a*c ))/(2*a) \n" ); document.write( "a=6 b=-11 c=-2 \n" ); document.write( "x = (11 +- sqrt(121 + 48))/12 \n" ); document.write( "x = (11 +- 13)/ 12 \n" ); document.write( "x = (2, -1/6) \n" ); document.write( " |