document.write( "Question 427328: find the sum of the multiples of 3 from 3 to 99 inclusive \n" ); document.write( "
Algebra.Com's Answer #297188 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the multiples of 3 are 3,6,9,12,15,18,21,24,27,30,......... all the way up to 99.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is an arithmetic series with a common difference of 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula for the sum of an arithmetic series is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Sn = (n/2) * (a1 + an)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Sn = the sum of the n terms in the sequence. \n" ); document.write( "a1 = the first term in the sequence. \n" ); document.write( "an = the nth term in the sequence.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "our first term is 3 and our last term is 99.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the common difference is 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to find the number of terms, we take the last term and divide it by 3 to get 33.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there are 33 terms in the sequence, so n = 33\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "our formula becomes Sn = (33/2 * (3 + 99) which becomes (33/2) * 102 which becomes 33 * 51 which becomes 1683.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to see how this works, we can use smaller numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "assume the first term is 3 and the last term is 9.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the common difference is 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of terms is 9/3 = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula states that Sn = (3/2) * (3 + 9) = (3/2) * (12) = 3*6 = 18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if we sum up the terms in the sequence we should equal 18.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3 + 6 + 9 = 9 + 9 = 18.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula works.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "same thing happens with the larger numbers only it's much harder to show you because there's so many more numbers to add up.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |