document.write( "Question 927662: Find the sum of the even numbers from 46 to 228, inclusive. \n" ); document.write( "
Algebra.Com's Answer #563150 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! Hint:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "46 + 48 + ... + 226 + 228 = 2*23 + 2*24 + ... + 2*113 + 2*114\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "46 + 48 + ... + 226 + 228 = 2*(23 + 24 + ... + 113 + 114) \n" ); document.write( " |