Welcome to Westonci.ca, where curiosity meets expertise. Ask any question and receive fast, accurate answers from our knowledgeable community. Explore thousands of questions and answers from knowledgeable experts in various fields on our Q&A platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

A recursive rule for an arithmetic sequence is a1 = -4; an = an - 1 + 11

What is a1?

What is d?

What is the iterative rule for the arithmetic sequence above? You do NOT need to simplify.

Find a10


Sagot :

Step-by-step explanation:

a1 is already defined : a1 = -4

since an = an-1 + 11, we know d (the constant being added from term to term) is 11.

d = 11

the basic iterative rule is also already defined :

an = an-1 + 11

but we can always also express this in terms of a1 :

an = a1 + 11×(n-1)

therefore,

a10 = -4 + 11×9 = -4 + 99 = 95