{ 1 , 2 , 1 , 2 , 2 , 1 , 2 , 2 , 2 , 1 , 2 , 2 , 2 , 2 , 1 , … }
Consider the infinite sequence above. Find the sum of the first 1234 terms.
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.
Exactly , what I did....
the sequence is: 1,2,1,2,2,1,2,2,2,1,2,2,2,2,1,2,2,2,2,2....
Notice that there are two 2s for the second 1
three 2s for the third 1
......and so on
=> 1234= x{1s} +1+2+3+4+....x {2s}
=> 1234= x{1s}+ x{x+1}/2 {2s}
solving we get x = 48 approx
thus when x=48, no. of terms= 48+48{49)/2
=1224
=>there are 10 more terms
=>no. of 1=48+1=49
& no. of 2s=48(49)/2 +9
=> sum=49*1 + 1185 * 2 =2419
Problem Loading...
Note Loading...
Set Loading...