Find the integer value of $a$, $b$ such that $\lim\limits_{x \rightarrow 4} \frac{ax-\sqrt{x}+b}{x-4}=\frac{3}{4}$ without using the L'Hôpital's rule.
My work:
I multiplied with $\frac{ax+\sqrt{x}+b}{ax+\sqrt{x}+b}$, and obtained:
$=\lim\limits_{x \rightarrow 4} \frac{(ax+b)^2-x}{(x-4)(ax+b+\sqrt{x})}$
$=\lim\limits_{x \rightarrow 4} \frac{(a^2x^2+2abx+b^2-x)}{(x-4)(ax+b+\sqrt{x})}$
I factored $(x-4)$ from the numerator:
$(x-4)(a^2x+2ab-1+4a^2)+(b^2+8ab-4+16a^2)$
We have the first equation
$(b^2+8ab-4+16a^2)=0$
$=\lim\limits_{x \rightarrow 4} \frac{(x-4)(a^2x+2ab-1+4a^2)}{(x-4)(ax+b+\sqrt{x})}$ $=\frac{4a^2+2ab-1+4a^2}{4a+b+2}=\frac{3}{4}$
So, the second equation is
$16a^2+8ab-4+16a^2=12a+3b+6$
$32a^2-12a+8ab-3b-10=0$
But I can't find the integer value of $a$, $b$.

Substitute $\sqrt x=y$, so that
$$\lim_{x\to4}\frac{ax-\sqrt x+b}{x-4}=\lim_{y\to2}\frac{ay^2-y+b}{y^2-4}=\frac34$$
We have
$$\frac{ay^2-y+b}{y^2-4}=a-\frac{y-4a-b}{(y-2)(y+2)}$$
For the limit to exist, $y=2$ must be a removable singularity, so $y-2$ must divide $y+4a+b$. We have
$$\frac{y-4a-b}{y-2}=1-\frac{4a+b-2}{y-2}$$
and the remainder should be such that $4a+b-2=0$. So,
$$\lim_{y\to2}\frac{ay^2-y+b}{y^2-4}=\lim_{y\to2}\left(a-\frac1{y+2}-\frac{4a+b-2}{(y+2)(y-2)}\right)=a-\frac14=\frac34$$
Then $a=1$ and $b=-2$.