Find the nth term of the following

-7,-2,3,8

1 answer

To find the nth term of the sequence 7,2,3,8, let's first analyze the pattern.

  1. Identify the differences between consecutive terms:
    • From 7 to 2: difference = 2(7)=5
    • From 2 to 3: difference = 3(2)=5
    • From 3 to 8: difference = 83=5

All the differences are constant and equal to 5, which indicates that this sequence is an arithmetic sequence with a common difference of 5.

  1. The formula for the nth term of an arithmetic sequence is:

an=a1+(n1)d

Where:

  • a1 is the first term of the sequence.
  • d is the common difference.
  • n is the term number.
  1. For this sequence:
  • a1=7
  • d=5

Plugging in these values:

an=7+(n1)5

  1. Simplifying this expression:

an=7+5n5 an=5n12

So the nth term of the sequence is:

5n12