document.write( "Question 539743: what is the sum of numbers between 0 and 270 which are divisible by 3 \n" ); document.write( "
Algebra.Com's Answer #353558 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! what is the sum of numbers between 0 and 270 which are divisible by 3 \n" ); document.write( "================================= \n" ); document.write( "The numbers form an arithmetic sequence: 0,3,6,9,... \n" ); document.write( "The common difference is 3 and the 1st term is 0. \n" ); document.write( "The sum of the 1st n terms of an arithmetic sequence is \n" ); document.write( "S(n) = n/2(a_1 + a_n) \n" ); document.write( "The number of terms, n = 91 \n" ); document.write( "So the sum is S(91) = 45.5*(0+270) = 12285 \n" ); document.write( " \n" ); document.write( " |