#1621 - Equal Jars Water Riddle

You have 21 jars with you. Out of them, 7 are filled with water, 7 are half-full with water and 7 are empty. How will you distribute the jars among three people such that each one of them gets the equal number of jars and equal amount of water?

Give 3 full, 1 half-full and 3 empty bottles to the first person.
Give 3 full, 1 half-full and 3 empty bottles to the second person.
Give 1 full, 5 half-full and 1 empty bottle to the third person.

#1622 - Letter To Number Puzzle

In the figure that has been attached with this question, each digit represents a digit. The similar letters carry the same integer value.Can you expose the original digits?

Letter To Number Puzzle

See the picture for the answer. T = 1W = 3O = 8H = 9R = 0E = 4

#1623 - Picture Rebus

Solve the rebus below ?

Picture Rebus

end up behind bars

Check that the word "END" is spelled in an upward direction behind 3 occurrences of the word "BAR".

#1624 - Fresh Egg Trick Riddle

A container contains hundred eggs. They can be either fresh or rotten. What is sure is the fact that there is at least one fresh egg in that container.

If you are asked to pick two eggs randomly from the container, at least one of them will be rotten.

Can you calculate how many eggs in that container are fresh ?

Only one egg in that container is fresh.

The question tells us that at least one egg in that container is fresh. Then the question says when two eggs are picked at random, at least one egg will be rotten. This concludes that all the other 99 eggs are rotten or there would have been possibility of picking two fresh eggs as well.

#1625 - Simple Statement Riddle

A shepherd had twenty sheep, out of which, all but thirteen died.

Can you tell us how many sheep was he left with?

He was left with thirteen sheep.

The phrase "all but thirteen died" actually means that all except thirteen died.

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

#1627 - Count the number of squares riddle

Can you solve puzzle by counting number of square in puzzle below ?

Count the number of squares riddle

18

#1628 - Science Acronym Puzzle

W F at 32 D F.

Water Freezes at 32 Degrees Fahrenheit

#1629 - Behaviour Pattern Riddle

Sanjay is pretty weird. He likes toffees but hates chocolates. He loves books but never read. He likes to build his troops in an online game but does not proceed with war. He likes to go swimming but is afraid of water.

Seeking this behavior, can you tell whether he like balloons and parties?

sanjay definitely likes balloons but he does not like parties.

The reason is that Sanjay only likes word with double letters like toffees, books, troops, swimming and thus also balloons.

#1630 - Algebra MCQ Puzzle

ENEMY = 2 * LINK
LINK + 2 = HELL

Then what will be TAXI + HELL? Select from the options below:
a) ROTTEN
b) DANGER
c) HEAVEN
4) MORTAL

The answer is HEAVEN.

ENEMY = 4 + 3 + 4 + 4 + 3 = 18
LINK = 2 + 1 + 3 + 3 = 9
HELL = 3 + 4 + 2 + 2 = 11
TAXI = 2 + 3 + 2 + 1 = 8
HEAVEN = 3 + 4 + 3 + 2 + 4 + 3 = 19

Therefore, TAXI + HELL = 8 + 11 = 19 = HEAVEN.