document.write( "Question 1096852: Find the inverse function f raised to -1 when the function is f(x) = 3x-2/4x+5 \n" ); document.write( "
Algebra.Com's Answer #711265 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Inverse function of (3x-2)/(4x+5)=y \n" ); document.write( "x=(3y-2)/(4y+5) \n" ); document.write( "4xy+5x=3y-2 \n" ); document.write( "4xy+5x-3y=-2 \n" ); document.write( "4xy-3y=-2-5x \n" ); document.write( "y(4x-3)=-2-5x \n" ); document.write( "y, the inverse, is -(2+5x)/(4x-3) \n" ); document.write( " |