document.write( "Question 110011: I am trying to simplify the following:
\n" );
document.write( "(x^2)^5 * x / x^3\r
\n" );
document.write( "\n" );
document.write( "I got to this:
\n" );
document.write( "x^2.5 / x^3 * x / x^3 = x^10 / x^3 * x / x^3\r
\n" );
document.write( "\n" );
document.write( "Now I am stumped. \n" );
document.write( "
Algebra.Com's Answer #80236 by edjones(8007)![]() ![]() You can put this solution on YOUR website! (x^2)^5 * x / x^3 \n" ); document.write( "Let's do it in steps. \n" ); document.write( "(x^2)^5=x^10 multiply when exp^exp. \n" ); document.write( "x^10*x=x^11 add exp when multiplying. \n" ); document.write( "x^11/x^3=x^8 subtract exp when dividing. Ans. \n" ); document.write( "It's easy when you know how. \n" ); document.write( "Ed \n" ); document.write( " |