#1 - 16 Nodes Connectivity Riddle

Sixteen nodes are shown below and you need to connect them based on the following rule: Every node can be connected to the number of nodes inside them, i.e. the first node there is a value of 1 which indicates that the first node can connect to exactly one node only.Can you do it?

16 Nodes Connectivity Riddle

It can be done as illustrated below.

#2 - James Bond Decipher Code Riddle

James Bond needs to access a secret file locked in a locker that can be accessed only by a code. The code is about 7 characters and consists of numbers and letters. There was a label on the locker as "You force heaven to be empty".What was the code?>

James Bond Decipher Code Riddle

U472BMT
The code can be decoded to sound as "U four seven two B M T"

#3 - Logical Bet Riddle

Snow and Tyrion are two mad logicians and loves betting.They placed 11 Candies at the table and designed a small betting game, in which both of them need to eat Candies turn by turn with the following rules:Rule1: One need to eat at least one candy.Rule2: One cannot eat more than 5 candies.The one that eats last candy will loose.Snow won the toss and need to start.How many candies must Snow ear in order to make sure that he won the bet?

Logical Bet Riddle

Snow eats 4 candies

How many candies Tyrion eats, Snow needs to make sure that only 1 candy is left after his turn, So Tyrion needs to eat the last candy.

Example:
If Tyrion picks 1, Snow picks 5
If Tyrion picks 2, Snow picks 4
....
...
If Tyrion picks 5, Snow picks 1

#4 - Tricky Algebraic Equation

If,
29 - 1 = 30
9 - 1 = 10
14 - 1 = 15

Based on similar logic, Can you prove that the below algebraic equation is true?
11 - 1 = 10 ?

XI - I = X

Remove I (Roman equivalent of number 1) from the LHS, you will the get the number on the RHS.
29 - 1 = 30
XXIX - I = XXX

14 - 1 = 15
XIV - I = XV

9 - 1 =10
IX - I = X

Similarly,
11 - 1 = 10
XI - I = X

#5 - Fun With Equation Puzzle

Let us say there are two natural numbers "L" and "R".
We performed eight operations on these two numbers as

Step-1: L = R
Step-2: L x L = R x L
Step-3: L^2 - R^2 = LR - R^2
Step-4: (L + R)( L - R) = R(L - R)
Step-5: L + R = R
Step-6: R + R = R
Step-7: 2R = R
Step- 8: 2 = 1

What is wrong here?

Step5 is Wrong.
We divided the two sides by (L-R).Since L = R which indicates that (L - R) = 0 and we cannot divide by zero.

#6 - Hidden Animals Picture Puzzle

Can you find the six hidden animals in the picture below?

Hidden Animals Picture Puzzle

Six hidden animals are Rabbit, Alligator, Camel, Butterfly, Cobra, and Deer.

#7 - AntiSocial Owl Riddle

Which of the below owl is an antisocial owl?

AntiSocial Owl Riddle

The marked owl is looking away from the rest.

#8 - Newton Birthday Riddle

Today is Newton birthday.
A year ago, Newton had five candles and he lit all the candles except the one at the last.
Now he is going to light all the candles.

How old is Newton Today?

Of course, he is not five today.

31

Newton was lighting the candles in binary i.e
11110 =>30
11111 =>31

#9 - Awesome What Am It Riddle

I got a bee but no honey.
I got an eye but still blind.
got a sea but no water.
I got a tea but no coffee.
I got a tea but no answer.

What Am I?

The alphabets.

Eye = I
Sea = C
Bee = B
Tea = T
Why = Y

#10 - Missing Ball Sequence Puzzle

Can you find the value of "?" in the ball picture puzzle below.

Missing Ball Sequence Puzzle

3

Digits are represented in binary form where a ball is 1 and a ring is 0.
001 = 1
010 = 2
100 = 4
011 = 3