document.write( "Question 1174528: Write a rule for the nth term of the sequence. Use your rule to find a30. - 4, 5, 14, 23, 32, . . .
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #799932 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the difference between each is 9 \n" ); document.write( "an=a1+(n-1)9 \n" ); document.write( "a30=-4+29*9=257 \n" ); document.write( "- \n" ); document.write( "a5=32 \n" ); document.write( "a15=122 \n" ); document.write( "a25=212 \n" ); document.write( "a30=257. \n" ); document.write( " |