At the bottom of the page, there is a question about finding a value of x for which f(g(x)) = g(f(x)).
The book states:
If f(x) = x^3 + 1, and g(x) = 2x, for what value of x does f(g(x)) = g(f(X))?
Simply evaluate as we did in the problem above, using x instead of an input value:
f(g(x)) = g(f(X))
f(2x) = g(x^3 + 1)
AND HERE IS MY QUESTION: HOW DO WE GET FROM THIS LINE TO THE NEXT LINE??
(2x)^3 + 1 = 2(x^3 + 1)
Thanks in advance for helping me out!!