I've seen the answer for gcd$(a,b)$ but never for the lcm$(a,b)$?
2026-02-23 19:39:58.1771875598
How do I show that there are integers $x, y$ with $[a, b]$ = $ax + by$
47 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.