asked 8.2k views
2 votes
The same sequence may be defined in three ways: 1) f(x) = 6x + 5 for x = {1, 2, 3, ...}, 2) a1 = 11 and an + 1 = an + 6 for n = {1, 2, 3, ...} and 3) an =11 + 6(n − 1) for n = {1, 2, 3, ...}. They are all supposed to generate the same values, but one version may contain an error. If one version contains an error, identify the one with the error and fix it.

2 Answers

6 votes

Answer:

c an = 11 + 6(n − 1) for n = {1, 2, 3, ...}

It should say an = 11 + 5(n − 1) for n = {1, 2, 3, ...}.

Explanation:

answered
User Ashraful Islam
by
8.9k points
5 votes

Answer:

the answer should be C in USATestPrep

answered
User Lhahn
by
8.6k 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.