196k views
1 vote
Which one of these formulas describes the following sequence?

1,5,12,22,35

User RHicke
by
6.6k points

1 Answer

2 votes

We can find a formula for nth term of the given sequence as follows:

1, 5, 12, 22, 35

The 1st differences between terms:

4, 7, 10, 13

The 2nd differences :

3, 3, 3

Since it takes two rounds of differences to arrive at a constant difference between terms, the nth term will be a 2nd degree polynomial of the form:
a n^2 + b n + c, where c is a constant. The coefficients a, b, and the constant c can be found.

We can form the following 3 equations with 3 unknowns a, b, c:


1 = a\cdot1^2 + b\cdot1 + c\\5 = \cdot2^2 + b\cdot2 + c\\12 = a\cdot3^2 + b\cdot3 + c

Solving for a, b, c, we get:

a = 3/2, b = -1/2, c = 0

Therefore, the nth term of the given sequence is:


\boxed{ a_n = (3)/(2)n^2- (1)/(2) n}

User Stevegt
by
5.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.