Question 161621
{{{x^n}}} is the same as x to the nth power.
{{{x^(-n)}}} is the same as 1/(x^n)
{{{x^(1/n)}}} is the same as the nth root of x.
{{{x^(m/n)}}} is the same as nth root of x raised to the mth power.
-------
cubed root of 5*x would be
{{{(5*x)^(1/3)}}} which is (5*x) raised to the (1/3)d power.
-----
cubed root of 5*x raised to the 5th power would be
{{{(5*x)^(5/3)}}} which is (5*x) raised to the (5/3)d power.
-----