I've seen the answer for gcd$(a,b)$ but never for the lcm$(a,b)$?
2026-04-11 12:43:03.1775911383
How do I show that there are integers $x, y$ with $[a, b]$ = $ax + by$
50 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
For lcm$(a,b)$, it's a multiple of $a$, so we can take $x=\frac{lcm(a,b)}{a}, y=0$. The gcd case, as you can see, is more interesting.