document.write( "Question 848987: Calculate the sum of all natural numbers from 100 to 200 both inclusive which are not divisible by 6 \n" ); document.write( "
Algebra.Com's Answer #511685 by AnlytcPhil(1806)![]() ![]() You can put this solution on YOUR website! Calculate the sum of all natural numbers from 100 to 200 both inclusive which are not divisible by 6 \n" ); document.write( " \r\n" ); document.write( "First we'll find the sum of all natural numbers from 100 to 200, inclusive.\r\n" ); document.write( "Then we'll find the sum of all the multiples of 6 from 102 to 198, inclusive.\r\n" ); document.write( "Then we'll subtract them.\r\n" ); document.write( "\r\n" ); document.write( "All natural numbers from 100 to 200, inclusive.\r\n" ); document.write( "\r\n" ); document.write( "That's the arithmetic sequence 100,101,102,103,...,200\r\n" ); document.write( "with a1=100, d=1, and an=200\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "an = a1 + (n-1)d\r\n" ); document.write( "\r\n" ); document.write( "To find the number of terms:\r\n" ); document.write( "\r\n" ); document.write( "200 = 100 + (n-1)1\r\n" ); document.write( "100 = n-1\r\n" ); document.write( "101 = n\r\n" ); document.write( "\r\n" ); document.write( "We use the sum formula\r\n" ); document.write( "\r\n" ); document.write( "Sn =\n" ); document.write( " |