document.write( "Question 537711: I want to factorise this polynom\r
\n" );
document.write( "\n" );
document.write( "3x^3 - 5x^2 -6x + 8\r
\n" );
document.write( "\n" );
document.write( "I want to know the method\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #352959 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I want to factorise this polynom \n" ); document.write( "3x^3 - 5x^2 -6x + 8 \n" ); document.write( "I want to know the method \n" ); document.write( "------ \n" ); document.write( "Notice that the coefficients add up to zero. \n" ); document.write( "That means f(1) = 0 \n" ); document.write( "That means x = 1 is a root. \n" ); document.write( "--- \n" ); document.write( "Now use synthetic division to find the \"other\" factor: \n" ); document.write( "1)....3....-5....-6....8 \n" ); document.write( ".......3.....-2....-8..|..0\r \n" ); document.write( "\n" ); document.write( "--- \n" ); document.write( "Quotient: 3x^2-2x-8 \n" ); document.write( "Factor: \n" ); document.write( "(3x+4)(x-2) = 0 \n" ); document.write( "x = -4/3 or x = 2 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================== \n" ); document.write( " |