document.write( "Question 663285: How do I factor P(x) = x^5 - 81x ? \n" ); document.write( "
Algebra.Com's Answer #412696 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = x^5 - 81x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = x(x^4 - 81)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = x( (x^2)^2 - 9^2 )\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = x(x^2 - 9)(x^2 + 9)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = x(x^2 - 3^2)(x^2 + 9)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = x(x - 3)(x + 3)(x^2 + 9) \n" ); document.write( " |