B
To solve for the inverse, just swap the x and y and solve for the new y.
![y=\sqrt{x} -8](https://tex.z-dn.net/?f=y%3D%5Csqrt%7Bx%7D%20-8)
![x=\sqrt{y}-8](https://tex.z-dn.net/?f=x%3D%5Csqrt%7By%7D-8)
![x+8=\sqrt{y}](https://tex.z-dn.net/?f=x%2B8%3D%5Csqrt%7By%7D)
![(x+8)^2=y](https://tex.z-dn.net/?f=%28x%2B8%29%5E2%3Dy)
Then inspect both functions for the domain.
In the original function, x has to be greater than or equal to 0 or else you would have a negative square root which is impossible.
The inverse function has no limitations as any x could make that true.
The main things that will limit domain is square root of negative or divide by zero.
Therefore, x>=0 is the only domain restriction.