document.write( "Question 43045: Use the quadratic formula to solve the following equations. Show all major steps involved and leave solutions in radical form (when applicable).
\n" );
document.write( "a: 4x^2 + 5x = 6 \n" );
document.write( "
Algebra.Com's Answer #28162 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! First put it in standard form, the use the quadratic...so we get \n" ); document.write( "4x^2 + 5x = 6 \n" ); document.write( "4x^2 + 5x - 6 = 0 \n" ); document.write( "and then \n" ); document.write( "x = (-5 ± sqrt(25 + 96)) / 8 \n" ); document.write( "x = (-5 ± sqrt(121)) / 8 \n" ); document.write( "x = (-5 ± 11) / 8 \n" ); document.write( "x = 3/4, -2 \n" ); document.write( " |