Answer: 10, 13, 16, 19
Step-by-step explanation:
The notation
says that the first term is 10.
The notation
is the recursive rule that says "to find the nth term, we add 3 to the previous term". So we add 3 to each term to get the next one.
- first = 10
- second = first+3 = 10+3 = 13
- third = second+3 = 13+3 = 16
- fourth = third + 3 = 16+3 = 19
This sequence is arithmetic due to the common difference d = 3.