Restart
2 of 35
If the first Now = -9, which equation represents this sequence? -9, -4, 1, 6, 11, ...
- A Next = Now − 5
- B Next = Now + 5
- C Next = 5 ∙ Now − 1
- D Next = 5 ∙ Now + 1
That's Correct!
It's Wrong!
The correct answer is Next = Now + 5. This equation represents the sequence because it shows that each subsequent term is obtained by adding 5 to the previous term. Starting with -9 and adding 5 repeatedly gives us the sequence -9, -4, 1, 6, 11, ...