Find the next missing term : 2, 5, 9, 19, 37, ?
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.
The numbers can be divided into three sets i.e. (2,5) , (9,19) and (37,?)
Now, in each set, Succeeding number = Preceding number *2+1
5 = 2 * 2+1
19 = 9 * 2 + 1
? = 37 * 2 +1 = 75