You can
put this solution on YOUR website!Since the closest multiple of 7 to 5000 is 4998 (714*7), what we are looking for is:
35 + 42 + 49 + ... + 4992 + 4998
If we factor out 7 I think we'll see something we can figure out:
7(5 + 6 + 7 + ... + 713 + 714)
Inside the parentheses we see most of the numbers from 1 to 714. We are just missing 1, 2, 3 and 4. So if we can figure out this sum then we can multiply by 7 and have our answer.
The sum all the natural numbers up to n is given by the formula:

. So we can find the sum of 1 + 2 + 3 + ... + 714 with:

. Now we need to "remove 1, 2, 3 and 4: 255255 - 1 - 2 - 3 - 4 = 255245. So 255245 is the sum of (5 + 6 + 7 + ... 714). Now we just multiply this by 7:
7*255245 = 1786715 which is answer (d)