document.write( "Question 1139868: Find the sum of all even numbers from 4 to 100 inclusive, excluding those which are multiples of 3. \n" ); document.write( "
Algebra.Com's Answer #760373 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! .\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " The RIGHT WAY to solve the problem is THIS :\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( " Calculate the sum of all even integers from 4 to 100 inclusively, and then subtract from it \r\n" ); document.write( " the sum of all multiples of 6 from 6 to 96.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " Below is how I implemented it.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "(a) the sum of all even integers from 4 to 100 inclusively is\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 4 + 6 + 8 + . . . + 100 =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Surely, counting \"by hands\" (as the other tutor did) is not the way to solve this problem.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There is a bunch of lessons on arithmetic progressions in this site:\r \n" ); document.write( "\n" ); document.write( " - Arithmetic progressions\r \n" ); document.write( "\n" ); document.write( " - The proofs of the formulas for arithmetic progressions \r \n" ); document.write( "\n" ); document.write( " - Problems on arithmetic progressions \r \n" ); document.write( "\n" ); document.write( " - Word problems on arithmetic progressions\r \n" ); document.write( "\n" ); document.write( " - One characteristic property of arithmetic progressions\r \n" ); document.write( "\n" ); document.write( " - Solved problems on arithmetic progressions \r \n" ); document.write( "\n" ); document.write( " - Mathematical induction and arithmetic progressions\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also, you have this free of charge online textbook in ALGEBRA-II in this site\r \n" ); document.write( "\n" ); document.write( " - ALGEBRA-II - YOUR ONLINE TEXTBOOK.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The referred lessons are the part of this online textbook under the topic \"Arithmetic progressions\".\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Save the link to this textbook together with its description\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Free of charge online textbook in ALGEBRA-II \n" ); document.write( "https://www.algebra.com/algebra/homework/complex/ALGEBRA-II-YOUR-ONLINE-TEXTBOOK.lesson\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "into your archive and use when it is needed.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |