document.write( "Question 1118204: 10. Evaluate the following. Show your work using concepts from this unit.\r
\n" );
document.write( "\n" );
document.write( "a) 1 - 3 + 5 - 7 + 9 -11 + ... + 201 - 203\r
\n" );
document.write( "\n" );
document.write( "b) 300 - 299 + 298 - 297 + ... + 100 - 99 \n" );
document.write( "
Algebra.Com's Answer #733462 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I don't know what concepts are in the unit you are studying; the following is the way I would solve these problems. \n" ); document.write( "a) 1 - 3 + 5 - 7 + ... + 201 - 203 \n" ); document.write( "To count the number of terms, we can ignore the signs and look at the sequence as an arithmetic sequence with common difference 2. The number of terms is \n" ); document.write( "Then, taking into account the alternating signs, we can group the 102 terms into 51 pairs, in each of which the sum is -2. So the sum of this sequence is 51(-2) = -102. \n" ); document.write( "You could also determine the sum less formally by looking at the pattern of the partial sums: \n" ); document.write( "1-3 = -2 \n" ); document.write( "-2+5 = 3 \n" ); document.write( "3+-7 = -4 \n" ); document.write( "4+9 = 5 \n" ); document.write( "5+-11 = -6 \n" ); document.write( "... \n" ); document.write( "Whenever the last term added is -n, the sum of the sequence is -(n+1)/2. Since the last term in the sequence is -203, the sum of the sequence is -(203+1)/2 = -102. \n" ); document.write( "b) 300 - 299 + 298 - 297 + ... - 100 + 99 \n" ); document.write( "I won't go through the details; the process is exactly the same. \n" ); document.write( "Ignoring signs to count the number of terms, we find there are 202 of them; taking into account the alternating signs, the 202 terms can be seen as 101 pairs, in each of which the sum is 1; then the sum of the sequence is 101*1 = 101. \n" ); document.write( "And again you could get that result by looking at the pattern of the partial sums -- for each two terms in the sequence, the sum of the terms increases by 1, making the sum of the sequence (202/2)*1 = 101*1 = 101. \n" ); document.write( " |