3

Does $(\sqrt[3]{3k})^4 = (3k)^{4/3}$ or $((3k)^{1/3})^4$?

I thought the first one is correct, but when I looked at it again I saw that $(3k)^{4/3} = \sqrt[3]{(3k)^4} $

1 Answers1

2

All forms are equivalent.

By definition

$\sqrt[3]{3k} = (3k)^{1/3}$

and the exponents multiply:

$((3k)^{1/3})^4 = (3k)^{1/3 \times 4} = (3k)^{4/3}$

Null
  • 1,332