What is the rule of the sequence k(n) if the recursive definition is given as
k(n)=k(n-1)*6
x6
A function is a relationship between _____ variables
2
How many items are in a bakers dozen?
13
Write the recursive definition for the sequence
x(n) = 3, 12, 48, 192
x(n) = x(n - 1) * 4
f(x) = 2x + 4
f(10) = 2(10) + 4 = ?
24
How tall is Mr. Ross?
6'4" or 5'11" if you're a hater
Given the first term of sequence g(n) is 7, find the second term if g(n) = g(n - 1) + 12
g(2) = 19
j(n) = 30 - 2n
Find j(11)
j(11) = 8
Find the rule for the sequence in the table

+ 6
Write the recursive definition for the sequence
U(n) = 90, 60, 30, 0
U(n) = U(n - 1) - 30
f(x) = 152x - 1200
f(5) = ?
f(5) = -440
Fill in the missing term:
_______, 60, 30, 15
120
s(2) = 6 and s(n) = s(n - 1) * 2
s(4) = ?
s(3) = 6 * 2 = 12
s(4) = 12 * 2 = 24
f(n) = 20n + 6 g(n) = 5n + 100
What function is is larger when n = 8
f(8) = 166 g(8) = 140
f(8) is larger
Solve for x:
3x^2+4=20
Technically 4 and -4
but just 4 works too