document.write( "Question 242402: Can someone help me with these two. I have to factor and tell if the polynomials is prime or not. Thanks
\n" );
document.write( "1. x2 - 1.1x + 0.28
\n" );
document.write( "2. x4 + 3x2 + 2x3 + 6x \n" );
document.write( "
Algebra.Com's Answer #177534 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 1. x2 - 1.1x + 0.28 \n" ); document.write( "(x-.7)(x-.4) ans. \n" ); document.write( "------------------------ \n" ); document.write( "2. x4 + 3x2 + 2x3 + 6x \n" ); document.write( "x^2(x^2+3)+2x(x^2+3) \n" ); document.write( "(x^2+2x)(x^2+3) ans. \n" ); document.write( "----------------------- \n" ); document.write( " |