document.write( "Question 761572: Find the roots of 3x^2+2x-4=0\r
\n" );
document.write( "\n" );
document.write( "I need the steps please and thank you. \n" );
document.write( "
Algebra.Com's Answer #463373 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we will use the quadratic formula to solve this equation\r \n" ); document.write( "\n" ); document.write( "x = (-2 + or - sqrt(4 - 4 * 3 * -4)) / 6 \n" ); document.write( "x = (-2 + or - sqrt(52)) /6 \n" ); document.write( "x = (-2 + 7.2) / 6 = .87 \n" ); document.write( "x = (-2 - 7.2) / 6 = -1.53 \n" ); document.write( " |