Hay I am going over some old exams and hit this:
(a) Use the Euclidean algorithm to show that $\gcd(60; 17) = 1$.
(b) Hence find integers $x, y$ satisfying $60x + 17y = 1$.
(c) Find another solution in integers to $60x + 17y = 1$ (distinct from your previous answer).
Finding the gcd is easy but i can seem to find any help on the rest. Can someone point me at something that might help?
This is the time to review the Extended Euclicean Algorithm. This algorithm uncovers $d = \gcd(a, b)$ as well as the $x, y$, in: $ax + by = d$.
You may choose among many ways to determine $x, y$; each method you find at the link above demonstrates the method with an example. First walk through the given examples, then apply to your question, going back and forth, as needed, to learn a method well.
But do learn one method/strategy, and learn the the method well; don't just let others' hand you an answer: you won't learn that way. You need to know a method well enough to use it and apply it when preparing for and taking an exam, e.g. And try testing your skills when the $\gcd(a, b) \neq 1$.