document.write( "Question 792730: Given the arithmetic sequence 2, 6, ...
\n" ); document.write( "If t(0) is the first term find a formula for t(n).
\n" ); document.write( "

Algebra.Com's Answer #480122 by psbhowmick(878)\"\" \"About 
You can put this solution on YOUR website!
t(0) = 2
\n" ); document.write( "Common Difference: d = 6-2=4
\n" ); document.write( "The n-th term: t(n) = t(0) + (n-1)d = 2+(n-1)4 = 4n-2
\n" ); document.write( "
\n" );