Friday, February 22, 2019

Pattern Recognition - 241

Find out the next number in the series.
2345 , 120, 3121 , 6 , 4561, _ ,........

Answer

2345 , 1203121 , 6 , 4561, _ ,.......
120  = 2 * 3 * 4 * 5
    6  = 3 * 1 * 2 * 1

Next number     4 * 5 * 6 * 1 = 120

2345 , 120, 3121 , 6 , 4561, 120 ,........

Friday, February 15, 2019

Pattern Recognition - 240

Find out the next number in the series.
23 ,24 , 11, 32, 37,15 , 42, 43, _ ,..............

Answer

23 ,24 , 1132, 37,15 , 42, 43, _ ,..............

11 = 2 + 3 + 2 + 4
15 = 3 + 2 + 3 + 7

Next number   4 + 2 + 4 + 3 = 13

23 ,24 , 11, 32, 37,15 , 42, 43, 13 ,..............

Friday, February 8, 2019

Pattern Recognition - 239

Find out the next number in the series.
14 , 17 , 18, 65 , 21, _,..................

Answer

14 , 17 , 1865 , 21, _,..................
17 = (1 * 1) + (4 * 4)
65 = (1 * 1) + (8 * 8)

Next number    ( 2 * 2 ) + (1 * 1) = 5

14 , 17 , 18, 65 , 21, 5 ,..................

Friday, February 1, 2019

Pattern Recognition - 238

Find out the next number in the series.
2345 , 815 , 3234 , 98, 4213 , 46, 5234 , _ ,..............


Answer

2345 , 815 , 3234 , 984213 , 465234 , _ ,............

2* 4 = 8     3 * 5 =15
3* 3 = 9     2 * 4 =8
4* 1 = 8     2 * 3 =15
Next number   5* 3 = 15     2 * 4 =8


2345 , 815 , 3234 , 98, 4213 , 46, 5234 , 158 ,..........

Friday, January 25, 2019

Pattern Recognition - 237

Find out the next number in the series.
1456 ,16, 2367,18 , 7634 ,20, 7623 ,18 , 8856, _ ,..........

Answer

1456 , 16,  236718 ,  7634 , 20,  7623 , 18 , 8856, _ ,..........
16 = 1 + 4 + 5 + 6
18 = 2 + 3 + 6 + 7
20 = 7 + 6 + 3 + 4
18 = 7 + 6 + 2 + 3

Next number     8 + 8 + 5 + 6 = 27


1456 ,16, 2367,18 , 7634 ,20, 7623 ,18 , 8856, 27 ,..........

Friday, January 18, 2019

Pattern Recognition - 236

Find out the next number in the series.
23 , 16 , 44 , 22, 65, 28, 47, _,...........

Answer

23 ,  16 ,  44 ,  22,  65,  28,  47, _ ,.................
16 = Reverse (23) /2   = 32/2
22 = Reverse (44) /2   = 44/2
28 = Reverse (65) /2 = 56/2

Next number  => Reverse(47) /2  = 74/2 =37 


23 , 16 , 44 , 22, 65, 28, 47, 37, .................

Friday, January 11, 2019

Pattern Recognition - 235

Find out the next number in the series.
34, 18 , 31, 3 , 43 ,46 , 53,_,...........

Answer

3418 , 313 , 43 ,46 , 53,_,...........
18 = Reverse (3 ^ 4)
  = Reverse (3 ^ 1)
46 = Reverse (4 ^ 3)

Next number  Reverse (5 ^ 3) = Reverse (125) = 521


34, 18 , 31, 3 , 43 ,46 , 53,521 ,...........