document.write( "Question 46873This question is from textbook COLLEGE ALGEBRA
\n" );
document.write( ": Write the formula for the general (nth term) of the following arithmetic sequence. (Do not use a recursive formula.) Then use your formula to find the 17th term.
\n" );
document.write( "3, 9, 15, 21, 27, 33, … \n" );
document.write( "
Algebra.Com's Answer #31105 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! In general, the nth term of an arithmetic sequence is given by \n" ); document.write( "a(n) = a(1) + (n-1)d \n" ); document.write( "In our given sequence, a(1) = 3, n = 17, and d = 6 (the common difference)...thus we get \n" ); document.write( "a(n) = 3 + (n-1)(6) \n" ); document.write( "a(17) = 3 + (17-1)(6) \n" ); document.write( "a(17) = 3 + 96 = 99 \n" ); document.write( " |