document.write( "Question 702779: I'm trying to figure out the inverse of the function: y= 5^x/3.
\n" ); document.write( "I know I need to switch the variables (e.g. x=5^y/3).
\n" ); document.write( "I cubed each side of the equation to isolate the y exponent.
\n" ); document.write( "Here's what I get: x^3=5^y.
\n" ); document.write( "What do I do next?
\n" ); document.write( "

Algebra.Com's Answer #433153 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
I'm trying to figure out the inverse of the function: y= 5^x/3.
\n" ); document.write( "I know I need to switch the variables (e.g. x=5^y/3).
\n" ); document.write( "I cubed each side of the equation to isolate the y exponent.
\n" ); document.write( "Here's what I get: x^3=5^y
\n" ); document.write( "3log(x) = y*log(5)
\n" ); document.write( "y = 3log(x)/log(5)
\n" ); document.write( "or \"y+=+log%28x%5E3%29%2Flog%285%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );