document.write( "Question 161757: how would i do this problum? \"x+to+the+power+of+3+%2A+x+to+the+power+of+negitive+5\" \n" ); document.write( "
Algebra.Com's Answer #119210 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
\"x%5E3%2Ax%5E-5\"
\n" ); document.write( "becomes
\n" ); document.write( "\"x%5E%283-5%29\"
\n" ); document.write( "which becomes
\n" ); document.write( "\"x%5E-2\"
\n" ); document.write( "which can be interpreted as
\n" ); document.write( "\"1%2Fx%5E2\"
\n" ); document.write( "-----
\n" ); document.write( "in general
\n" ); document.write( "\"x%5Ea%2Ax%5Eb+=+x%5E%28a%2Bb%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );