You're not doing anything with $27x^2$ and $2$ just yet. You will keep them inside the brackets, along with some other stuff, as a result of factoring out $(x^2+8)^{\frac{3}{5}}$; you'll simplify the expression in the brackets after that.
Your main goal right now is to factor. Remember that factoring is effectively division (in each term). For example, if you factor $x^2$ out of $x^5$ you will be left with $x^3$, i.e. you would write $x^5=x^2\cdot x^3$. Why? Because $\displaystyle \frac{x^5}{x^2}=x^3$, giving you the remaining factor for $x^5=x^2\cdot(\text{?})$.
Same here. To factor $(x^2+8)^{\frac{3}{5}}$ out of $(x^2+8)^{\frac{8}{5}}$ means to divide:
$$\frac{(x^2+8)^{\frac{8}{5}}}{(x^2+8)^{\frac{3}{5}}}=(x^2+8)^{\frac{8}{5}-\frac{3}{5}}=(x^2+8)^1=x^2+8,$$
so your expression simplifies to
$$2(x^2+8)^{\frac{8}{5}} + 27x^2(x^2 + 8)^{\frac{3}{5}}=(x^2 + 8)^{\frac{3}{5}}\left[2(x^2+8)+27x^2\right].$$
I hope you can take it from here.