Let there be 'n' positive integers between 100 and 1000, which are divisible by 7. If 'n' can be represented as + +1, then find a+b.
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.
No of positive integers divisible by 7 between 100 and 1000 is 128 So, 128 = a 2 + b 3 + 1 127 = a 2 + b 3 We check for b = 5 , 4 , 3 ( Since the value of a square is always positive ) For b = 3 , we get a = 10 So, a + b = 1 3