#111 - Missing Number Picture Puzzle

Can you find out the missing number in the picture attached?

Missing Number Picture Puzzle

11

The number on the extreme right is one-half of the product of the other two numbers.

36 = (18*4)/2
45 = (15*6)/2

Therefore, 44 = (8*x)/2
X = 11.

Thus, the missing number is 11.

#112 - Find The Missing Number In The Series

Complete the following series by finding the missing last term.
2, 12, 36, 80, 150, __?

252

The pattern that has been followed in the given series is:
n^3 + n^2, where n = 1, 2, 3, ....

1^3 + 1^2 = 1 + 1 = 2
2^3 + 2^2 = 8 + 4 = 12
3^3 + 3^2 = 27 + 9 = 36
4^3 + 4^2 = 64 + 16 = 80
5^3 + 5^2 = 125 + 25 = 150

Following the same pattern, the last term is:
6^3 + 6^2 = 216 + 36 = 252.

#113 - Find Next Digit Series Riddle

Can you find out the next digit in the following series ?

0, 0, 1, 3, 2, 6, 3, 9, 4, 12, 5, ?

The next number is 15.
In the given series, there is actually a pair of series. Pick the alternate digits.
One series is:
0, 1, 2, 3, 4, 5
Here the digits are progressing by one.

Second series is:
0, 3, 6, 9, 12, _
Here the digits are a multiple of 3. Therefore, the next number will be 15.

#114 - Popular Number Sequence Puzzle

Solve below popular number sequence

314 159 265 358 979 323 846 ?

264

The value of pi to 100 digits is
1415926535897932384626433832795028841971693993751058209749445923078164
062862089986280348253421170679

#115 - what number comes next in the sequence

Checkout the number list below and find what number comes next in the sequence ?

111 , 113 , 117 , 119 , 123 , 137 ?

141

Its a sequence on prime number(post number 100) + 10.
7 prime number after 100 are listed below.
101 , 103 , 107 , 109 , 113 , 127 , 131

Our solution is 131+10 => 141

#116 - Next Number Series Riddle

Which number comes next in the number series?

2, 9, 30, 93, ?

282

Explanation:
It is a Number*3 + 3

2 x 3 + 3 = 9
9 x 3 + 3 = 30
30 x 3 + 3 = 93
93 x 3 + 3 = 282.

#117 - Replace Question Mark Riddle

Can you find out the number that should replace the question mark with a valid reason?

Replace Question Mark Riddle

The number that will replace the question mark is 0. This is because, in this number pie, the diagonals add up to 25.

#118 - Math Pyramid Puzzle

You need to solve the below maths pyramid puzzle by replacing question mark with the perfect numbers.

168
12 14
? 2 ?
? 2 1 ?

A number if formed by multiplying two numbers below it.

168
12 14
6 2 7
3 2 1 7

#119 - Relationship Numbers Riddle

Can you replace the question mark with the correct number, given the pair of numbers exhibits similar relationship?

? : 3839 :: 11 : 1209

16

Formular used :
pow(x,3) - pow(x,2) - 1
11*11*11 - 11*11 - 1
1331 - 121 - 1
1209

Similarly, we can solve
pow($x,3) - pow($x,2) - 1 = 3839
This condition holds true for number-16.

#120 - Picture Number Series Problem

Can you replace the "?" in the picture table below with the appropriate numbers.

Picture Number Series Problem

73 , 48

The number on the left is abtained by summing the two `number above it and subtract the sum by 5.
8 + 11 - 5 = 14
14 + 10 - 5 = 19
19 + 16 - 5 = 30
30 + 21 - 5 = 46
46 + 32 - 5 = 73

Right column = left number above it + 2 => 46 + 2 => 48