Showing posts with label pattern recognition. Show all posts
Showing posts with label pattern recognition. Show all posts

Friday, September 13, 2019

Pattern Recognition - 270

Find out the next number in the series.
78, 30, 84, 24 , 85,26,96,_,........

Answer

78308424 , 85,26,96,_,........
30=(7+8) *2
24=(8+4) *2
26=(8+5) *2

Next number  (9 + 6) * 2 = 30

78, 30, 84, 24 , 85,26,96, 30,........

Friday, August 23, 2019

Pattern Recognition - 267

Find out the next number in the series.
2461, 3918, 416652,_,..............


Answer

2461,                                 3918,                            416652,_,..............
2 2*2 Reverse(4*4)              3 3*3 Rev(9*9)                      4 4*4 Rev(16*16)

Next number   5 5*5   Rev(25*25)   =  5 25 526

2461, 3918, 416652, 525526,..............

Friday, August 16, 2019

Pattern Recognition - 266

Find out the next number in the series.
2, 60 , 6 ,504 , _ ,.......


Answer

2,    60 ,   6 ,  504 , _ ,.......
  
60 = 3 * 4 * 5
504 = 7 * 8 * 9

Next number  10 

2, 60 , 6 ,504 , 10 ,.......

Thursday, August 8, 2019

Pattern Recognition - 265

Find out the next number in the series.
123941 , 456362516 , 789816449, _ ,............


Answer

123941 ,  456362516 ,  789816449, _ ,............

Next number  10 11 12   144 121 100

123941 , 456362516 , 789816449, 101112144121100 ,............

Friday, June 21, 2019

Pattern Recognition - 258

Find out the missing number in the series.
2 ,   3 ,   4 ,  6 , 7,  9,...............
9 ,  13 , 17,  _ ,  ................


Answer

2 ,   3 ,   4 ,  6 , 7,  9,...............
9 ,  13 , 17,  _ ,  ................

9   = 2 + 3 + 4
13 = 3 + 4 + 6
17 = 4 + 6 + 7

Next number    6 + 7 + 9 = 22  


2 ,   3 ,   4 ,  6 , 7,  9,...............
9 ,  13 , 17,  22 ,  ................

Friday, June 14, 2019

Pattern Recognition - 257

Find out the next number in the series.
2 , 6 , 214 , _ ,..................

Answer
2 ,  6  ,  214 , _ ,..................
 6    = (2^ 3) - 2 
214 = (6 ^3) - 2

Next number  (214 ^3 ) - 2 = 9800342


2 , 6 , 214 , 9800342,..................

Friday, June 7, 2019

Pattern Recognition - 256

Find out the next number in the series.
245 , 3 , 356 , 4 , 447, 7 , 567,_,............

Answer

245 , 3 , 356 , 4 , 447, 7 , 567,_,............
3 = 25 - 4 
4 = 36 - 5 
7 = 47 - 4 

Next number   5 + 7 - 6 = 6
245 , 3 , 356 , 4 , 447, 7 , 567, 6,............



Friday, May 24, 2019

Pattern Recognition - 254

Find out the next number in the series.
39 ,126 , 2725 ,522 ,_,.............

Answer

39 ,           126   ,               2725 ,                        522 , _ ,.............
39 ,     3+9 diff(3,9)      1+26 diff(1,26)        27+25 diff(27,25)
Next number 5+22  diff(5,22) = 2717


39 ,126 , 2725 ,522 ,2717 ,.............

Friday, May 17, 2019

Pattern Recognition - 253

Find out the next number in the series.
4, 6 , 9 , 13 , 11 , 8 , 4 , 6,_ ,..............

Answer
4,     6 ,     9 ,      13 ,    11 ,    8 ,    4 ,       6,_ ,..............
   +2     +3      +4       -2      -3      -4     +2

Next number  + 3 = 9
4, 6 , 9 , 13 , 11 , 8 , 4 , 6, 9,..............


Friday, April 19, 2019

Pattern Recognition - 249

Find out the next number in the series.
123 , 256 , 6106, 456 ,478, 323524, 567, 645, _,.............

Answer

123 , 256 , 6106, 456 ,478323524567645, _,...........
6 10 6      = 1 * 6  2 * 5  3 *2
32 35 24  = 4 8  5 7  6 *4
Next number   567645    5 * 5  6 * 4  7* 6 = > 25 24 42

123 , 256 , 6106, 456 ,478, 323524, 567, 645, 252442,.............

Friday, April 5, 2019

Pattern Recognition - 247

Find out the next number in the series.
1456 ,196, 2345 , 275, 3367 , _ ,.............


Answer

1456 ,196, 2345 , 275, 3367 , _ ,.............
196 = 1 4+5 6 
275 = 2 3+4 
Next number 3 3+6 7 = 397

1456 ,196, 2345 , 275, 3367 , 397 ,...........

Friday, March 29, 2019

Pattern Recognition - 246

Find out the next number in the series.
24 , 8 , 32, 11 , 44, 20, 57, _ ,..........

Answer

24 , 8 , 32, 11 , 44, 20, 57, _ ,..........
8   = (2 *2) + 4
11 = (3 *3) + 2
20   = (4 *4) + 4

Next number  (5 * 5) + 7 = 32

24 , 8 , 32, 11 , 44, 20, 57, 32 ,.......

Friday, March 15, 2019

Pattern Recognition - 244

Find out the next number in the series.
183 , 27 , 234 , 20, 356 , 48 , 433, _ ,..........

Answer

183 , 27 , 234 , 20356 , 48 , 433, _ ,..........
27 = (1 +8) * 3
20 = (2 +3) * 4
48 = (3 +5) * 6

Next number  (4 +3)* 3 =  21

183 , 27 , 234 , 20, 356 , 48 , 433, 21 ,..........

Friday, March 8, 2019

Pattern Recognition - 243

Find out the next number in the series.
7 , 36 , 1225 , _ ,......

Answer

7 , 36 , 1225 , _ ,......
36      = (7-1) ^ 2
1225  = (36-1) ^ 2

Next number     (1225 -1) ^ 2 = 1498176


7 , 36 , 1225 , 1498176 ,......

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 ,........