#31 - Number Sequence Puzzle

Can you complete the sequence?
192, 021, 222, 324, 252, 627, 2__, 9__?

282 and then 930.
This is because, every alternate number is in a sequence.
192, 222 and 252 have a gap of 30.
021, 324 and 627 have a gap of 303.

#32 - Visual Number Series Problem

Solve the number series problem in the picture below ?

Visual Number Series Problem

3

Center Number = (Top Left Number * Bottom Left Number)/(Top Right Number * Bottom Right Number)
= (30 * 2) / (4*5)
= 3

#33 - Easy Trick Decode Question

You are given four following results:
1111 = F
2222 = E
3333 = T

Then, can you find out how to code 4444 ?

sixteen

It is simple.
1 + 1 + 1 + 1 = Four
2 + 2 + 2 + 2 = Eight
3 + 3 + 3 + 3 = Twelve
4 + 4 + 4 + 4 = Sixteen

#34 - Matchstick Equation Puzzle

An equation has been laid down using a few matchsticks. However, as you can see, the equation is not correct. Can you correct the equation if you are allowed to add or remove 5 matchsticks?

Matchstick Equation Puzzle

As you can see in the answer figure, the equation stands true now. Compare the images to know what we have done.

#35 - 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.

#36 - 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.

#37 - 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.

#38 - 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

#39 - 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.

#40 - 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).