document.write( "Question 887885: Solve the equation. (Enter your answers as a comma-separated list. If there is no real solution, enter NO REAL SOLUTION.)
\n" );
document.write( "x^2 - 14x + 42 = 0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #536910 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! x^2 - 14x + 42 = 0 \n" ); document.write( "use quadratic equation, x = (-b + or - square root(b^2 - 4*a*c))/ 2a \n" ); document.write( "x = (14 + square root( (-14)^2 -4*1*42)) / 2*1 = 9.645751311 \n" ); document.write( "x = (14 - square root( (-14)^2 -4*1*42)) / 2*1 = 4.354248689 \n" ); document.write( "x has two solutions 9.645751311, 4.354248689 \n" ); document.write( " \n" ); document.write( " |