Question 201286
{{{y = (x^2 - x + 5)^(1/3)}}}
Replace {{{y}}} with {{{3y}}}
Replace {{{x}}} with {{{x - 2}}} and {{{y}}} with {{{-y}}}
Then,
{{{-3y = ((x - 2)^2 - (x - 2) + 5)^(1/3)}}}
{{{-3y = (x^2 - 4x + 4 - x + 2 + 5)^(1/3)}}}
{{{-3y = (x^2 - 5x + 11)^(1/3)}}}
{{{y = (-1/3)*(x^2 - 5x + 11)^(1/3)}}}
I'll graph both functions
{{{ graph( 600, 600, -10, 10, -2, 15, (x^2 - x + 5)^(1/3), (-1/3)*(x^2 - 5x + 11)^(1/3)) }}}
Hope I got it right.