document.write( "Question 207023: Hi, I was wondering if you can help me with the following problem.\r
\n" );
document.write( "\n" );
document.write( "I need to write the following series using the summation notation:\r
\n" );
document.write( "\n" );
document.write( "3-6+12-24+48-96\r
\n" );
document.write( "\n" );
document.write( "I can tell that you get the next number in the series by multiplying the previous one by -2.... but I don't know where to go from there.\r
\n" );
document.write( "\n" );
document.write( "Please help.\r
\n" );
document.write( "\n" );
document.write( "Thank You \n" );
document.write( "
Algebra.Com's Answer #156522 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! First, we need to find the sequence that generates the terms. You are correct in that the next term is simply the negative double of the previous term. \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we start with 3 and we multiply by -2 to get -6. Then we multiply -6 by -2 to get 12. What we're really doing is multiplying 3 by -2 twice to get to 12 (since \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To get the the nth term (some general unknown term), we need to multiply 3 by 'n' \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To keep things simple, I'm going to use the sequence \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So to get the 6th term, we plug in n=6 to get \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So once we've found the sequence, simply stick it in a summation symbol like so\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: I'm using the variable 'i' (for index) as you'll commonly see this variable used in summations.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Further note: I didn't realize this, but if you want to stop the series at 96, then simply use the summation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This will simply add up the terms from 3 to 96. In other words, \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " |