document.write( "Question 779236: Determine all possible real solutions of the equation. (Enter your answers as a comma-separated list. If there is no solution, enter NO SOLUTION.)
\n" );
document.write( "3x2 − 8x + 8 = 0
\n" );
document.write( "x =_____\r
\n" );
document.write( "\n" );
document.write( "I know how to do this but it has been so long, can you explain the steps necessary to arrive at the solution?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #475152 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Determine all possible real solutions of the equation. (Enter your answers as a comma-separated list. If there is no solution, enter NO SOLUTION.) \n" ); document.write( "3x^2 - 8x + 8 = 0 \n" ); document.write( "------ \n" ); document.write( "The discriminant = b^2 - 4ac \n" ); document.write( "= (-8)^2 - 4*3*8 = 64 - 96 \n" ); document.write( "= -32 \n" ); document.write( "--- \n" ); document.write( "Disc < 0 --> no real solutions \n" ); document.write( " \n" ); document.write( " |