document.write( "Question 955356: Find the 300th term of the sequence 5, 8, 11, 14, 17 \n" ); document.write( "
Algebra.Com's Answer #583566 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+n+\" = the number of the term
\n" ); document.write( "Let \"+k+\" = the value of the term
\n" ); document.write( "------------------------
\n" ); document.write( "1st term:
\n" ); document.write( "\"+n+=+1+\"
\n" ); document.write( "\"+k+=+5+\"
\n" ); document.write( "----------
\n" ); document.write( "2nd term:
\n" ); document.write( "\"+n+=+2+\"
\n" ); document.write( "\"+k+=+8+\"
\n" ); document.write( "----------
\n" ); document.write( "I can say:
\n" ); document.write( "\"+k+=+5+%2B+%28+n-1+%29%2A3+\"
\n" ); document.write( "--------------------
\n" ); document.write( "When \"+n+=+300+\",
\n" ); document.write( "\"+k+=+5+%2B+%28+300+-+1+%29%2A3+\"
\n" ); document.write( "\"+k+=+5+%2B299%2A3+\"
\n" ); document.write( "\"+k+=+5+%2B+897+\"
\n" ); document.write( "\"+k+=+902+\"
\n" ); document.write( "-------------
\n" ); document.write( "The 300th term is 902
\n" ); document.write( "
\n" ); document.write( "
\n" );