Respuesta :

The first five terms in the recursive sequence is {0, -1.4, -2.8, -4.2,....}

The correct option is (B)

What is recursive sequence?

A sequence of numbers indexed by an integer and generated by solving a recurrence equation.

Given:

[tex]a_1 = 0\\a_n= a_{n-1}-1.4[/tex]

So,

[tex]a_2[/tex] = a1 -1.4

[tex]a_2[/tex]= -1.4

a3= a2-1.4

a3 = -2.8

Hence, the recursive sequence is {0, -1.4, -2.8, -4.2,....}

Learn more about recursive function here:

https://brainly.com/question/23896867

#SPJ1