Question 825470
Usually, you can try switching the variables.


Starting with {{{y=6+log(2,x)}}};
form {{{x=6+log(2,y)}}}.
{{{x-6=log(2,y)}}}
{{{highlight(y=2^(x-6))}}}


{{{graph(400,400,-15,15,-15,15,6+log(2,x),2^(x-6))}}}