document.write( "Question 925327: Solve for x the following quadratic equations by factorising\r
\n" );
document.write( "\n" );
document.write( "X squared -6x+8=0 \n" );
document.write( "
Algebra.Com's Answer #561442 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x^2 - 6x + 8 = 0 \n" ); document.write( "(x-4)(x-2) = 0 \n" ); document.write( "(x-4)= 0, x = 4 \n" ); document.write( "(x-2) = 0 , x = 2 \n" ); document.write( "x = 2,4 \n" ); document.write( " |