document.write( "Question 242394: I need help with competely factoring these problems then tell whether the polynomials is prime or not.
\n" );
document.write( "1. 3x2 - 27x + 60
\n" );
document.write( "2. x2 - 1.1x + 0.28
\n" );
document.write( "3. x4 + 3x2 + 2x3 + 6x \n" );
document.write( "
Algebra.Com's Answer #177432 by nyc_function(2741) You can put this solution on YOUR website! 3x^2 - 27x + 60 \r \n" ); document.write( "\n" ); document.write( "Factor out 3 and divide each term by 3.\r \n" ); document.write( "\n" ); document.write( "3(x^2 - 9x + 20)\r \n" ); document.write( "\n" ); document.write( "Now factor what lies inside the parentheses.\r \n" ); document.write( "\n" ); document.write( "3(x - 5)(x - 4)\r \n" ); document.write( "\n" ); document.write( "Notice that the answer includes THREE factors and they are: 3(x - 5)(x - 4)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |