enigma123
In a certain sequence, every term after the first is determined by multiplying the previous term by an integer constant greater than 1. If the fifth term of the sequence is less than 1000, what is the maximum number of non-negative integer values possible for the first term?
A) 60
B) 61
C) 62
D) 63
E) 64
Any idea on the concept and how to solve this please?
You can solve the problem using equations or take a logical route.
I'll do it by logical elimination.
We are given the following: T1, T2, T3..T5 are 5 terms of a sequence, where T2 = K*T1 , T3=K*T2 [K> 1 & T5 < 1000]
To get the MAXIMUM number of non-negative integer values for T1 , we have to take the value of K as low as possible and K> 1 (given) therefore let us take K=2. Looking at the options we can figure out that value of T1 will be b/w 60-64.
Lets us start by the maximum value of 64.
T1=64, T2=128......T5=1024 (but T5 < 1000), hence E is out
T1=63,T2=126........T5=1008 ,Hence D is out
T1=62, T2=64.........T5= 992. This works .Thus all values from 1 to 62 will work .
But we are told that T1 is a non-negative integer, so T1=0 (zero) will also work. Thus 0 to 62 values will work .
Therefore total number of values equals 63 .Option D.Alternatively equations can be formed as shown above T (n+1) = K* Tn and T5 <1000. substutuite for T5=1000 and get T1 (T1=62.5) ,but T1 has to be integer therefore T1=62 ,then the method as above. Hope this helps
What is the source of the problem and the answer?