Patrick T. answered 01/17/22
Masters and B.Sc in Electrical Engineering with Math minor
Hello Octavia,
The general equation for an arithmetic sequence is: an = a1 + d*(n-1) where a1 is the 1st term, an is the n-th term, and d is the common difference.
"The third term is 13" means that you replace an by 13 and n by 3 --> 13 = a1 + d * (3 -1) ---> 13 = a1 + 2d
"The ninth term is 61" means that you replace an by 61 and n by 9 --> 61 = a1 + d *(9-1) ---> 61 = a1 + 8d
Now you have two equations and two unknowns. You can eliminate a1 by subtracting both equations:
13-61 = 2d - 8d ---> -48 = -6d -----> d = 8
Plug 8 in either equation: 13 = a1 + 2*8 ---> 13 = a1 + 16 ---> a1 = -3
Checking our answers: a3 = -3 + 8*(3-1) = -3 + 16 = 13 (YES!); a9 = -3 + 8*(9-1) = -3+64 = 61 (YES!)
Therefore: the first term is -3 and the common difference is 8.