Answer:
[tex]t_4=15[/tex]
x , 3-x , x , 3-x...
Step-by-step explanation:
Sequences
A sequence can be given as a general (iterative) or a recursive formula. The iterative formula allows us to find any term without computing any of the previous ones. The recursive formula needs to compute each term one by one until reaching to the desired term
1
The first sequence is defined as
[tex]t_n=4n-1[/tex]
[tex]t_1=3[/tex]
To compute the fourth term, we set n=4 to get
[tex]t_4=4(4)-1=15[/tex]
[tex]\boxed{t_4=15}[/tex]
Please note we didn't need to know the value of the first term
2
We have the recursive formula
[tex]t_{n+1}=(-1)t_n+3[/tex]
We are asked to describe the sequence. Let's recall we need at least one term to construct a recursive sequence. In this problem we don't have one, so we'll assume [tex]a_1=5[/tex]. So
[tex]a_2=(-1)(5)+3=-2[/tex]
[tex]a_3=(-1)(-2)+3=5[/tex]
The sequence is 5,-2,5,-2,... it will repeat the same both terms forever
If we had chosen [tex]a_1=x[/tex]
[tex]a_2=(-1)(x)+3=3-x[/tex]
[tex]a_3=(-1)(3-x)+3=x[/tex]
And the sequence will be x,3-x,x,3-x...