This formula calculates the nth term of an arithmetic progression using a linear relationship.
Use it when you need to find any term in a sequence with constant difference between terms.
Data:
a1 = 3, d = 2, n = 5
Formula:
an = a1 + (n-1)d
Substitution:
a5 = 3 + (5-1)*2
Result:
a5 = 11
Used in sequences, financial modeling, and discrete mathematics.