document.write( "Question 525968: What is the sum of all the numbers from 1 to 500 that are NOT divisible by 5?(***do this without making any lists) \n" ); document.write( "
Algebra.Com's Answer #348283 by edjones(8007)![]() ![]() You can put this solution on YOUR website! S[500]=500/2(1+500)=250*501=125,250 Sum of all the numbers \n" ); document.write( "S[100]=100/2(5+500]=50*505=25250 Sum of all the numbers divisible by 5. \n" ); document.write( "125250-25250=100,000 the sum of all the numbers from 1 to 500 that are NOT divisible by 5. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |