Sunday, November 30, 2014

Pattern Recognition-7

Find the next two numbers in the series.

10,1,12,3,16,7,24,6,_,_,...........


Answer

10,1,12,3,16,7,24,6,40,4,...........

Again a combination of two patterns.

10,_,12,_,16,_,24

12=10+2
16=12+4
24=16+8

_,1,_,3,_,7,_,6

Take the previous number and add up all the numbers in it.

1=  1+0  (10)
3=1+2 (12)
7=1+6(16)
6=2+4(24)


Next numbers

first one from the first pattern   24+16=40

second number 4+0=4

No comments:

Post a Comment