Show that $3x+11$ and $5x+18$ are relatively prime for all positive integers $x$.
Hi everyone I've looked around a lot and found similar questions like this here but when trying some of the tips I feel like whenever I get close it doesn't match.
As I understand it there are two approaches I can take for a proof strategy and I can't get them to work (or am doing something wrong and not able to find the next logical step).
For example via the Euclidean Algorithm
So $3x+11$ and $5x+18$ are relatively prime. That means they are not both 0 and $$gcd((3x+11), (5x+18)) = 1$$
Also two integers $a$ and $b$ are relatively prime if and only if there exist integers $s$ and $t$ such that $$as+bt = 1$$
So I first tried dividing and cannot arrive at a way that I get this nice 1 sitting alone at the end.
$$5x+18 = (1) (3x+11) + (2x+7)$$ $$3x+11 = (1) (2x+7) + (x+4)$$ $$2x+7 = (1)(x+4)+(x+3)$$ $$x+4 = (1)(x+3)+1$$ $$x+3 = 1(1)+(x+2)$$ By that last step I think I'm lost...
Another common solution I'm seeing which is no help is people just saying well you know that if $(3x+11)$ and $(5x+18)$ are relatively prime then there there are two integers s, t such that $$as+bt =1$$ and they pull out like $(3x+11)(5) + (-3)(5x+18) = 1 $ which is great and fine and all but I have no idea how to get those two numbers by any sort of method besides just guessing. There must be a way I'm missing or a fundamental step in the Euclidean Algorithm or definitions of Linear Combinations that I'm missing.