Here is why I think the limit does not exists.
link to image if mathjax doesn't work
$\lim \limits_{x \to ∞ } \frac{3|x|+2x}{7|x|-5x}$ == $\lim \limits_{1/h \to 0 } \frac{3|1/h|+2(1/h)}{7|1/h|-5(1/h)}$
$\lim \limits_{1/h \to 0^+ } \frac{3|1/h|+2(1/h)}{7|1/h|-5(1/h)}$ == $\lim \limits_{1/h \to 0^+ } \frac{3+2}{7-5}$ == $\frac{5}{2}$
$\lim \limits_{1/h \to 0^- } \frac{3|1/h|+2(1/h)}{7|1/h|-5(1/h)}$ == $\lim \limits_{1/h \to 0^- } \frac{-3+2}{-7-5}$ == $\frac{1}{12}$
left limit does not match the right limit. so i think the limit does not exist. Is this solution correct?
Edit: please note here the question is whether the limit to the given equation exists or not, if it does what is it.
$$\underset{x\to +\infty }{\text{lim}}\frac{3 \left| x\right| +2 x}{7 \left| x\right| -5 x}=\underset{x\to +\infty }{\text{lim}}\frac{3 x +2 x}{7x -5 x}=\underset{x\to +\infty }{\text{lim}}\frac{5x}{2x}=\frac{5}{2}$$ $$\underset{x\to -\infty }{\text{lim}}\frac{3 \left| x\right| +2 x}{7 \left| x\right| -5 x}=\underset{x\to -\infty }{\text{lim}}\frac{-3 x +2 x}{-7x -5 x}=\underset{x\to -\infty }{\text{lim}}\frac{-x}{-12x}=\frac{1}{12}$$ The limits at $\infty$ are two and they both exist. The limit at $x=0$ does not exist.