Question 218791
{{{y = x^3}}}
The answer would be
{{{y = (-(x-5))^3}}}
and that equals
{{{y = (5 - x)^3}}}
Here's a graph of both equations:
{{{ graph( 400, 400, -10, 10, -10, 10, x^3, (5 - x)^3) }}}