document.write( "Question 1013136: find the inverse of f(x)=2^x+1 \n" ); document.write( "
Algebra.Com's Answer #629318 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Okay, from
\n" ); document.write( "f(x)=2^x+1
\n" ); document.write( "y = 2^x + 1
\n" ); document.write( "x = 2^y + 1
\n" ); document.write( "x - 1 = 2^y
\n" ); document.write( "log(x-1) = log 2^y
\n" ); document.write( "log(x-1) = y log 2
\n" ); document.write( "y = log(x-1) / log 2
\n" ); document.write( "f^(-1)(x) = log(x-1) / log 2
\n" ); document.write( "
\n" );