Welcome to Westonci.ca, the ultimate question and answer platform. Get expert answers to your questions quickly and accurately. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

explain what is meant by the given formula:
a1=12
an=an-1-8


Sagot :

Step-by-step explanation:

that this is an arithmetic sequence of terms, where every term is created by adding (or subtracting) to/ from the previous term.

a1 is the starting value = 12

then

a2 = a1 - 8 = 12 - 8 = 4

a3 = a2 - 8 = a1 - 8 - 8 = -4

every term is 8 less than the previous term.

so, we see, we can express the nth term of the sequence also in terms of a1 :

an = an-1 - 8 = a1 + -8×(n-1) = a1 - 8×(n-1)