document.write( "Question 936473: how do you find the inverse of a logarithm function
\n" );
document.write( "my problem question is y=4log3(x)+1
\n" );
document.write( "the base or small number in the log function is 3
\n" );
document.write( "i know you have to substitute x for y when you are doing the inverse and i got to the step x= 4log3(y)+1 but i am stuck on what to do after you substitute it. \n" );
document.write( "
Algebra.Com's Answer #569944 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the inverse of a logarithm function \n" ); document.write( " my problem question is y=4log3(x)+1 \n" ); document.write( " ----- \n" ); document.write( "Interchange x and y to get: \n" ); document.write( "4log3(y)+1 = x \n" ); document.write( "----- \n" ); document.write( "Solve for \"y\":: \n" ); document.write( "log3(y^4) = x-1 \n" ); document.write( "----- \n" ); document.write( "y^4 = 3^(x-1) \n" ); document.write( "---- \n" ); document.write( "y = 3^[(x-1)/4] \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------- \n" ); document.write( " |