document.write( "Question 31988: how do u solve this: 3xsquared-2=4x \n" ); document.write( "
Algebra.Com's Answer #18571 by mukhopadhyay(490)\"\" \"About 
You can put this solution on YOUR website!
3x^2-2=4x
\n" ); document.write( "=>3x^2-4x-2=0
\n" ); document.write( "Apply quadratic formula:
\n" ); document.write( "x=[4+sqrt(16-24)/6] or x==[4-sqrt(16-24)/6]
\n" ); document.write( "=>x==[4+sqrt(-8)/6] or x==[4-sqrt(-8)/6]
\n" ); document.write( "=>x=[2+sqrt(2)i]/3 or x==[2-sqrt(2)i]/3
\n" ); document.write( "
\n" );