Find the next two numbers in the series.
5,7,1,1,11,19,2,3,35,67,5,8,_,_
Answer
5,7,1,1,11,19,2,3,35,67,5,8,131,259,........
It is a combination of two patterns
5,7,_,_,11,19,_,_,35,67,.......
_,_,1,1, _, _, 2, 3, _, _,....... This is fibonacci series
Next two numbers will be taken from the first pattern.
7=5+2
11=7+4
19=11+8
35=19+16
67=35+32
next two numbers will be 67+64=131
131+128=259
Answer
5,7,_,_,11,19,_,_,35,67,.......
_,_,1,1, _, _, 2, 3, _, _,....... This is fibonacci series
7=5+2
11=7+4
19=11+8
35=19+16
67=35+32
131+128=259
No comments:
Post a Comment