76.6k views
1 vote
The start of a quadratic

sequence is
8, 18, 30, 44, 60, …
What is the nth term rule for this sequence?

2 Answers

2 votes
You can find the general rule in two ways
8 = 1x8, 18 = 2x9, 30 = 3x10, 44 = 4x11, 60 = 5x12 … so in general T(n) = n(n + 7)

Or because the second differences are constant we know it uses squares
8 = 1^2 + 7, 18 = 2^2 + 14, 30 = 3^2 + 21, 44 = 4^2 + 28, 60 = 5^2 + 35 … so in general T(n) = n^2 + 7n

User Quapka
by
5.0k points
4 votes

Answer:

The correct option is D

98

The general term of the sequence is n(n+7)

User Nicholas Boll
by
4.7k points