document.write( "Question 557270: I have to find the nth term in some equations for my exams on monday and i forgot how to do it.
\n" );
document.write( "The terms are 1 2 3 4
\n" );
document.write( "The values are 3 7 11 15
\n" );
document.write( "and i have to find the 20th term
\n" );
document.write( "How do i do it? \n" );
document.write( "
Algebra.Com's Answer #362515 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I have to find the nth term in some equations for my exams on monday and i forgot how to do it. \n" ); document.write( "The terms are 1 2 3 4 \n" ); document.write( "The values are 3 7 11 15 \n" ); document.write( "and i have to find the 20th term \n" ); document.write( "------ \n" ); document.write( "You have an arithmetic sequence with a(1) = 3 and d = 4 \n" ); document.write( "----- \n" ); document.write( "Formula: a(n) = a(1) + (n-1)d \n" ); document.write( "--- \n" ); document.write( "So, a(20) = 3 + 19*4 = 3 + 76 = 79 \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " |