How do I figure out what the nth term is in a sequence? Exmaple: 1, 3, 5,7,

What would be the 100th term? IF adding 2 to each would the formula be n+2? How to calculate 100th term?

1 answer

The nth term would be N = 2n - 1.

Therefore, the 100th term would 2(100) - 1 = 199.