Question 1026596
"Find the inverse of f(x)=sqrt(x-h). Identify the domain and the range of the inverse." 
---
y = sqrt(x-h)
Domain:: x >= h
Range:: All Real Numbers >= 0

----
1st:: Interchange x and y::
x = sqrt(y-h)
2nd:: Solve for "y"::
y-h = x^2
y = x^2+h
-----------------------
Domain of inverse:: All Real Numbers >= 0
Range:: y >= h
-----------------------
Cheers,
Stan H.
------------