200k views
4 votes
The sequence is recursive. Find the value of the next term in the sequence.

8, 10, 12, 14, . . .

18

14

12

16

1 Answer

3 votes
For this problem, given that this is a recursive series. The next term in the sequence is:

16

The reason is because the distance between two consecutive terms is always equal to two



User Typeof
by
8.4k points