document.write( "Question 712176: Use the quadratic formula to find the solutions to the quadratic equation below.
\n" ); document.write( "3x^2-x-2=0?
\n" ); document.write( "

Algebra.Com's Answer #437788 by Ave(106)\"\" \"About 
You can put this solution on YOUR website!
\"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\" this is the quadratic formula
\n" ); document.write( "\"ax%5E2%2Bbx%2Bc=0\" find a,b, and c in \"3x%5E2-x-2=0\"
\n" ); document.write( "a=3
\n" ); document.write( "b=-1
\n" ); document.write( "c=-2
\n" ); document.write( "Plug values into the equation and solve
\n" ); document.write( "\"x+=+%28-%28-1%29+%2B-+sqrt%28+-1%5E2-4%283%29%28-2%29+%29%29%2F%282%2A3%29+\" Simplify
\n" ); document.write( "\"x+=+%281+%2B-+sqrt%2825%29%29%2F%286%29+\"
\n" ); document.write( "\"x+=+%281+%2B-+5%29%2F%286%29+\"
\n" ); document.write( "\"1%2F6+%2B5%2F6+=+6%2F6+=+1\"
\n" ); document.write( "\"x=1\"
\n" ); document.write( "\"1%2F6-5%2F6+=+-4%2F6+=+-2%2F3\"
\n" ); document.write( "\"x=-2%2F3\"
\n" ); document.write( "{-2/3,1}
\n" ); document.write( "
\n" );