document.write( "Question 353138: what's the first five term of the sequence : tn = 3n-4 \n" ); document.write( "
Algebra.Com's Answer #252733 by JBarnum(2146)\"\" \"About 
You can put this solution on YOUR website!
if n=1,2,3,4,5 (plug in the value for \"n\" and solve for \"t\")
\n" ); document.write( "then t=-1,1,5/3,2,11/5
\n" ); document.write( "if n=1:
\n" ); document.write( "t(1) = 3(1)-4
\n" ); document.write( "t=3-4
\n" ); document.write( "t=-1
\n" ); document.write( "


\n" ); document.write( "if n=2:
\n" ); document.write( "t(2) = 3(2)-4
\n" ); document.write( "2t=6-4
\n" ); document.write( "2t=2
\n" ); document.write( "t=1 \n" ); document.write( "

\n" );