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 #475145 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 3x2 − 8x + 8 = 0 \n" ); document.write( "Use the Quadratic Formula:: \n" ); document.write( "x = [-b +- sqrt(b^2-4ac)]/(2a) \n" ); document.write( "------ \n" ); document.write( "x = [8 +- sqrt(64-4*3*8)]/(6) \n" ); document.write( "------ \n" ); document.write( "x = [8 +- sqrt(-32)]/6 \n" ); document.write( "------ \n" ); document.write( "x = [8 +- 4*sqrt(2)i]/6 \n" ); document.write( "----- \n" ); document.write( "x = (4/3)+ (2/3)sqrt(2)i or x =(4/3) - (2/3)sqrt(2)i \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " \n" ); document.write( " |