document.write( "Question 44776: what is the inverse of f(x)= 2x+1 ?\r
\n" );
document.write( "\n" );
document.write( "what is the inverse of f(x)= x(to the second power) -3? \n" );
document.write( "
Algebra.Com's Answer #29655 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = 2x + 1 \n" ); document.write( "y = 2x + 1 \n" ); document.write( "x = 2y + 1 \n" ); document.write( "x - 1 = 2y \n" ); document.write( "0.5x - 0.5 = f^-1(x) \n" ); document.write( " \n" ); document.write( "f(x) = x^2 - 3 \n" ); document.write( "y = x^2 - 3 \n" ); document.write( "x = y^2 - 3 \n" ); document.write( "x + 3 = y^2 \n" ); document.write( "+- sqrt(x + 3) = f^-1(x) \n" ); document.write( " |