Saturday, May 26, 2018

Pattern Recognition - 203

Find out the next number  in the series.
5 , 6 , 8, 10 , 11 , 18 , 19, 20 , 21, 24 , _ ,..........


Answer

5 , 6 ,   8, 10 ,   11 , 18 ,          19, 20 ,    21, 24 , _ ,..........

11 = 5 + 6
18 8 +10

Next two numbers

19 + 20 =  39 
21 + 24 =  45


5 , 6 , 8, 10 , 11 , 18 , 19, 20 , 21, 24 , 39 ,..........

Saturday, May 19, 2018

Pattern Recognition - 202

Find out the next number in the series.
3 , 5 , 15 , 8 , 2 , 4 , 4, 5 , 20 , 24,12 , _ ,.......................


Answer

3 , 5 ,     15 ,     8 , 2 ,  4 ,      4, 5 , 20 ,   24, 12  , _ ,......................

15 = 3 * 5 
4   = 8/2
20 = 4 * 5

Next number    24/12 = 2

3 , 5 , 15 , 8 , 2 , 4 , 4, 5 , 20 , 24,12 , 2 ,......................

Saturday, May 12, 2018

Pattern Recognition - 201

Find out the next number in the series.
3 , 2 , 4 , 9 , 6,5 , 8, 19 , 8 , 7 ,11 ,_ ,.............

Answer 

3 , 2 , 4 ,  9 ,    6, 5 , 8, 19 ,    8 , 7 ,11 ,_ ,.............

9   = 3 + 2 + 4
19 = 6 + 5 + 8
Next number  8 + 7 + 11 =  26

3 , 2 , 4 , 9 , 6,5 , 8, 19 , 8 , 7 ,11 ,26,.............

Saturday, May 5, 2018

Pattern Recognition - 200

Find out the next number in the series.
1 , 2, 2 , 7 , 45 , _ ,......


Answer

1 ,                2,                 ,                7 ,              45 , _ ,......
    1^2 +           2^2-        2^2 +      7^2 -4


Next number    45 ^ 2 + 5  = 2030


1 , 2, 2 , 7 , 45 , 2030 , ....


Saturday, April 28, 2018

Pattern Recognition - 199


Find out the next number in the series.
7 , 8 , 39, 8 , 6,43 , 2 , 8 , _ ,.........


Answer

7 ,  ,  39,      6 , 43 ,     8 , _ ,.........

78 /2 = 39
86 /2 = 43

Next number  28 /2 = 14

7 , 8 , 39, 8 , 6,43 , 2 , 8 , 14 ,.........

Saturday, April 21, 2018

Pattern Recognition - 198

Find out the next number in the series.
23, 35 , 58 , 62 , 83 , 145 , 150, 166 ,_ ,.........................

Answer

2335 , 58 , 62 , 83 , 145 , 150166,_,..............
58   = 23 + 35 
145 = 62 + 83

Next number 150 + 166 316


23, 35 , 58 , 62 , 83 , 145 , 150, 166 ,316 ,..........................

Friday, April 13, 2018

Pattern Recognition - 197

Find out the next number in the series.
23 , 9 , 34 , 64 , 42 , 16 , 51 , _ ,..............................


Answer

23 , 34 , 64 , 42 , 16 , 51 , _ ,..............................

9 = 3 ^ 2 
644 ^ 3
16 = 2 ^ 4

Next number 

1  1 ^ 5


23 , 9 , 34 , 64 , 42 , 16 , 51 , 1 ,..............................