document.write( "Question 1132054: Show that (x-2) is a factor of f(x) = x³-2x²-4x+8.
\n" );
document.write( "Hence factorise f(x) completely.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #748918 by Boreal(15235) You can put this solution on YOUR website! Can use synthetic division with 2 \n" ); document.write( "2/1--- -2---- -4-----8 \n" ); document.write( " 1 0 -4 0 \n" ); document.write( "that is x^2-4 \n" ); document.write( "so the factors are (x-2)(x^2-4) or (x-2)(x-2)(x+2), or (x-2)^2*(x+2)\r \n" ); document.write( "\n" ); document.write( " |