asked 151k views
3 votes
What’s the explicit rule for the sequence 9,14,24,...

1 Answer

5 votes

Answer:

f(n) = 5n(n -1)/2 +9

Explanation:

The rule will depend on what kind of sequence you think this is. An infinite number of rules can be dreamed up that will give these three values.

The simplest polynomial rule is one of 2nd degree. We know this because the first differences are 14-9 = 5 and 24-14 = 10, so are not constant. Only three values are given, so only a polynomial of degree 3-1=2 can be specified by these points.

If we say the polynomial is ...

f(n) = an^2 +bn +c

Then the three given points give rise to three equations:

9 = a + b + c

14 = 4a +2b +c

24 = 9a +3b +c

Solving these by your favorite method gives ...

a = 5/2, b = -5/2, c = 9

So an explicit polynomial rule can be written as ...

f(n) = 5n(n -1)/2 +9

_____

Additional comment

A sequence such as this one can also be described by an exponential rule. Here's one that describes these points:

f(n) = 5·2^(n-1) +4

The fact that the first differences (5, 10) are related by a factor of 2 suggests 2 as the base of the exponent.

answered
User Elshan
by
8.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.