document.write( "Question 983880: Find the sum of all the positive integers less than 100 that are multiples of 3. \n" ); document.write( "
Algebra.Com's Answer #604671 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! The numbers are: \n" ); document.write( "3, 6, 9, 12, 15 . . . 99 \n" ); document.write( "I can express the sum as: \n" ); document.write( " 1*3 +2*3 + 3*3 + 4*3 + 5*3 + . . . + 33*3 \n" ); document.write( "Also as: \n" ); document.write( "3*( 1 + 2 + 3 + 4 + 5 + . . . + 33 ) \n" ); document.write( "--------------------------------- \n" ); document.write( "The formula for the sum of numbers from \n" ); document.write( "1 to n is: \n" ); document.write( "---------------------------------- \n" ); document.write( "for instance: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "----------------------------- \n" ); document.write( "3*( 1 + 2 + 3 + 4 + 5 + . . . + 33 ) = \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Hope I got it! \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |