by Jeff Wed Jun 27, 2007 4:30 pm
Perhaps the most important thing to realize with sequence problems is that once the sequence is definied, if you can find one value in the sequence you can find them all.
My approach to this problem was to use a little algebra to find X(sub 4) then just apply the definition of the sequence we are given to find X (sub 1). In order to keep the notation a little simpler, let me substitute a = x (sub4) and b= x (sub5).
ok , from (1) we get:
b=a/2
a=2b
from (2) we get
b=a/(a+1)
so you have two equations in two unknowns. Substitute and solve:
a/2=a/(a+1)
a=2a/a+1
a^2+a=2a
a^2-a=0
a(a-1)=0
a=0,1.
The root a=0 is what might be called a trival answer (every element of the sequence =0) and no doubt 0 was not an answer choice. Instead consider:
X(sub 4) = a = 1.
So what does X(sub 1) equal? Well, each element in the sequence is half the one before it, so x(sub4)=1, x(sub3)=2,x(sub2)=4,x(sub4)=8.
Jeff