document.write( "Question 756600: Find all real solutions of the equation. (Enter your answers as a comma-separated list. If there is no real solution, enter NO REAL SOLUTION
\n" );
document.write( "x^3 − 7x^2 + 6x − 47 = x^2 + 1 \n" );
document.write( "
Algebra.Com's Answer #460391 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! x^3 − 7x^2 + 6x − 47 = x^2 + 1 \n" ); document.write( ": \n" ); document.write( "x^3 - 7x^2 - x^2 + 6x - 47 - 1 = 0 \n" ); document.write( ": \n" ); document.write( "x^3 - 8x^2 + 6x - 48 = 0 \n" ); document.write( "Group factor \n" ); document.write( "x^2(x - 8) + 6(x - 8) = 0 \n" ); document.write( "Factor out (x-8) \n" ); document.write( "(x - 8)(x^2 + 6) = 0 \n" ); document.write( "Solutions \n" ); document.write( "x = 8, the only real solution \n" ); document.write( "and \n" ); document.write( "x^2 = -6; non-real solutions \n" ); document.write( "x = +/- \n" ); document.write( "x = + \n" ); document.write( "x = - \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check in original problem with x=8 \n" ); document.write( "x^3 - 7x^2 + 6x - 47 = x^2 + 1 \n" ); document.write( "8^3 - 7(8^2) + 6(8) - 47 = 8^2 + 1 \n" ); document.write( "512 - 448 + 48 - 47 = 64 + 1 \n" ); document.write( "65 = 65; confirms our solution \n" ); document.write( " |