There is a certain sequence of number. Beginning from the third term each term of the sequence is the sum of all previous term. The seventh term is equal to 1000 and the first term is equal to 1. What is the value second term?
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.
Same way :)
same way :)
i too did exactly the same way as william isoroku did.......
We are given the relation:
a n = i = 1 ∑ n − 1 a i → ( A ) .
By splitting our sum:
a n = i = 1 ∑ n − 2 a i + a n − 1 .
By applying ( A ) to a n − 1 :
a n = i = 1 ∑ n − 2 a i + i = 1 ∑ n − 2 a i = 2 i = 1 ∑ n − 2 a i .
Repeating these steps several times:
a n = 2 i = 1 ∑ n − 2 a i = 2 ( i = 1 ∑ n − 3 a i + a n − 2 )
= 2 ( i = 1 ∑ n − 3 a i + i = 1 ∑ n − 3 a i ) = 2 2 i = 1 ∑ n − 3 a i
...
Obviously, we conclude:
a n = 2 k − 1 i = 1 ∑ n − k a i → ( B )
Now, since we are given the seventh and the first terms of the sequence, and we are asked about the second term, substitute n = 7 and k = 5 in ( B ) :
a 7 = 1 6 i = 1 ∑ 2 a i = 1 6 a 1 + 1 6 a 2 < = > a 2 = 6 1 . 5
For the sake of completeness, ( B ) can be proved by induction:
For k = 1 ,
a n = i = 1 ∑ n − 1 a i which is ( A ) , Hence true.
replace k by k + 1 ,
a n = 2 k i = 1 ∑ n − k − 1 a i = 2 k − 1 2 i = 1 ∑ n − k − 1 a i
= 2 k − 1 ( i = 1 ∑ n − k − 1 a i + i = 1 ∑ n − k − 1 a i )
Applying ( A ) to i = 1 ∑ n − k − 1 a i :
a n = 2 k − 1 ( i = 1 ∑ n − k − 1 a i + a n − k ) = 2 k − 1 i = 1 ∑ n − k a i and hence proved.
let the second term be x. Thus,the third term is 1+x . fourth term is 1+x+(1+x)=2+2x and so on seventh term is 16+16x . Thus 16+16x=1000 which gives x=61.5
Problem Loading...
Note Loading...
Set Loading...
1st term = 1 2nd term = x 3rd term = 1+x 4th term = 2 x + 2 ........... 7th term = 16x+16 Each term after the third term is the sum of all the previous terms 16x+16=1000 so x = 61.5