$$
f(x)=\lim _{x \rightarrow 0}\left[\frac{x^3+x^2}{2 x^3-7 x^2}\right]
$$
Since this has $\frac{0}{0}$ form, limit can be found by repeated application of L'Hospitals rule.
$$
\begin{aligned}
f(x) & =\lim _{x \rightarrow 0}\left[\frac{3 x^2+2 x}{6 x^2-14 x}\right] \\
& =\lim _{x \rightarrow 0}\left[\frac{6 x+2}{12 x-14}\right] \\
& =\left[\frac{6 \times 0+2}{12 \times 0-14}\right] \\
& =-\frac{1}{7}
\end{aligned}
$$