document.write( "Question 1090305: use the p over q method and synthetic division to factor the polynomial P(x). then solve P(x)=0\r
\n" );
document.write( "\n" );
document.write( "P(x)=x^3+4x^2+x-6 \n" );
document.write( "
Algebra.Com's Answer #704733 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! P(x)=x^3+4x^2+x-6 \n" ); document.write( "p is 6 and q is 1, the coefficient of x^3 \n" ); document.write( "therefore the possible integer roots are +/-1,2,3,6 \n" ); document.write( "synthetic division with \n" ); document.write( "1/1----4----1---minus 6 \n" ); document.write( "==1==5----6----0 \n" ); document.write( "1 is a root, so (x-1) is a factor \n" ); document.write( "the other factor may be read off the division as x^2+5x+6, which is (x+3)(x+2) \n" ); document.write( "Those are the three factors, and roots are -3, -2, and 1 \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |