The number is divisible by , and
Find the sum of all the possible values A, B and C can take.
Have fun! :P
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.
If two natural numbers a ; b have greatest common divisor equal to 1, then a; b are said to be relatively prime. The numbers 7 , 8 and 9 are pairwise relatively prime, i.e. any pair are relatively prime. So their lowest common multiple is simply the product of all three. Written mathematically: l c m ( 7 , 8 , 9 ) = 7 × 8 × 9 = 5 0 4 We must choose a number of the form 7 3 9 A B C such that it is a multiple of 7 , 8 and 9 ; i.e. we must choose a number of the form 7 3 9 A B C that is divisible by l c m ( 7 , 8 , 9 ) = 5 0 4 . Now 7 3 9 0 0 0 gives remainder 1 3 6 on division by 5 0 4 . Hence the numbers 7 3 9 A B C we are looking for, are of form 7 3 9 0 0 0 − 1 3 6 + k . 5 0 4 where k is an integer. We can see that k can only be 1 or 2 . If k = 1 , we get the number 7 3 9 3 6 8 so that one solution for A ; B ; C is A = 3 ; B = 6 ; C = 8 ; and if k = 2 we get the number 7 3 9 8 7 2 so that another solution for A ; B ; C is A = 8 ; B = 7 ; C = 2
3 + 6 + 8 + 8 + 7 + 2 = 3 4