document.write( "Question 875609: work out the nth term of this sequence
\n" );
document.write( "7 10 13 16 19
\n" );
document.write( "please help me with this one \n" );
document.write( "
Algebra.Com's Answer #528312 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! this is an arithmetic progression \n" ); document.write( "note that the common difference is 3, the first term is 7, therefore \n" ); document.write( "Xn = 7 + 3(n-1) \n" ); document.write( " |