document.write( "Question 440522: How do you simplify:\r
\n" );
document.write( "\n" );
document.write( "(x^9)/(x^-2) \n" );
document.write( "
Algebra.Com's Answer #306138 by rwm(914)![]() ![]() ![]() You can put this solution on YOUR website! x^(-2) means 1/x^2 \n" ); document.write( "so you have x^9/(1/x^2) which is x^9*x^2 which is x^11 \n" ); document.write( " |