So I have 2 positive integers a and b, a<b.
And their LCM minus GCD is 143.
Find a and b.
Printable View
So I have 2 positive integers a and b, a<b.
And their LCM minus GCD is 143.
Find a and b.
The problem is just to find any pair (a,b) for which LCM(a,b) - GCD(a,b) = 143?
You can take a=1, b=144. Their GCD is 1, while their LCM is 144.
No, the problem is to find all pairs, forgot to mention that sry. :)
do you know the answer - because i think there are infinate answers - or have i been away from amths for so long im making stupid errors?
LCM(a,b) - GCD(a,b) = 143
LCM(a,b)=k*GCD(a,b), k is some integer.
LCM(a,b) - GCD(a,b) = GCD(a,b) {k-GCD(a,b)}=143
hmmm...