document.write( "Question 1119660: a) Find x:
\n" );
document.write( "x^5+ x^4+ x^3+ x^2+1=0
\n" );
document.write( "I have factored it : (x^2+ x+1)(x+1)(x^2-x+1)
\n" );
document.write( "b)Factoring:
\n" );
document.write( "2x^2y^2+2y^2z^2+2x^2z^2-x^4-y^4-z^4 \n" );
document.write( "
Algebra.Com's Answer #735267 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a) Find x: \n" ); document.write( "x^5+ x^4+ x^3+ x^2+1=0 \n" ); document.write( "I have factored it : (x^2+ x+1)(x+1)(x^2-x+1) \n" ); document.write( "-------------- \n" ); document.write( "Then (x^2+ x+1)(x+1)(x^2-x+1) = 0 \n" ); document.write( "--> x = -1 is the most obvious solution \n" ); document.write( "----- \n" ); document.write( "But \n" ); document.write( "f(x) = x^5+ x^4+ x^3+ x^2+1 \n" ); document.write( "f(-1) = -1 + 1 - 1 + 1 + 1 = 1, not zero, so (x+1) is not a factor. \n" ); document.write( "====================== \n" ); document.write( "b)Factoring: \n" ); document.write( "2x^2y^2+2y^2z^2+2x^2z^2-x^4-y^4-z^4 \n" ); document.write( " |