document.write( "Question 309333: find the 31st term of the aritmctic sequence 23,36,49,..... \n" ); document.write( "
Algebra.Com's Answer #221234 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the 31st term of the aritmctic sequence 23,36,49,..... \n" ); document.write( "--- \n" ); document.write( "a(1) = 23 \n" ); document.write( "d = 36-23 = 13 \n" ); document.write( "---------------------- \n" ); document.write( "Form: a(n) = 23+(n-1)d \n" ); document.write( "--- \n" ); document.write( "a(31) = 23 + 30*13 \n" ); document.write( "a(31) = 23 + 390 \n" ); document.write( "a(31) = 413 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========================== \n" ); document.write( " |