document.write( "Question 798521: nth term of a sequence is 6n + 2, what is 26th term? \n" ); document.write( "
Algebra.Com's Answer #482263 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
Simpler than you think. Not a trick question.
\n" ); document.write( "The problem says that term number \"n\" is
\n" ); document.write( "\"a%5Bn%5D=6%2An%2B2\"
\n" ); document.write( "If that is the formula given, the 26th term is
\n" ); document.write( "\"a%5B26%5D=6%2A26%2B2=52%2B2=highlight%2854%29\"
\n" ); document.write( "
\n" ); document.write( "The first term is \"a%5B1%5D=2%2A1%2B2=2%2B2=4\",
\n" ); document.write( "The second term is \"a%5B2%5D=2%2A2%2B2=4%2B2=6\"
\n" ); document.write( "The third term is \"a%5B4%5D=2%2A3%2B2=6%2B2=8\"
\n" ); document.write( "The sequence is 4, 6, 8, ....
\n" ); document.write( "It's the even numbers from 4 up.
\n" ); document.write( "It's an arithmetic sequence with first term \"4\" and common difference \"2\".
\n" ); document.write( "
\n" );