If $gcd(a,b) = 1$ then is it true that $gcd(2a,2b) = 2$? More generally, if $gcd(a,b) = k$ then is it true that $gcd(an,bn) = n*gcd(a,b) = kn$?
Looking at Bézout's identity this seems to be the case since we could simply multiply both sides of the equation $ax + by = d$ by the constant $n$.