In the graph below I have two lines plotted:
- $y = x$ (solid line)
- $y = 0.04 x^{1.7}$ (hollow dots)
How can I come up with an equation that is a mirror image (if that's the terminology) of the $y = 0.04 x^{1.7}$ equation? So that I have two equations that are symmetric about the $y=x$ line?

Let's call $f(x)=0.04x^{1.7}$. The function is one-to-one and therefore has an inverse. To find the equation of the inverse, solve the equation $$x=0.04y^{1.7}$$ for $y$. I will leave that part up to you ☺