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.
I did it the same way
An easier method to solve this is as follows:
The difference between any 2 consecutive number gets multiplied after every number , or
say, the difference between 2 & 3 is 1
the difference between 3 &5 is 2
so you see they are getting doubled , so
the difference between 17 & 33 is 16 so(33 +(16*2 =))65
2 + 2 0 3 + 2 1 5 + 2 2 9 + 2 3 1 7 + 2 4 3 3 + 2 5 6 5
Problem Loading...
Note Loading...
Set Loading...
Solution
In this series, the n th term can be found by the formula 2 n − 1 + 1 .
⟹ 7 th term = 2 7 − 1 + 1 = 2 6 + 1 = 6 4 + 1 = 6 5
Easier way to see this
Each next term is adding a next power of two.
2 + 1 = 3
3 + 2 = 5
5 + 4 = 9
9 + 8 = 1 7
1 7 + 1 6 = 3 3
3 3 + 3 2 = 6 5