72.
f(x)=abs(x-5)
restrict the domain so that f(x) is one-to-one and has an inverse
How To:
Given a polynomial function, restrict the domain of a function that is not one-to-one and then find the inverse.
Without any restriction to its domain, the graph of f(x)=abs(x-5) would fail the horizontal line test because a horizontal line will intersect at it more than once.
If we are going to graph this absolute value function without any restriction to its domain, it will look like this. This is the graph of f(x)=abs(x-5) shifted two units to the right.
However, if we apply the restriction of x≤5, the graph of f(x)=abs(x-5) has been modified to be just the left half of the original function. The left half of f(x)=abs(x-5) can be expressed as the line f(x)=-(x-5) for x≤5.
note: line representing 5-x should end at x=5 and does not go in quadrant IV
inverse:
f(x)=-(x-5)
y=-(x-5)
x=-(y-5)
x=-y+5
y=-x+5 or f^-1(x)=5-x