You can put this solution on YOUR website! inverse is by definition the reflection of a function over the line y=x.
The simple method of changing a function is to interchange x for y, and y for x.
1) f(x)=y=e^(x-2) + 2
inverse is x=e^(y-2)+2
normally the inverse is simplified to y=function
x-2=e^(y-2)
taking ln of both sides
ln(x-2)=(y-2)
ln(x-2)+2=y ANSWER
2) y=log base 3 (2x+1)
inverse is
x = log base 3 (2y+1)
raising both sides to powers of 3
3^x=2y+1
3^x-1=2y
(3^x-1)/2 = y ANSWER