This are function used to determine the term of a sequence. The second and the third term of the sequence is 6 and 18
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