Smartmind
.global
Find the nth term of the arithmetic sequence: 2, 5, 8, 11, ...
a_n = 2 + 3(n-1)
a_n = 11 + 3(n-1)
a_n = 8 + 3(n-1)
a_n = 5 + 3(n-1)
Mathematics Exercises are loading ...