Recursive
What the Function
Funky stuff
100

What is the rule of the sequence k(n) if the recursive definition is given as 

k(n)=k(n-1)*6

x6

100

A function is a relationship between _____ variables

2

100

How many items are in a bakers dozen?

13

200

Write the recursive definition for the sequence

 x(n) = 3, 12, 48, 192

x(n) = x(n - 1) * 4

200

f(x) = 2x + 4

f(10) = 2(10) + 4 = ?

24

200

How tall is Mr. Ross?

6'4" or 5'11" if you're a hater

300

Given the first term of sequence g(n) is 7, find the second term if g(n) = g(n - 1) + 12 

g(2) = 19

300

j(n) = 30 - 2n

Find j(11)

j(11) = 8


300

Find the rule for the sequence in the table 

+ 6

400

Write the recursive definition for the sequence 

U(n) = 90, 60, 30, 0

U(n) = U(n - 1) - 30

400

f(x) = 152x - 1200


f(5) = ?

f(5) = -440

400

Fill in the missing term:

_______, 60, 30, 15

120

500

s(2) = 6  and  s(n) = s(n - 1) * 2


s(4) = ?

s(3) = 6 * 2 = 12

s(4) = 12 * 2 = 24

500

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

500

Solve for x:

3x^2+4=20

Technically 4 and -4  


but just 4 works too

M
e
n
u