document.write( "Question 631818: someone please help me with this! ive tried a bunch of times and cant figure it out!
\n" ); document.write( "write each sum using summation notation.
\n" ); document.write( "Q1) 2 + 5 + 8 + 11 + ... + 29\r
\n" ); document.write( "\n" ); document.write( "Q2) 6 - 12 + 24 - 48 + ... \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "find the first 4 terms and the 8th term of the recursively-defined sequence.
\n" ); document.write( "Q1) c1 = 2, c2 = -1, and ck+2 = ck + ck+1 for k>0
\n" ); document.write( "

Algebra.Com's Answer #397824 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "General Summation Notation : \"sum%28+a%5Bn%5D%2C+n=1%2C+infinity+%29\"
\n" ); document.write( "{2 + 5 + 8 + 11 + ... + 29} Arithemetic, d = 3 \"a%5Bn%5D+=+2+%2B+%28n-1%293+=+3n-1\"
\n" ); document.write( " \"sum%28+3n-1%2C+n=1%2C+10+%29\"\r
\n" ); document.write( "\n" ); document.write( "{6 - 12 + 24 - 48 + ...} Geometric, r = (-2) \"a%5Bn%5D+=+6%28-2%29%5E%28n-1%29\"
\n" ); document.write( "\"sum%286%2A%28-2%29%5E%28n-1%29%2C+n=1%2C+infinity%29\"\r
\n" ); document.write( "\n" ); document.write( "\"c%5B1%5D\" = 2, \"c%5B2%5D\"= -1, and c[k+2] = \"c%5Bk%5D\" + c[k+1] for k>0
\n" ); document.write( " { 2, -1, 1, 0, 1, 1, 2, 3 } previous two terms added to get the next \n" ); document.write( "
\n" );