Question: A number when divided by $4$ gives a remainder which is $3$ more than the remainder obtained on dividing the number by $34$. Find the least such number.
My approach: $$\begin{align} &n=34b+r,\quad\ \, 0\le r<34\\[.2em] &n=4a+r\!+\!3,\,\ 0\le r+3<4\quad\Longrightarrow\quad r=0\end{align}$$
therefore we need a number which when divided by $34$ gives a remainder $0$, and a remainder of $3$ when divided by $4$.
$$34x=4y+3,$$ where $x$ and $y$ are integers
$$y=(8x)+(2x-3)/4,$$
I tried putting values of $x=1,2,3,4,5,\ldots$ but not getting an integer value for $y$.
$$\begin{align} n&\equiv r!+!3!!!\pmod{!4}\ n&\equiv r\quad! \pmod{!34}\end{align}, \ \text{is solvable}!\iff \underbrace{\gcd(4,34)\mid (r!+!3)-r}_{\textstyle{\rm i.e.}\ \ \ \color{#c00}{2\mid 3}\qquad\ }\qquad$$
– Bill Dubuque Nov 25 '21 at 11:00