document.write( "Question 445250: find the first sixth and twelfth terms of the sequence
\n" );
document.write( "A(n)=-5+(n-1)(3) \n" );
document.write( "
Algebra.Com's Answer #306768 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the first sixth and twelfth terms of the sequence \n" ); document.write( "A(n)=-5+(n-1)(3) \n" ); document.write( "--- \n" ); document.write( "a(1) = -5 \n" ); document.write( "---- \n" ); document.write( "a(6) = -5+5*3 = 10 \n" ); document.write( "---- \n" ); document.write( "a(12) = -5+10*3 = 25 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |