document.write( "Question 950206: find the inverse of y=log(-3x)-4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #580157 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the inverse of y=log(-3x)-4 \n" ); document.write( " ---------- \n" ); document.write( "1st: Interchange x and y to get: \n" ); document.write( "x = log(-3y)-4 \n" ); document.write( "---- \n" ); document.write( "2nd: Solve for \"y\":: \n" ); document.write( "log(-3y) = x+4 \n" ); document.write( "----- \n" ); document.write( "-3y = 10^(x+4) \n" ); document.write( "---- \n" ); document.write( "y = (-1/3)*10^(x+4) \n" ); document.write( "That is the inverse. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |