document.write( "Question 204542: Find the inverse of the one-to-one function:\r
\n" );
document.write( "\n" );
document.write( "F(x)=4/5x-1 \n" );
document.write( "
Algebra.Com's Answer #154393 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! let F(x)= y \n" ); document.write( "y = 4/5 * x - 1 \n" ); document.write( "y + 1 = 4/5 * x \n" ); document.write( "x = 5/4 * (y + 1) \n" ); document.write( "so, the inverse function of F(x) is: \n" ); document.write( " |