document.write( "Question 1190794: Find the sum of all-natural numbers from 100 to 300:
\n" );
document.write( "i) Which are exactly divisible by 4.
\n" );
document.write( "ii) Excluding those which are divisible by 4. \n" );
document.write( "
Algebra.Com's Answer #822511 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I will assume the \"100 to 300\" is inclusive.... \n" ); document.write( "For ANY set of numbers, the sum of the terms is the number of terms, multiplied by the average of the terms. \n" ); document.write( "For an arithmetic sequence the average of the terms is the average of the first and last terms; the number of terms is (last minus first), divided by the common difference, plus 1. \n" ); document.write( "(1) sum of ALL natural numbers from 100 to 300 \n" ); document.write( "number of terms: \n" ); document.write( "average: \n" ); document.write( "sum: \n" ); document.write( "(2) sum of natural numbers from 100 to 300 that are divisible by 4 \n" ); document.write( "(note 100 and 300 are both divisible by 4) \n" ); document.write( "number of terms: \n" ); document.write( "average: \n" ); document.write( "sum: \n" ); document.write( "(3) sum of natural numbers from 100 to 300 that are NOT divisible by 4 \n" ); document.write( " \n" ); document.write( "ANSWERS: \n" ); document.write( "i) 10200 \n" ); document.write( "ii) 30000 \n" ); document.write( " \n" ); document.write( " |