document.write( "Question 161621: I am simply asked to write an expression in \"exponential form\". I cannot find anything in my book that helps me although I am sure it's there.
\n" ); document.write( "The problem is:
\n" ); document.write( "cubed root of 5x to the 5th power.
\n" ); document.write( "

Algebra.Com's Answer #119094 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
\"x%5En\" is the same as x to the nth power.
\n" ); document.write( "\"x%5E%28-n%29\" is the same as 1/(x^n)
\n" ); document.write( "\"x%5E%281%2Fn%29\" is the same as the nth root of x.
\n" ); document.write( "\"x%5E%28m%2Fn%29\" is the same as nth root of x raised to the mth power.
\n" ); document.write( "-------
\n" ); document.write( "cubed root of 5*x would be
\n" ); document.write( "\"%285%2Ax%29%5E%281%2F3%29\" which is (5*x) raised to the (1/3)d power.
\n" ); document.write( "-----
\n" ); document.write( "cubed root of 5*x raised to the 5th power would be
\n" ); document.write( "\"%285%2Ax%29%5E%285%2F3%29\" which is (5*x) raised to the (5/3)d power.
\n" ); document.write( "-----
\n" ); document.write( "
\n" ); document.write( "
\n" );