f(x) = x3+1 g(x) = 3√(x - 1)
f(x) and g(x) are inverses if f(g(x)) = g(f(x)) = x
f(g(x)) = f(3√(x-1)) =( 3√(x-1))3 + 1 = x-1+1 = x
g(f(x)) = g(x3+1) = 3√[(x3+1)-1] = 3√(x3) = x
Since f(g(x)) = g(f(x)) = x, f and g are inverses of each other.