Answer:

Explanation:
Before we start looking at how to find the inverse of a function, we first need to establish what it is.
A function is a set of operations done onto an input (x) to produce an output (y). A function's inverse is a set of operations that, when done onto the original function's output (y), returns the input (x).
A simple example of this would be:
f(x) = x + 3 ... This function adds 3 to the input to produce its output.
Here are some inputs and their corresponding outputs for this function:
In | Out
0 | 3
1 | 4
2 | 5
So the inverse of that function would produce the following inputs and outputs:
In | Out
3 | 0
4 | 1
5 | 2
In this example, we can deduce that the inverse of the function f(x) = x + 3 is:
(x) = x - 3
because subtraction is the opposite operation of addition.
Now that we have established what an inverse function is, here are the 2 main methods for finding the inverse of a function:
1.
(we just did this) Listing out the operations done onto x and inverting the order of their opposites ...
Given the function: f(x) = 8x + 7
We can see that the operations onto x are:
- multiply by 8
- add 7
Now, to create the inverse function, we will invert the order of each step's opposite operation:
- subtract 7
- divide by 8
So, the inverse of the given function is:

or in text form:
(x) = (x - 7) / 8
2.
Swapping f(x) with x and x with
(x), then solving for
(x) ...
Given the function: f(x) = 8x + 7
↓ swapping f(x) with x and x with
(x)

↓ subtracting 7 from both sides

↓ dividing both sides by 8
