A number theory problem by Trung Le

Two number less than 1000 have their greatest common divisor 13 and least common multiple 2015. Find their sum.


The answer is 468.

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.

1 solution

Kay Xspre
Oct 30, 2015

We use the solution of g c d ( a , b ) × l c m ( a , b ) = a × b gcd (a,b)\times lcm (a,b) = a\times b . The product of a b ab is then equal to 2015 × 13 = 26195 2015 \times 13 = 26195 . As both a , b a, b has GCD of 13, we can write as 26195 = ( 13 × 31 ) ( 13 × 5 ) 26195 = (13\times31)(13\times5) . As 31 and 5 is prime, we can then conclude that ( a , b ) = ( 403 , 65 ) (a,b) = (403,65) and a + b = 468 a+b = 468

lcm/gcd = 155; 155 = 31 x 5; since gcd(a,b) = 13 => (a,b) = ((31 x gcd), (5 x gcd) => (a,b) = ((31 x 13), (5 x 13)) = (403, 65) therefore, sum (a,b) = sum(403,65) = 468

Michael Fitzgerald - 3 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...