#Given f(x) = 5x+2
14 messages · Page 1 of 1 (latest)
Can you explain then
but wait what do we have to find?
The inverse
To find an inverse, swap x and y then solve for y again
Then you can plug in your x value you want, in this case -1
a trick to find the inverse of functions with only one x variable is to reverse both the flow and operators, in your case it's 5x+2, which means:
- Multiply x by 5
- Add 2 to the result
To find the inverse: - Subtract x by 2
- Divide the result by 5
Hence f^-1(x) = (x-2)/5
I'm late but thank you I understand now