q on numbers factors

let m and n be positive integers such that lcm(m,n) + gcd(m,n) = m+n. then prove one of the number is divisible by the other.

3 Answers

21
Arnab Kundu ·

we kno the lcm of any 2 nos. is the first no.*second no./gcd

lets denote gcd(m,n)=d

and m=ds for any natural no. s
and n=dt for any natural no. t

so,\frac{mn}{d}+d=m+n
so,\frac{ds\times dt}{d}+d=ds+dt
or,sdt+d=ds+dt
or,st+1=s+t
or,st-s+1-t=0
or,(s-1)(t-1)=0
so, either s=1 or t=1
therefore if s=1 m=d
or if t=1 n=d
if m=d m|n or if n=d n|m
so, one of the no. has to be divisible by another..........................

11
Sambit Senapati ·

nicely explained

21
Shubhodip ·

very nice... but i can't help saying that u should have mentioned gcd(s,t)=1

Your Answer

Close [X]