Find the greatest number that will divide $2327, 2677, 4007$ and $497$ and will leave a remainder of $17, 37, 47$ and $57$ respectively.
My attempt:
Since all these numbers leave a remainder,
$\begin{align}2327 -17 &\to 2310 \tag1\\ 2677 -37 &\to 2640 \tag2 \\ 4007 -47 &\to 3960 \tag3\\ 497 -57 &\to 440 \tag4\end{align}$
Now simply by brute force method (took me a couple of tries) I ended up with the result $110$.
$\begin{align} 2640-2310&=330 && \tag 5 \\ 440-330 & = 110 \tag6\end{align} $
This result seems to work for me. I checked the remainders after subtracting and they all comply.
But the question explicitly asks for the the greatest result. How do I know there are no better answers?
And also is there a faster way to solve it? (This was a MCQ and we are supposedly to spend less than 2 min per question and I took well over 10).
Thanks!