document.write( "Question 1096567: 2.the sum of integers from 1 to 100 wich are not divisible by 3 or 5 is
\n" );
document.write( "A.2489
\n" );
document.write( "B.4735
\n" );
document.write( "C.2317
\n" );
document.write( "D.2632 \n" );
document.write( "
Algebra.Com's Answer #711058 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! (1) Find the sum A of all the integers from 1 to 100. \n" ); document.write( "(2) Find the sum B of all the integers from 1 to 100 that are divisible by 3. \n" ); document.write( "(3) Find the sum C of all the integers from 1 to 100 that are divisible by 5. \n" ); document.write( "(4) Subtract B and C from A. \n" ); document.write( "At this point, the numbers that are divisible by 15 have been subtracted twice, so we need to add them back in. \n" ); document.write( "(5) Find the sum D of all the integers from 1 to 100 that are divisible by 15. \n" ); document.write( "The number of integers from 1 to 100 not divisible by either 3 or 5 is \n" ); document.write( "A - (B+C) + D. \n" ); document.write( "I will let you do the calculations.... You should come up with answer choice D, 2632. \n" ); document.write( " \n" ); document.write( " |