So for example, I have
4x + 3y = 12.
GCD(4, 3) = 1.
1 divides 12..?
But I don't think this helps prove anything.. Advice?
So for example, I have
4x + 3y = 12.
GCD(4, 3) = 1.
1 divides 12..?
But I don't think this helps prove anything.. Advice?
The interpretation is: when gcd is 1 solution is guaranteed for any c , as 1 divides any c. The theorem says that even if the gcd is not 1 it will have solutions provided RHS is a multiple of that gcd.
– P Vanchinathan Nov 04 '16 at 02:36