1st term in sequence is 6-4th term is -6, the 8th term is -22 write a function that can be used to find the nth term of the sequence

Respuesta :

EXPLANATION


The nth term of the sequence is given by


[tex]U_n=a+(n-1)d [/tex]


Where

[tex]a[/tex]


is the first term and



[tex]d[/tex]



is the constant difference.


We were given that,


[tex]a=6[/tex]


S we just need the common difference to write the nth term.


We can get that from another information given to us.


We were also given that the 4th term is 6. This gives the equation.


[tex]a+3d=-6[/tex]



We substitute

[tex]a=6[/tex]


to obtain




[tex]6+3d=-6[/tex]


Or




[tex]2+d=-2[/tex]


This implies,



[tex]d=-2-2[/tex]


[tex]d=-4[/tex]



We substitute these values into the general formula to obtain,



[tex]U_n=6+(n-1)\times-4[/tex]


This gives us,



[tex]U_n=6+-4n+4[/tex]





[tex]U_n=10-4n[/tex]



Hence the nth term of the sequence is,



[tex]10-4n[/tex]

[tex]a_{n}[/tex] = 10 - 4n

this is an arithmetic sequence with n th term

[tex]a_{n}[/tex] = [tex]a_{1}[/tex] + (n - 1 )d

where [tex]a_{1}[/tex] is the first term and d the common difference

given [tex]a_{4}[/tex] = - 6, then

6 + 3d = - 6 ( subtract 6 from both sides )

3d = - 12 ( divide both sides by 3 )

d = - 4 ← common difference hence

[tex]a_{n}[/tex] = 6 - 4 (n - 1 ) = 6 - 4n + 4 = 10 - 4n