document.write( "Question 30435: Please explain how to factor the following problem by grouping to solve the equation. x^3+3x^2-4x-12=0 \n" ); document.write( "
Algebra.Com's Answer #17066 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Please explain how to factor the following problem by grouping to solve the equation. \n" ); document.write( "LET F(X)= x^3+3x^2-4x-12=0 \n" ); document.write( "TRY PUTTING X=0,1,-1,2,-2..ETC..TO GET A ZERO \n" ); document.write( "WE FIND AT X=2..F(2)=2^3+3*2^2-4*2-12=8+12-8-12=0...SO X-2 IS A FACTOR.DIVIDE F(X) WITH X-2 NOW \n" ); document.write( "2...|1..........3..........-4.........-12 \n" ); document.write( "....|0..........2..........10..........12 \n" ); document.write( ".................................................. \n" ); document.write( ".....1..........5...........6...........0 \n" ); document.write( "HENCE X^2+5X+6 IS THE QUOTIENT \n" ); document.write( "=X^2+2X+3X+6=X(X+2)+3(X+2)=(X+2)(X+3) \n" ); document.write( "HENCE F(X)=(X-2)(X+2)(X+3) \n" ); document.write( " |