After performing a Euclid algorithm such as finding the greatest common divisor GCD(3745, 1172);
How can I find an X and Y for an equation like 3745x + 1172y = 5 ?
I'm quite confused at how to approach this question so would appreciate any assistance.
Hint: $$3745a+1172b=1 \implies 3745(ra)+1172(rb)=r.$$