Evaluate variable expressions for arithmetic sequences

1. Understanding Arithmetic Sequences

  • An arithmetic sequence is a sequence of numbers in which the difference between consecutive terms is constant. This difference is called the common difference (d).
  • The general form of an arithmetic sequence can be expressed as: an=a1+(n−1)⋅d

where:

  • an = the nth term of the sequence
  • a1​ = the first term of the sequence
  • n = the term number
  • d = common difference

Learn with an example

let’s practice!🖊️