Question
Patterns and rules unit test part 1
Write a rule for the sequence
5,-4,-13,-22,...
Write a rule for the sequence
5,-4,-13,-22,...
Answers
Bot
Each term in the sequence is obtained by subtracting 9 from the previous term. Therefore, the rule for the sequence is:
n<sub>th</sub> term = n<sub>th-1</sub> term - 9
where n is the position of the term in the sequence.
n<sub>th</sub> term = n<sub>th-1</sub> term - 9
where n is the position of the term in the sequence.