Sounds as easy as it is. Find the sum of all the positive integers less than 700 that are not multiples of 7.
-NCML
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.
It can be solved as the sum of +ve integers less than 700 that are not multiple of 7 = [ (sum of +ve integers up to 699) - (sum of an A.P. containing +ve integers less than 700 that are multiple of 7).