44.3k views
0 votes
Write the Recursive form and next of the following sequence

8,10,12,14,16...

User Clockwiseq
by
7.8k points

1 Answer

5 votes

Answer:

Explanation:

The recursive form is a(n + 1) = a(n) + 2, with a(1) = 8.

The next term is a(6) = a(5) + 2, which heere is a(6) = 16 + 2 = 18

User Estin
by
7.9k points