document.write( "Question 33777: find the inverse of the following functions:
\n" );
document.write( "1) f(x)=2x+1
\n" );
document.write( "2) f(x)=(2x+5)/4 \n" );
document.write( "
Algebra.Com's Answer #20181 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! find the inverse of the following functions: \n" ); document.write( "1) f(x)=2x+1 \n" ); document.write( "y = 2x + 1 \n" ); document.write( "x = 2y + 1 \n" ); document.write( "(x-1)/2 = inverse of f(x) \n" ); document.write( "------------------------------------------------------------------------------- \n" ); document.write( "2) f(x)=(2x+5)/4 \n" ); document.write( "y = (2x + 5)/4 \n" ); document.write( "x = (2y + 5)/4 \n" ); document.write( "(4x - 5)/2 = inverse of f(x) \n" ); document.write( " |