document.write( "Question 46005: Find the inverse of : f(x) = 2/x+1 \n" ); document.write( "
Algebra.Com's Answer #30538 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 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( "y(x - 1) = 2 \n" ); document.write( "y = 2/(x - 1) \n" ); document.write( "f(x)^-1 = 2/(x - 1) \n" ); document.write( " |