Answer: Choice D
======================================================
Step-by-step explanation:
To find the inverse, we swap x and y, then solve for y.
y = 2x-3
x = 2y-3
x+3 = 2y
2y = x+3
y = (x+3)/2
y = x/2 + 3/2
y = (1/2)x + 3/2
This shows the original function y = 2x-3 leads to the inverse y = (1/2)x+3/2, and vice versa.
--------------
Another approach:
Since we're given a list of multiple choice answers, we can rule out the non-answers.
Plug x = 0 into the first equation of choice A. It leads to y = 2
That output 2 is then plugged into the second equation for choice A. It leads to y = 13/2. We do not get the original input 0, which shows that the equations in choice A do not undo one another. They aren't inverses of each other.
This allows us to rule out choice A. Choices B and C are similar stories.
Notice that plugging x = 0 into the first equation of choice D leads to the output y = -3. Then plug this as the input into y = (1/2)x+3/2 and you should get y = 0 to get us back where we started. This partially helps confirm we have a pair of functions that are inverses of each other. I'll let you try other values.