Write an expression for the most apparent nth term of the sequence. Assume n begins with 1.

3,7,11,15,19

My answer was an= 3 +4n but this wrong.

Answers

Answered by Reiny
term(n) = a + (n-1)d
= 3 + 4(n-1)
= 3 + 4n - 4
= 4n - 1

check:
term(3) = 12-1 = 11, checks!
Answered by Abbey(Please help)
Thank You
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions