document.write( "Question 309315: Given the sequence 20, 24, 28, 32, 36, . . . find the 60th term.\r
\n" );
document.write( "\n" );
document.write( "a. 216 b. 64 c. 256 d. 60 e. 80 \n" );
document.write( "
Algebra.Com's Answer #221211 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given the sequence 20, 24, 28, 32, 36, . . . find the 60th term. \n" ); document.write( "------ \n" ); document.write( "nth term pattern: a(n) = 20 + (n-1)4 \n" ); document.write( "60th term: a(60) = 20 + 59*4 = 256 \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================================== \n" ); document.write( "a. 216 b. 64 c. 256 d. 60 e. 80 \n" ); document.write( " \n" ); document.write( " |