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, September 6, 2019

Pattern Recognition - 269

Find out the next number in the series.
9 , 61 ,52 ,63 , _ ,...............

Answer
9 , 61 ,52 ,63 , _ ,...............
9    = Reverse( 3 * 3)
61  = Reverse( 4 * 4)
52  = Reverse( 5 * 5)
63  = Reverse( 6 * 6)

Next number  Reverse( 7 * 7) = 94

9 , 61 ,52 ,63 , 94 ,...............

Friday, August 30, 2019

Pattern Recognition - 268

Find out the next number in the series.
6, 8 ,1 , 21, 41, _,.............

Answer

6,                   8        ,      1     ,         21   ,     41  ,_,.............
Reverse(6)    Rev(8)        Rev(10)    Rev(12)     Rev(14)
Next number    Rev(16)  = 61

6,8 , 1 , 21, 41, 61,.............

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

Monday, August 5, 2019

Pattern Recognition -264

Find out the next number in the series.
124 , 3 , 225, 5 , 567 ,_,........


Answer

124 ,  3 ,  225 , 5 ,  567 ,_,........
3  =  1 + 4 - 2
5  =  2 + 5 - 2

Next number  5 + 7 - 6 = 6
124 , 3 , 225, 5 , 567 , 6 ,........

Friday, July 26, 2019

Pattern Recognition - 263

Find out the next number in the series.
3 , 8 , 63 , _,..............

Answer

3 , 8 , 63 , _,..............
8    = (3 * 3 )  - 1
63  = (8  * 8) - 1

Next number  (63 * 63) -1 = 3968

3 , 8 , 63 , 3968 ,..............

Friday, July 19, 2019

Pattern Recognition - 262

Find out the next number in the series.
23,46, 1630, _ ,..............

Answer

23,461630, _ ,..............
4   = 2 * 2
16 = 4 * 4
Next number 16 * 16 = 256

6   = 3 * (3-1)
30 = 6 * (6-1)
Next number 30 * (30 - 1) = 870

Next number in the series  256870

23,46, 1630, 256870,..............


Friday, July 12, 2019

Pattern Recognition - 261

Find out the next number in the series.
23 , 37 , 151 , _,..................


Answer

23 , 37 , 151 , _,..................
37  = Reverse(23) * 1 + 5
151Reverse(37) * 2 + 5

Next number  Reverse(151) * 3 + 5 = 458

23 , 37 , 151 , 458 ,..................

Friday, July 5, 2019

Pattern Recognition -260

Find out the next number in the series.
46 , 78 , 168 , 932 ,_,...........................

Answer

46 , 78 , 168 , 932 ,_,...........................
4    8    16     32   ................... Next number  64 
6    7     8      9    ...................  Next number  10 

Next number in the series   6410

46 , 78 , 168 , 932 ,6410,...........................

Friday, June 28, 2019

Pattern Recognition - 259

Find out the next number in the series.
95 , 76 , 43 , _,..........

Answer

95 , 76 , 43 , _,..........
76 = (9 * 9) - 5
43 = (7 * 7) - 6

Next number ( 4 * 4 ) - 3 = 13


95 , 76 , 43 , 13,..........

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 31, 2019

Pattern Recognition - 255

Find out the next number in the series.
25, 30 , 39 , 52 , 69, _ ,.........


Answer

25,     30 ,    39 ,   52 ,   69, _ ,.........
     +5     +9     +13    +17      Next number   +21

Next number in the series  69 + 21 = 90 

25, 30 , 39 , 52 , 69, 90  ,.........

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