document.write( "Question 945337: Find the nth term of 5,8,11,15 \n" ); document.write( "
Algebra.Com's Answer #576471 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! The first term a=5 \n" ); document.write( "The difference d=3 \n" ); document.write( "The nth term=a+(n-1)d=5+(n-1)3=3n-3+5=3n+2 \n" ); document.write( "The nth term=3n+2 \n" ); document.write( " |