document.write( "Question 1063843: Find the thirtieth term of the following sequence.\r
\n" );
document.write( "\n" );
document.write( "-6, -4, -2, 0, ...\r
\n" );
document.write( "\n" );
document.write( "A.) 52
\n" );
document.write( "B.) 64
\n" );
document.write( "C.) 66 \n" );
document.write( "
Algebra.Com's Answer #682754 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! a formula for this sequence is \n" ); document.write( "2s -8 where s represents the term of the sequence so \n" ); document.write( "for example, the first element is 2(1) - 8 = -6 , \n" ); document.write( "2(2) - 8 = -4 \n" ); document.write( "So the 13th term is 2(13) - 8 = 26 - 8 = 18 \n" ); document.write( " |