document.write( "Question 251848: Find the sum of all the integers divisible by 7 between 32 and 5000.
\n" );
document.write( "a) 1,514,285 b) 1,515,285 c) 1,615,185 d) 1,786,715 e) none of these \n" );
document.write( "
Algebra.Com's Answer #183595 by jsmallt9(3758)![]() ![]() ![]() 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: \n" ); document.write( "35 + 42 + 49 + ... + 4992 + 4998 \n" ); document.write( "If we factor out 7 I think we'll see something we can figure out: \n" ); document.write( "7(5 + 6 + 7 + ... + 713 + 714) \n" ); document.write( "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. \n" ); document.write( "The sum all the natural numbers up to n is given by the formula: \n" ); document.write( "7*255245 = 1786715 which is answer (d) \n" ); document.write( " |