You can put this solution on YOUR website! Find the inverse of the function g(x)=5^(3x+1) - 6, and state it's domain and range.
-------
1st: Interchange x and y to get:
x = 5^(3y+1) - 6
-----
2nd: Solve for "y":
5^(3y+1) = x+6
----
(3y+1)*log(5) = log(x+6)
----
3y+1 = log5(x+6)
----
y = (1/3)[log5(x+6)-1]
=======================
Cheers,
Stan H.
=============