You can put this solution on YOUR website! what is the inverse of f(x)=5-2x?
-----
y = 5 - 2x
Sway the x and y
x = 5 - 2y
Solve for y.
2y = 5 - x
y = 2.5 - (x/2) is the inverse.
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.
The given function does the following to the input:
(1) multiply by -2
(2) add 5
The inverse function needs to perform the opposite operations, in the opposite order:
(1) subtract 5
(2) divide by -2