I want to understand how to simplify fractional exponents in the formula $$g(x) = (4/3)x^{-1/3}-(5/3)x^{2/3}$$
My text book says the answer is $$\frac{4 -5x}{3x^{1/3}}$$
but I can only simplify it to $$\frac{4x^{-1/3}-5x^{2/3}}{3}$$
Appreciate any help
Recall that $x^{-1/3} = \frac{1}{x^{1/3}}$. Using this rule, we can simplify to $$g(x)= \frac{4}{3x^{1/3}} - \frac{5x^{2/3}}{3}$$
Now need a common denominator to subtract these two fractions. If we multiply the second fraction by $\frac{x^{1/3}}{x^{1/3}}$, we get $$g(x)= \frac{4}{3x^{1/3}} - \frac{5x^{2/3}}{3} \cdot \frac{x^{1/3}}{x^{1/3}}= \frac{4}{3x^{1/3}} - \frac{5x^{2/3+1/3}}{3x^{1/3}}=\frac{4}{3x^{1/3}} - \frac{5x}{3x^{1/3}} = \frac{4-5x}{3x^{1/3}}$$