#41 - Missing Number Row Sequence

Can you find the missing number in the third row?
35 20 14
27 12 18
5 2 ?

The missing number is 20.

Here (left number / middle number) * 8 = right number
E.g. (35 / 20) * 8 = (7/4) * 8 = 7 x 2 = 14
You can follow the same to find out the remaining digit.

#42 - Popular Missing Number Sequence

Can you find out the missing number?

? 4 5 3 5

9 5 7 10 3

4

The number in the upper row indicates the number of letters in the alphabetical form of the number below.

9 = Nine = four letters
Therefore the missing number is 4.

#43 - 8 Letter Picture Puzzle

In the given picture, you can find two letters to be missing. When two particular letters are placed in the missing spots, you get an eight letter word while reading in anti-clockwise direction. Can you find out the missing letters and the missing word eventually?

8 Letter Picture Puzzle

The missing letters are C (on the right) and P (on the left) and the word is champion.

#44 - Find The Next number In The Series

Find the next number in the following series:
6, 14, 26, 98, __?

The next number will be 276.

6 = 1^1 + 2^1 + 3^1
14 = 1^2 + 2^2 + 3^2
36 = 1^3 + 2^3 + 3^3
98 = 1^4 + 2^4 + 3^4
276 = 1^5 + 2^5 + 3^5

#45 - Blocks Sequence Puzzle

Can you find out which options fits best with the missing column?

Blocks Sequence Puzzle

Option "d" will fit in the missing space.

What is happening here? In every next column, the order is getting reversed and the lowest digit is omitted.

#46 - Number Sequence Pattern Problem

In the following series, a set of numbers is progressing with a particular patter. Can you deduce that pattern and find the missing set?

(2 + 6), (21 + 6), (58 + 6), (119 + 6), ___

210+6

The second digit in each set is 6.
If you add the numbers, you will find that they add up to be the cube of 2, 3, 4 and 5.

The next number is 6 and the cube of 6 is 216.

Thus, the last set will be (210 + 6).

#47 - Find Out The Missing Numbers

In the given figure, can you find out the missing numbers?

Find Out The Missing Numbers

The missing numbers are 8 and 7.

The middle number in the triangle is nothing but the square root of the sum of the numbers in the corner.

10 + 22 + 4 = 36
Square Root of 36 = 6

Similarly
10 + 42 + 12 = 64
Square Root of 64 = 8

12 + 22 + 15 = 49
Square Root of 49 = 7

#48 - Cipher Logic Riddle

DEAD, BALL, FEAR, SHOP
The above mentioned letters have been placed in that order using a logic.

Can you find that logic?

A = 1, B = 2, C = 3....

DEAD = 4 + 5 + 1 + 4 = 14
BALL = 2 + 1 + 12 + 12 = 27
FEAR = 6 + 5 + 1 + 18 = 30
SHOP = 19 + 8 + 15 + 16 = 58

Now, 14 < 27 < 30 < 58

Therefore, the order
DEAD, BALL, FEAR, SHOP

#49 - Hard Picture Series Digit Puzzle

In the picture given below, can you find out which digit will take place of the question mark?

Hard Picture Series Digit Puzzle

The number that will come place in place of question mark is 0.

If you add the numbers in each diagonals, you will find that the sum is 25 every time.

#50 - Next three Number Sequence Problem

Can you find the next three numbers in the given series?

4, 6, 12, 18, 30, 42, 60, 72, 102, 108,_,_,_

In this series, every single digits in in the middle of two prime number.

4 is in the middle of 3 and 5 which are prime.
6 is in the middle of 5 and 7 which are prime.

Thus, the numbers are 108 will be 138, 150 and 180.