document.write( "Question 266863: How would I convert the following so that there is all positive exponants?\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "(a^-2 b^7)\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #195984 by dabanfield(803) ![]() You can put this solution on YOUR website! (a^-2 b^7) \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a^-1 = 1/a^2 so:\r \n" ); document.write( "\n" ); document.write( "a^-2*b^7 = b^7/a^2 \n" ); document.write( " |