What is a recursive equation for the sequence, 2, 5, 8, 11, 14, .....
a1 = 2
an= an-1 + 3
Given the arithmetic explicit equation below, identify the first term, and the common difference.
an = 8 + 2(n-1)
What is, the first term is 8 and the common difference is 2
Whether or not this sequence is arithmetic 0, 3, 7, 12, 18, ...
What is no.
What is a recursive equation for the sequence 1, 6, 36, 216, 1296,......?
a1 = 1
an = an-1 * 6
Identify the first term and the common ratio in the geometric sequence equation below.
an = 4 (2)n-1
What is, the first term is 4 and the common ratio is 2.
Write a recursive equation for an arithmetic sequence whose 3rd term is 4 and 5th term is 10
a1 = -2
an = an-1 + 3
Write the explicit equation for the sequence defined by the terms, 24, 12, 6, 3, 1.5, .......
What is an = 24 (0.5)n-1
The number that is added or subtract to a term in order to find the next term of an arithmetic sequence
What is the common difference
write a recursive equation for the following sequence
-3, 9, -27, 81, -243
a1 = -3
an = an-1 * -3
Given the 2nd term of the sequence is 3 and the 5th term is 9, write the explicit equation.
an = 1 + 2(n-1)
The number that is multiplied by a term in order to find the next term of a geometric sequence
What is the common ratio
Given the recursive definitions below, which has a greater 5th term?
a1 = -5 b1 = 1
an = an-1 * 2 bn = bn-1 + 2
sequence b has a greater 5th term
Determine if the two equations below represent the same sequence of numbers. Explain how you know.
an = 3 + 6(n-1) and bn = -3 + 6n
What type of functions do arithmetic and geometric sequences resemble?
What are Linear and Exponential Functions