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