document.write( "Question 21889: For the polynomial function f(x) = x^4 - x^3 - 2x^2 - 4x - 24\r
\n" );
document.write( "\n" );
document.write( "Find all real zeroes (x-intercepts)\r
\n" );
document.write( "\n" );
document.write( "Divide all real zeroes out using synthetic division\r
\n" );
document.write( "\n" );
document.write( "solve the quadratic equation using the quadratic formula (which should give two complex zeroes)\r
\n" );
document.write( "\n" );
document.write( "give complete factorization of f(x)\r
\n" );
document.write( "\n" );
document.write( "(I know this seems long - but I am so completely lost - this one question will explain about a half 'o dozen problems I am having with my homework) \n" );
document.write( "
Algebra.Com's Answer #10566 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! f(x) = x^4 - x^3 - 2x^2 - 4x - 24 ...TRY ,F(0),F(10,F(-1),F(2)...ETC....WE NOTE THAT F(-2) IS ZERO SO X+2 IS A FACTOR...LET US DIVIDE WITH X+2 USING HORNERS SHORT DIVISION.PLEASE COME BACK IF YOU ARE NOT CONVERSANT WITH THIS DIVISION...\r \n" ); document.write( "\n" ); document.write( "-2....|1....-1....-2....-4....-24........................................... \n" ); document.write( "......|0....-2.....6....-8.....24............................................ \n" ); document.write( "------------------------------------------------- \n" ); document.write( "......|1....-3.....4....-12.....0 \n" ); document.write( "HENCE QUOTIENT IS \n" ); document.write( "X^3-3X^2+4X-12......WE FIND THAT F(3) IS ZERO...SO X-3 IS A FACTOR..AGAIN DIVIDING \n" ); document.write( "WITH X-3 WE GET\r \n" ); document.write( "\n" ); document.write( "3.....|1....-3.....4....-12..... \n" ); document.write( "......|0....3......0.....12..... \n" ); document.write( "-------------------------------------- \n" ); document.write( "......|1....0......4.....0 \n" ); document.write( "HENCE QUOTIENT IS \n" ); document.write( "X^2+4 \n" ); document.write( "=(X)^2-(2I)^2 \n" ); document.write( "=(X+2I)(X-2I) \n" ); document.write( "HENCE COMPLETE FACTORISATION IS \r \n" ); document.write( "\n" ); document.write( "f(x) = x^4 - x^3 - 2x^2 - 4x - 24 .=(X+2)(X-3)(X+2I)(X-2I)...THE ROOTS OR X INTERCEPTS ARE ....-2,3,2I AND -2I \n" ); document.write( " |