asked 85.0k views
0 votes
Is c the right answer?

Is c the right answer?-example-1

1 Answer

1 vote

Yes: the function f(n) associates n with the n-th term of the sequence, so f(1) represents the first entry. Moreover, you can verify that the common difference is 7 by considering any pair of adjacent terms, and subtract the latter from the former. For example, with the first two terms, you have



-2-(-9)=-2+9=7


The same goes with the second and third:



5-(-2)=5+2=7


and so on.



A side note: by saying that the answer is correct, I'm assuming that the functions starts form one, i.e., given the sequence
a_1,a_2,a_3,\ldots, the function is
f(n) = a_n.


Nevertheless, some people (me including, actually) use to start the index at zero, so the sequence would become
a_0,a_1,a_2,\ldots. With this notation, f(1) would actually be the second term of the sequence, and the correct answer would be A.


So, without saying precisely which notation you're following, the answer is a bit ambiguous, but since the
a_1,a_2,a_3,\ldots is the most common, I assumed that you were right.

answered
User BobbyZHolmes
by
7.3k 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.