At Westonci.ca, we provide reliable answers to your questions from a community of experts. Start exploring today! Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

please solve it fast​

Please Solve It Fast class=

Sagot :

This are function used to determine the term of a sequence. The second and the third term of the sequence is 6 and 18

Recursive functions

This are function used to determine the term of a sequence. Given the following functions

an+1 = 3an

Given that a1 = 2

a2 = 3a1

a2 = 3(2)

a2 = 6

For the third term a3

a3 =3a2

a3 = 3(6)

a3 = 18

Hence the second and the third term of the sequence is 6 and 18

Learn more on recursive function here: https://brainly.com/question/489759

#SPJ1