x1 = 3
x2 = 2(3) - 1 = 5
x3 = 2(5) - 1 = 9
x4 = 2(9) - 1 = 17
x5 = 2(17) - 1 = 33
Now we can write the sequence as
x1 = 2^1 + 1
x2 = 2^2 + 1
x3 = 2^3 + 1
x4 = 2^4 + 1
x5 = 2^5 + 1
.
.
.
.
x19 = 2^19 + 1
x20 = 2^20 + 1
x20 - x19 = 2^20 + 1 - (2^19 + 1)
= 2^20 + 1 - 2^19 - 1
= 2^20 - 2^19
= 2^19 (2 - 1)
= 2^19
Choose A
sequence
This topic has expert replies
Source: Beat The GMAT — Problem Solving |
-
Naruto
- Master | Next Rank: 500 Posts
- Posts: 121
- Joined: Thu Jun 11, 2009 1:16 am
- Thanked: 4 times
- GMAT Score:720
From the info given, we can observe that
x1= 3, x2=4, x3=8, x4=17...
thus, x2-x1=2
x3-x2=4 i.e 2^2
x4-x3=8 i.e 2^3
thus we can see that x(n+1)-xn=2^n
so X20-X19= 2^19.
Here n+1 is 20 and n is 19.
x1= 3, x2=4, x3=8, x4=17...
thus, x2-x1=2
x3-x2=4 i.e 2^2
x4-x3=8 i.e 2^3
thus we can see that x(n+1)-xn=2^n
so X20-X19= 2^19.
Here n+1 is 20 and n is 19.












