document.write( "Question 985294: What is [math]17+18+19+\cdots+42+43[/math] ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #606118 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! The main formula we are going to use here is called the Closed Form. \r \n" ); document.write( "\n" ); document.write( "The sum from 1 to n is n(n+1)/2.\r \n" ); document.write( "\n" ); document.write( "So Let's take the sum from 1 to 43 first. That would be 43(44)/2 = 946.\r \n" ); document.write( "\n" ); document.write( "Notice that in order to get the sum from 17 to 43, we need to subtract off 1 through 16.\r \n" ); document.write( "\n" ); document.write( "So the sum from 1 to 16 is 16(17)/2 = 136\r \n" ); document.write( "\n" ); document.write( "So 946 - 136 = \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |