GCD to Linear Diophantine Equation without Euclid Algorithm

554 Views Asked by At

Is there a technique other than performing Euclid's algorithm in reverse that can elegantly show that if GCD$(a,b) = d$ then there exist integers $x$ and $y$ such that $ax + by = d$?

1

There are 1 best solutions below

4
On BEST ANSWER

HINT: Consider the smallest positive integer that can be written as $ax+by$