1
2
n
n
1
1024
Slide 13
EXAMPLE:
Find the nth term of the sequence +1, -4, +9, -16, +25, …
Slide 14
EXAMPLE:
A sequence is defined by a recurrence relation of the form:
M = aM + b.
Given that M = 10, M = 20, M = 24, find the value of a and the
value of b and hence find M .
n + 1
1
3
2
4