Two number less than 1000 have their greatest common divisor 13 and least common multiple 2015. Find their sum.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We use the solution of g c d ( a , b ) × l c m ( a , b ) = a × b . The product of a b is then equal to 2 0 1 5 × 1 3 = 2 6 1 9 5 . As both a , b has GCD of 13, we can write as 2 6 1 9 5 = ( 1 3 × 3 1 ) ( 1 3 × 5 ) . As 31 and 5 is prime, we can then conclude that ( a , b ) = ( 4 0 3 , 6 5 ) and a + b = 4 6 8