This is the explicit equation for the following sequence:
6, 10, 14, 18, . . .
What is t(n) = 4n + 2
This is the recursive equation for the following sequence:
5, 9, 13, 17, . . .
What is t(n + 1) = t(n) + 4
t(1) = 5?
Given the explicit equation, write the recursive equation.
t(n) = 5n - 32
What is t(n + 1) = t(n) + 5
t(1) = 27?
Is 72 a part of the sequence represented by the given equation?
t(n) = 5n + 12
Yes.
The type of sequence this graph shows.
What is arithmetic?
This is the explicit equation for the following sequence:
-3, -5, -7, -9, . . .
What is t(n) = -2n - 1?
This is the recursive equation for the following sequence:
19, 13, 7, 1, -5 . . .
What is t(n + 1) = t(n) - 6
t(1) = 19?
Given the explicit equation, write the recursive equation.
t(n) = -9n + 70
What is t(n + 1) = t(n) - 9
t(1) = 61?
Is 72 a part of the sequence represented by the given equation?
t(n) = 6n + 3
No.
Is the multiplier for this graph of a geometric sequence greater or less than one?
Less than one
This is the explicit equation for the following sequence:
4, 8, 16, 32, . . .
What is t(n) = 2 • 2n?
This is the recursive equation for the following sequence:
4, 20, 100, 500, . . .
What is t(n + 1) = t(n) • 5
t(1) = 4?
Given the explicit equation, write the recursive equation.
t(n) = 10 • 6n
What is t(n + 1) = t(n) • 6
t(1) = 60?
Is 352 a part of the sequence represented by the given equation? If so, which term is it?
t(n) = 9n + 19
Yes, it is the 37th term.
The type of sequence this graph shows.

What is arithmetic?
This is the explicit equation for the following sequence:
1215, 405, 135, 45, . . .
What is t(n) = 3,645 • (1/3)n?
This is the recursive equation for the following sequence:
400, 100, 25, . . .
What is t(n + 1) = t(n) • (1/4)
t(1) = 400?
Given the recursive equation, write the explicit equation.
t(n + 1) = t(n) - 12, t(1) = 42
What is t(n) = -12n + 54?
Is 99 a part of the sequence? If so, which term?
17, 20, 23, 26, . . .
No.
This is the type of sequence represented in the graph below.

What is geometric?
This is the explicit equation for the following sequence:
25,600, 40,960, 65,536, . . .
What is t(n) = 16,000 • 1.6n?
This is the recursive equation for the following sequence:
4096, 3072, 2304, 1728, . . .
What is t(n + 1) = t(n) • 0.75
t(n) = 4096?
Given the recursive equation, write the explicit equation.
t(n + 1) = t(n) • 8, t(1) = 10
What is t(n) = 1.25 • 8n?
Is 182 a part of the sequence? If so, which term?
28, 39, 50, 61, . . .
Yes, it is the 15th term.
This is the type of sequence represented in the graph below.

What is neither arithmetic nor geometric?