document.write( "Question 1188797: what is the inverse of f(x)=5-2x? \n" ); document.write( "
Algebra.Com's Answer #819989 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "For relatively simple functions like this, you can also find the inverse by using the concept that an inverse function \"un-does\" what the function does. \n" ); document.write( "The given function does the following to the input: \n" ); document.write( "(1) multiply by -2 \n" ); document.write( "(2) add 5 \n" ); document.write( "The inverse function needs to perform the opposite operations, in the opposite order: \n" ); document.write( "(1) subtract 5 \n" ); document.write( "(2) divide by -2 \n" ); document.write( "The inverse function is \n" ); document.write( "y=(x-5)/(-2) \n" ); document.write( "or \n" ); document.write( "(-1/2)x+5/2 \n" ); document.write( " \n" ); document.write( " |