Term
Write a NEXT-NOW rule for the sequence below:
4,6,8,10... |
|
Definition
NEXT = NOW + 2
starting at 4 |
|
|
Term
Write the first four terms in the sequence desccribed:
An+1 = An - 4 where A1 = 6 |
|
Definition
|
|
Term
Write the formal notation for the sequence that fits the rule below:
NEXT = 4(NOW) starting at 1 |
|
Definition
An+1 = 4(An) where A1 = 1 |
|
|
Term
Write the first three terms of the sequence described by the notation:
An+1 = An + 3 where A1 = 10 |
|
Definition
|
|
Term
Create a table for the sequence desccribed by the rule:
NEXT = 4(NOW) starting at 1.5 |
|
Definition
|
|
Term
|
Definition
NEXT = NOW + 2 starting at -5 |
|
|