I got the following equation where you have to find possible integers for $m$ and $n$ that satisfy:
$$144n+136m=4$$
What I tried was to use the Extended Euklidean Algorithm. But it gives me the greatest common divisor which is 8 for the following combination:
$144*1+136*1=8$ where $m=1$ and $n=1$
Is there any way to find a linear combination of $m$ and $n$ that satisfies the equation above?
Or, is there no solution for this at all?
Thank you