If a, b , c are three consecutive positive integers such that a< b < c. What is the smallest value of b such that (a+b+c) is divisible by both 5 and 7.
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 a, b and c are consecutive then a = b -1 and c = b + 1 , hence a + b + c = 3b. Since it is given that the sum of the three integers is divisible by 7 and 5 the smallest sum is 35. But as the sum is also divisible by 3 the smallest integer value of b such that 3b = 35*k is when b = 35.