document.write( "Question 217756: How do I find the inverse of: f(x)=2log2(x-5)? Please note that the \"2\" after log is in subscript. Please show steps. \n" ); document.write( "
Algebra.Com's Answer #164111 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do I find the inverse of: f(x)=2log2(x-5)? Please note that the \"2\" after log is in subscript. Please show steps. \n" ); document.write( "------------------------------------------- \n" ); document.write( "y = 2*log(base2)(x-5) \n" ); document.write( "--- \n" ); document.write( "Interchange x and y: \n" ); document.write( "x = 2*log(base2)(y-5) \n" ); document.write( "Solve for \"y\": \n" ); document.write( "log(base2)(y-5) = x/2 \n" ); document.write( "y-5 = 2^(x/2) \n" ); document.write( "y = 2^(x/2) + 5 \n" ); document.write( "That is the inverse. \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |