document.write( "Question 76319: given f(x)= 4x/x+2, find f-1(x) (inverse of function x) \n" ); document.write( "
Algebra.Com's Answer #54767 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! f(x)= 4x/x+2, find f-1(x) \n" ); document.write( "--------- \n" ); document.write( "Interchange x and y to get the inverse. \n" ); document.write( "x= y/y+2 \n" ); document.write( "Solve for \"y\": \n" ); document.write( "yx+2x=y \n" ); document.write( "yx-y=-2x \n" ); document.write( "y(x-1)=-2x \n" ); document.write( "y=-2x/(x-1) \n" ); document.write( "That is the inverse.\r \n" ); document.write( "\n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |