Question

2. Suppose $13$ and counting by $8$ is possible that the numbers $85$ is in this sequence?

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: This is an arithmetic sequence membership check. The key is to write a term rule and test whether 8585 fits it exactly.

Step 1: Write the sequence rule

Starting at 1313 and counting by 88 gives an arithmetic sequence:

13,21,29,37,13, 21, 29, 37, \dots

The nnth term is

an=13+8(n1).a_n = 13 + 8(n-1).

Step 2: Test whether 8585 is a term

Set the formula equal to 8585:

13+8(n1)=8513 + 8(n-1) = 85

8(n1)=728(n-1) = 72

n1=9n-1 = 9

n=10n = 10

Step 3: Conclusion

Because n=10n=10 is a whole number, 8585 is in the sequence.

You can also check by listing terms:

13,21,29,37,45,53,61,69,77,8513, 21, 29, 37, 45, 53, 61, 69, 77, 85


Pitfalls the pros know 👇 A common mistake is dividing 851385-13 by 88 and forgetting to check whether the result gives a whole-number term position. For arithmetic sequences, the index must come out as a positive integer.

What if the problem changes? If the sequence started from a different first term or used a different common difference, you would still check membership the same way: solve a1+(n1)d=85a_1 + (n-1)d = 85 and see whether nn is a whole number.

Tags: arithmetic sequence, common difference, nth term

FAQ

Is 85 in the sequence starting at 13 and counting by 8?

Yes. The sequence is 13, 21, 29, 37, ... and its nth term is 13 + 8(n-1). Solving 13 + 8(n-1) = 85 gives n = 10, so 85 is a term.

How do you check whether a number is in an arithmetic sequence?

Write the nth-term formula, set it equal to the target number, and solve for n. If n is a positive whole number, the number is in the sequence.

chat