What's the Pattern?
Define it Recursively
The nth Term
Find the Terms
Mystery
100

Is the following sequence arithmetic, geometric, or neither?

1, 8, 15, 22, ...


arithmetic

100

An arithmetic sequence begins:

f(1) = 17, f(2) =12

Write a recursive definition for f

f(1)=17, f(n) = f(n-1) - 5, n>2

100

An arithmetic sequence h starts:

5, 7, 9, ...

Write a definition for the nth term of h.

h(n)=5+2n, n>0

100

Write the first three terms of a geometric sequence with first term 5 and growth rate 3

5, 25, 125

100

In Finding Nemo, what kind of fish is Nemo?

A clownfish

200

Is the following sequence arithmetic, geometric, or neither:

3, 3/2, 3/4, ...

geometric

200

The geometric sequence begins 6, 18, ...

Write a recursive definition for g.

g(1)=3, g(n) = 3g(n-1), n>1

200

A geometric sequence g starts:

4, 6, 9, ...

Write a definition for the nth term of g.

g(n)=4(3/2)n, n>0

200

Write the first three terms of an arithmetic sequence with first term 0 and common difference -2

0, -2, -4

200

What is the only letter that does not appear in any United States state name?

Q

300

Find the growth factor of the geometric sequence:

12, 18, 27, ...

3/2

300

Geometric sequence is given by the function

k(1) = 4, k(2) = 24

Define recursively in function notation.

k(1)=4, k(n) = 6k(n-1), n>1

300

A sequence h begins

7, 21, 63

Write a definition for the nth term of h

h(n)=7(3)n, n>0

300

Write the first three terms of the sequence defined by:

g(n) = 1(5)n, n> 0

1, 5, 25

300

What is the largest desert in the world?

Antarctica
400

Find the common difference of the arithmetic sequence:

9, 3, -3, -9,...

-6

400

An nth term definition for geometric sequence g is given by:

g(n) = 2(1/2)n, n > 0

Write a recursive definition for g

g(0)=2, g(n)=g(n-1)(1/2), n>0

400

A sequence is defined recursively:

s(0)=8, s(n) = 6s(n-1), n > 1

Write an equation to define for the nth term

s(n)=8(6)n, n>0

400

Write the first three terms of the sequence:

h(n) = 5 - 3n, n>0


5, 2, -1

400

What is the hardest natural substance on Earth?

Diamond

500

Write an example of a sequence that is both arithmetic and geometric

1, 1, 1, 1,...

0, 0, 0, 0,...

or any constant sequence

500

An nth term definition for arithmetic sequence h is:

h(n) = 6 + 5n, n>0

Write a recursive definition for h

h(0)=6, h(n)=h(n-1)+5, n>0

500

A sequence is defined recursively:

s(0)=16, s(n) = s(n-1) - 4, n > 2

Write an equation to define for the nth term

s(n)=16-4n, n>0

500

Write the first three terms of the sequence:

h(n) = 24(1/2)n, n>0


24, 12, 6

500

What is the tallest mountain in the world?

Mt. Everest

M
e
n
u