169k views
3 votes
If T (n) =3n-1 what is the 3rd term

User Eirik W
by
7.6k points

1 Answer

3 votes
The sequence is given by the formula
T(n)=3n-1, where n is the value of the n'th term in the sequence.

Thus,

T(1) calculates the value of the 1st term

T(2) calculates the value of the 2nd term

T(3) calculates the value of the 3rd term
.
.
an so on


the value of the third term is T(3)=3*3-1=9-1=8



Answer: 8
User Tkokasih
by
7.8k points