document.write( "Question 339234: factor the following polymonial completely:\r
\n" );
document.write( "\n" );
document.write( "2x^3 + x^2 - 6x - 3 \n" );
document.write( "
Algebra.Com's Answer #243146 by alanc(27)![]() ![]() You can put this solution on YOUR website! If you notice, x = -0.5 is a zero for this polynomial. I am using a rule called the rational zeros theorem. that the possible factors for this polynomial are the ratios of the factors of the last and first coefficients of the polynomial, -3 and 2. so -1/2 was one of the possibilities.\r \n" ); document.write( "\n" ); document.write( "Since it is, factor it out, using synthetic division.\r \n" ); document.write( "\n" ); document.write( "-1/2 | 2 1 -6 -3 \n" ); document.write( " 0 -1 0 3 \n" ); document.write( "_______________________ \n" ); document.write( " 2 0 -6 0\r \n" ); document.write( "\n" ); document.write( "the quotient is (2x^2 -6) \n" ); document.write( "It can be factored as 2*(x - sqrt(3))(x + sqrt(3))\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x^3 + x^2 - 6x - 3 = (x + 0.5)*2*(x - sqrt(3))(x + sqrt(3))\r \n" ); document.write( "\n" ); document.write( "factors : 2, (x + 0.5), (x - sqrt(3)), and (x + sqrt(3))\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |