Write the Recursive form and next of the following sequence

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


Answer :

Answer:

Step-by-step 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