SOLUTION: What function would be the inverse of f(x)=3x-6 Thank you in advance.

Algebra ->  Functions -> SOLUTION: What function would be the inverse of f(x)=3x-6 Thank you in advance.       Log On


   



Question 1032450: What function would be the inverse of f(x)=3x-6
Thank you in advance.

Found 2 solutions by stanbon, jim_thompson5910:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
What function would be the inverse of f(x)=3x-6
-----
1st:: Interchange x and y to get:
x = 3y - 6
----
2nd:: Solve for "y"::
y = (x+6)/3 = (1/3)x + 2
--------------------------------
Ans::y = (1/3)x + 2
---------------------
Cheers,
Stan H.
------------

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Outline for finding the inverse:
Step 1) Replace f(x) with y
Step 2) Swap x and y
Step 3) Solve for y

Let's follow that outline

f%28x%29+=+3x-6 Start with the original equation

y+=+3x-6 Replace f(x) with y (see step 1 above)

x+=+3y-6 Swap x and y (see step 2 above)

Now we solve for y (step 3 above). To do this, we first add 6 to both sides to undo the subtraction of 6. Then we undo the multiplication of 3 by dividing both sides by 3.

x+=+3y-6

x%2B6+=+3y-6%2B6 Add 6 to both sides

x%2B6+=+3y

3y+=+x%2B6

%283y%29%2F3+=+%28x%2B6%29%2F3 Divide both sides by 3.

y+=+%28x%2B6%29%2F3

So the inverse function is which is the final answer.