document.write( "Question 375926: how do you factor n to the 9th power minus n to the 5th power? \n" ); document.write( "
Algebra.Com's Answer #267344 by user_dude2008(1862)\"\" \"About 
You can put this solution on YOUR website!
n^9-n^5=n^5(n^4-1)=n^5(n^2-1)(n^2+1)=n^5(n-1)(n+1)(n^2+1) \n" ); document.write( "
\n" );