document.write( "Question 976431: Sum of the multiple of 6 from 1 to 100 \n" ); document.write( "
Algebra.Com's Answer #598002 by Alan3354(69443) You can put this solution on YOUR website! Do it like this one: \n" ); document.write( "=================================================== \n" ); document.write( "What is the sum of the multiples of 3 from 2 to 62 \n" ); document.write( " ========== \n" ); document.write( " = sum of the multiples of 3 from 3 to 60 inclusive. \n" ); document.write( " 60-3 = 57 \n" ); document.write( " 57/3 = 19 \n" ); document.write( " --> 20 numbers \n" ); document.write( " --> 10 pairs \n" ); document.write( " 3 + 60 = 63 \n" ); document.write( " 6 + 57 = 63 \n" ); document.write( " etc \n" ); document.write( " = 10*63 \n" ); document.write( " = 630 \n" ); document.write( " |