If $n\ge1$ is an integer, show that among $n,n+1,n+2$ and $n+3$, there is one which is coprime to the other three.
Obvious facts : a. Consecutive numbers are coprime, b. There are two numbers among these four that leave the same remainder when divided by $3$, c. One of these four numbers has to be a multiple of four.
But these are not enough to solve the problem. Please help.
Bear in mind $\gcd(m, m+2) = \gcd(m,2)$ so $m$ and $m+2$ are coprime if and only if $m$ is odd.
Now if $m$ is even then $m\pm 1$ will be odd.
And, as you pointed out $m$ is coprime to $m\pm 1$.
So consider a nice term near the middle: $n+1$ or $n+2$.
If $n+1$ is odd then $n+1$ is coprime to $n+3$ as well as to $n$ and $n+2$.
But if $n+1$ is even then $n+2$ is odd. And then $n+2$ is coprime to $n$ as well as to $n+1$ and $n+3$.
So either $n+1$ or $n+2$ will be coprime to all terms depending upon which of them s odd.
For the sake of thoroughness. If $3\not \mid n$ and $n$ is odd then $n$ is coprime to $n+1, n+2, n+3$. And if $3\not \mid n$ and $n$ is even then $n+3$ is coprime to $n, n+1, n+2$.