document.write( "Question 44288: Find the roots of the quadratic equations using the quadratic formula. Express the roots, if they are not rational, in simplest radical form.\r
\n" );
document.write( "\n" );
document.write( "x2 - 4x - 2 = 0 \n" );
document.write( "
Algebra.Com's Answer #29197 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From x^2 - 4x - 2 = 0, we have \n" ); document.write( "x = (4 ± sqrt(16 + 8)) / 2 \n" ); document.write( "x = (4 ± sqrt(24)) / 2 \n" ); document.write( "x = (4 ± 2sqrt(6)) / 2 \n" ); document.write( "x = 2 ± sqrt(6) \n" ); document.write( " |