Problem example: For the given sequence: -2,2,6,10,14,18
Write a recursive formula to find the nth term: a = an-1+4
Write a explicit formula to find the nth term: a = -2 + 4(n-1)
What is the 64th term in the sequence?

Problem example For the given sequence 226101418 Write a recursive formula to find the nth term a an14 Write a explicit formula to find the nth term a 2 4n1 Wh class=

Respuesta :

Answer:

250

Step-by-step explanation:

You can take the explicit formula and simply substitute the n value with 64:

-2 + 4 * (64 - 1)

-2 + 4 * (63)

-2 + 252

250