Sequence problem

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 279
Joined: Wed Sep 24, 2008 8:26 am
Location: Portland, OR
Thanked: 6 times

Re: Step 1

by pbanavara » Mon Nov 24, 2008 10:00 am
JGS wrote:How do you determine

x2=5 and x3=9?
x2 = 2 (x1) - 1. x1 = 3 so x2 = (2*3) - 1 = 5.

Similar logic for x3 and so on

- pradeep

Newbie | Next Rank: 10 Posts
Posts: 2
Joined: Mon Nov 24, 2008 9:47 am

by JGS » Mon Nov 24, 2008 1:57 pm
x1 = 3 and xn+1 = 2xn – 1 for n 1

How did you go from

xn+1 = 2xn – 1

to

x2= 2(x1)-1

x3= 2(x2)-1

where did the "+1" go for "xn+1"?

Thanks