document.write( "Question 1104762: Find the inverse function of y=f(x)=7 x-5. \n" ); document.write( "
Algebra.Com's Answer #719456 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The other tutor showed you the formal algebraic method for finding the inverse: switch the x and y and solve for the new y.

\n" ); document.write( "Here is an alternative method that can often be used to find the inverse of relatively simple functions. In cases where it can be used, it is usually a lot less work and therefore much faster than the algebraic method.

\n" ); document.write( "This method is based on the concept that the inverse function \"undoes\" what the function does.

\n" ); document.write( "What does the given function do to the input value? It
\n" ); document.write( "(1) multiplies it by 7 and then
\n" ); document.write( "(2) subtracts 5

\n" ); document.write( "To undo that, the inverse function has to do the opposite operations, in the reverse order. So what the inverse function has to do to its input is
\n" ); document.write( "(1) add 5 and then
\n" ); document.write( "(2) divide by 7

\n" ); document.write( "So the inverse function is
\n" ); document.write( "\"y+=+%28x%2B5%29%2F7\"
\n" ); document.write( "or
\n" ); document.write( "\"y+=+x%2F7%2B5%2F7\"
\n" ); document.write( "
\n" );