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)![]() ![]() 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( "
|