Let $F$ be any field and $a,b\in F,\,\,a\neq b$. Find the greatest common divisor of $f(x) = x + a$ and $g(x) = x + b$.
Since the degree of both is $1$, the gcd is $1$ or $f(x)$ or $g(x)$, since $a\neq b$. So $\gcd(f(x),g(x))=1$.
Am I right for the answer and proving?