Question 1000011
Q: Let f be a one-to-one function and suppose g is the inverse function of f. If f(8)=6 and f(1)=8, find g(8).
-----
Note: Every line that is not perpendicular to or parallel to the 
x=axis is one-to-one.
-----
You have two points for "f": (8,6) and (1,8)
Therefore you have two points for the inverse of "f":: (6,8) and (8,1)
-----
slope of g :: (1-8)/(8-6) = -7/2
-----
Form::
y = mx + b
Solve for "b"::
1 = (-7/2)8 + b
b = 1 + 28
b = 29
-----
Ans: g(x) = (-7/2)x + 29
-----------------
Cheers,
Stan H.
---------