Sequences and Recurrence Relations (VCE SSCE General Mathematics): Quizzes
📚Quizzes
Practise the questions
10 questions from this quiz
ShowHide
Practise the questions
10 questions from this quiz
What is each individual number in a sequence called?
What is each individual number in a sequence called?
A term
What does the ellipsis (...) indicate in a sequence?
What does the ellipsis (...) indicate in a sequence?
The pattern continues
What two things are needed to create a sequence recursively?
What two things are needed to create a sequence recursively?
Starting value and rule
Start with , rule: add . What are the first three terms?
Start with , rule: add . What are the first three terms?
Start with , rule: double then subtract . What is the second term?
Start with , rule: double then subtract . What is the second term?
In recurrence relations, what does represent?
In recurrence relations, what does represent?
Starting value (0 iterations)
What does mean in words?
What does mean in words?
Start 10, add 5 each time
