Given that $a, b, c \in \mathbb{Z}$, $a>10$ and
$$(x-a)(x-12)+2=(x+b)(x+c)$$
Find the value of $\left | b-c \right |$
NOTE: The answer to this problem (as given on the last page of my book) is $1$ and not an expression in terms of $a$, $b$ or $c$.
I compared the coefficients on both sides of the equation and I was getting two equations (but three unknowns).So I used the fact that $a>10$ and tried to set up inequalities hoping to get something like L.H.S>$k$, R.H.S. so that I could assert that both L.H.S. and R.H.S. equal to k+1 (number between them since we are dealing in Integers).But my tries were in vain.
Any help would be appreciated.
Thank you for your time and patience.
Expanding the quadratic, we have $x^2-(12+a)x+2=x^2+(b+c)x+bc$.
Setting coefficients equal, we have $-12-a=b+c$ and $12a+2=bc$.
Solving for $a$ in both equations, $a=-12-b-c=\frac{bc-2}{12}$. Multiplying by 12, we have $bc+12b+12c+144=(b+12)(c+12)=2$.
The constraint $a>10$ gives $bc>122$, and $b,c<0$.
If $b$ and $c$ are integers, then we must have $b+12$ and $c+12$ as $\pm1$ and $\pm2$. Therefore $b$ and $c$ are either $-10$ and $-11$, or $-13$ and $-14$. The first option violates the $bc>122$ constraint, but it doesn't matter, because in either case $|b-c|=1$. The constraint $a>10$ is actually unnecessary for this problem.