I am having problems solving this problem with greatest common divisors: What is the greatest common divisor of $11n+4$ and $7n +2$?
I tried Euclidean algorithm, and I tried to deduce the answer and I tried to incorporate
$$\gcd(a,b)\cdot\mathrm{lcm}(a,b)=|ab|$$