this is not a homework question.
how do i reach the limit of:

i tried taking out $n^3$ and then i got $n-n$ which is $0$, but the true answer is $2/3$.
i can't understand why the answer is $2/3$ and what method to use here.
thank you very much in advance,
yaron.
When you pick out $n^3$, you should get $$-n(1+\frac{1}{n^3})^{1/3}+n(1+\frac{2}{n}+\frac{4}{n^3})^{1/3}$$
The cube-root of $1+x$ is close to $1+(x/3)$ if $x$ is small, so your expression is close to $$-n(1+\frac{1}{3n^3})+n\left(1+\frac{2}{3n}+\frac{4}{3n^3}\right)$$ As you can see, the largest term that remains is n(2/3n) = 2/3