What type of sequence produces a new term by multiplying/dividing a number from the previous term?
Geometric
2, 4, 8, 16, 32
Geometric
7
Is this sequence geometric or arithmetic?
Arithmetic
Is this sequence geometric or arithmetic?
Arithmetic
What type of sequence produces a new term by adding/subtracting a number from a previous term?
Arithmetic
Is this sequence arithmetic or geometric: 1/4, 1/2, 1, 2, 4?
Geometric
81, 27, 9, . .
3
Is this sequence geometric or arithmetic?
Geometric
What are the first four terms of the sequence defined by O(1) = 12, O(n - 1) * 1/2, n > 2?
12, 6, 3, 1.5
What type of sequences includes a rate of change?
Arithmetic?
Is this sequence geometric or arithmetic: g(1) = 10, g(2) = 7, g(3) = 4, g(4) = 1?
Arithmetic
3/5, 6/5, 12/5 . . .
24/5
What are the first five terms of the sequence defined by G(1) = 3, G(n - 1) + 2, n > 2?
3, 5, 7, 9, 11
What are the first five terms of the sequence defined by K(1) = 2, K(n - 1) * 3, n > 2?
2, 6, 18, 24, 72
What type of sequence includes a growth factor?
Geometric?
Is this sequence geometric or arithmetic: f(1) = 3, f(2) = 6, f(3) = 12, f(4) = 24?
Geometric
100, 72, 54, 42 . . .
24
What are the first four terms of the sequence F(1) = 2, F(n) = F(n-1) * 2 for n >= 2?
2, 4, 8, 16, 32
What are the first five terms of the sequence f(n) = 1 + 3n?
1, 4, 7, 10, 13
What is a sequence?
A series (or list) of numbers that follows some rule.
Is this sequence geometric or arithmetic?
Geometric
1/7, 1/14, 1/28 . . .
Is this sequence geometric or arithmetic?
Geometric
What are the first five terms of the sequence g(n) = 4 + 2n?
4, 6, 8, 10, 12