Find the 79th term in the sequence

  • Context:
  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Sequence Term
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Find the 79th term in the sequence - 7, - 4, - 1
$$a_n=a_1+\left(a_n-1 \right)d$$
$$n=79,\ \ a_1=-7, \ \ d=-3$$
$$a_{79}=-7+\left(79-1\right)\left(3\right)=227$$

I just followed an example?
 
Mathematics news on Phys.org
karush said:
Find the 79th term in the sequence - 7, - 4, - 1
$$a_n=a_1+\left(a_n-1 \right)d$$
$$n=79,\ \ a_1=-7, \ \ d=-3$$
$$a_{79}=-7+\left(79-1\right)\left(3\right)=227$$

I just followed an example?

There is a typo
$a_n=a_1+\left(n-1 \right)d$

rest is OK
 
Gotcha