Addressing the third limit here.
Substitution yields:
$$\frac{\sqrt[]{1-(-8)}-3}{2+(-8)^{2/3}}=\frac{3-3}{2-2}=\frac{0}{0}$$
which is an indeterminate form. Therefore we can apply L'Hospital's rule to obtain
$$\lim_{x\rightarrow-8}{\frac{\sqrt[]{1-x}-3}{2+\sqrt[3]{x}}}=\lim_{x\rightarrow-8}{\frac{-\frac{1}{2\sqrt[]{1-x}}}{\frac{1}{3x^{2/3}}}}=-\frac{3}{2}\lim_{x\rightarrow-8}{\frac{x^{2/3}}{\sqrt[]{1-x}}}=-\frac{3}{2}\cdot\frac{4}{3}=-2$$
$\textbf{Edit:}$
Another solution without L'Hospital's rule:
First multiply by the conjugate of the numerator over itself:
$$\lim_{x\rightarrow-8}{\frac{\sqrt[]{1-x}-3}{2+\sqrt[3]{x}}}=\lim_{x\rightarrow-8}{\frac{\sqrt[]{1-x}-3}{2+\sqrt[3]{x}}}\frac{\sqrt[]{1-x}+3}{\sqrt[]{1-x}+3}=\lim_{x\rightarrow-8}{\frac{-(x+8)}{(2+\sqrt[3]{x})(\sqrt[]{1-x}+3)}}$$
Now to avoid the indeterminate form we want to find a way to get a $x+8$ in the denominator, to cancel the one in the numerator. Multiplying the top and bottom by $4-2\sqrt[3]{x}+x^{2/3}$ will do the trick. That's because of the sum of cubes formula: $a^3+b^3=(a+b)(a^2-ab+b^2)$.
So from above
$$\lim_{x\rightarrow-8}{\frac{\sqrt[]{1-x}-3}{2+\sqrt[3]{x}}}=\lim_{x\rightarrow-8}{\frac{-(x+8)}{(2+\sqrt[3]{x})(\sqrt[]{1-x}+3)}}\cdot\frac{4-2\sqrt[3]{x}+x^{2/3}}{4-2\sqrt[3]{x}+x^{2/3}}=\lim_{x\rightarrow-8}{\frac{-(x+8)(4-2\sqrt[3]{x}+x^{2/3})}{(2+\sqrt[3]{x})(4-2\sqrt[3]{x}+x^{2/3})(\sqrt[]{1-x}+3)}}=\lim_{x\rightarrow-8}{\frac{-(x+8)(4-2\sqrt[3]{x}+x^{2/3})}{(x+8)(\sqrt[]{1-x}+3)}}$$
Canceling the $x+8$ gives
$$\lim_{x\rightarrow-8}{\frac{\sqrt[]{1-x}-3}{2+\sqrt[3]{x}}}=\lim_{x\rightarrow-8}{\frac{-(4-2\sqrt[3]{x}+x^{2/3})}{\sqrt[]{1-x}+3}}=-\frac{4+4+4}{3+3}=-\frac{12}{6}=-2$$