document.write( "Question 823672: Find the inverse function. \r
\n" );
document.write( "\n" );
document.write( "f(x)=x/(x+3)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #496502 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! y=x/(x+3) \n" ); document.write( "y(x+3)=x \n" ); document.write( "xy+3y=x \n" ); document.write( "x-xy=3y \n" ); document.write( "x(1-y)=3y \n" ); document.write( "x=3y/(1-y)\r \n" ); document.write( "\n" ); document.write( "Inverse is: \n" ); document.write( " |