127k views
3 votes
You are having a discussion about sequences with your classmate. She insists the the sequence 2,3,5,8,12 must be either arithmatic or geometric. Is she correct or incorrect? Explain.

1 Answer

4 votes
The sequence is, in fact, quadratic. It is described by the equation
.. a[n] = (n*(n -1))/2 +2

First differences are increasing, so the sequence will not be arithmetic. An arithmetic sequence has constant first differences.

Second differences are constant, so the sequence will not be geometric. A geometric sequence will have first-, second-, third-differences, and those to any level, that have the same constant ratio as the terms of the original sequence.
User Rick Renshaw
by
5.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.