1+3+5+7+9+.................+nth
find the nth term?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
It shows an arithmetic progress. So we can use this formula:
T n = a + ( n − 1 ) d
"a" is equal to the first term. So...
a = 1
"d" is the difference between two consecutive terms... or something.
d = 3 − 1 = 2 or d = 5 − 3 = 2 or d = 7 − 5 = 2
Substitute them into the formula...
T n = 1 + ( n − 1 ) 2
T n = 1 + 2 n − 2
T n = 2 n − 1