#101 - Safe Delivery Maths Problem

Manoj was a very careless driver, so his owner Ganpat gave him an offer that he will get an incentive of Rs30 for every bottle-box he delivered without breaking it and he will be charged Rs 90 for every bottle-box he broke.Ganpat gave Manoj 100 bottles-box to deliver. After delivery Ganpat paid Manoj Rs 2400.

How many bottles-box did Manoj break?

Manoj delivered 95/100 bottle-box safely.

Let us say S: safe no of glass box delivered, B: no of glass-box broken
30G - 90B = 2400
G + B = 100
Solving the simultaneous equations will give G=95, B=5

#102 - Popular Algebraic Equation Riddle

Can you solve the popular algebraic equation by replacing alphabets with a digit and equation must be true as well?
SEND
+ MORE
======
MONEY

9567
+ 1085
======
10652

#103 - Four 3's Biggest Number

What should be the biggest number being formed using Four 3s according to you?

The biggest required number should be: 33^33 (1.2911004e+50)

#104 - Digit Pattern uzzle

Which digit occurred maximum times between the number 1 and 1000?

1
All Digits [0-9] follow the following pattern: There is one occurrence of all digits in every 10 numbers Example. Digit-9 occurred one time between 10 and 19 in 9, between 20 and 29 in 29.
However, for tens(91,92,93...99) and hundreds (900,901.... 999), the occurrence is much more. Since we have included 1000, Therefor 1 is the most occurred digit.
Note: Despite three 0s in 1000, 0 is not most occurred digit as they dont have tens and hundreds like other digits.

#105 - Swan And Lion Riddle

A swan sits at the centre point of an impeccably round pound. At an edge of the pond stands a monstrous lion holding up to eat up the swan. The lion is afraid of water and, therefore, plan to catch the swan as soon as it reaches the short of the pound. Speed of swan is one-fourth of the speed of lion, moreover the lion always runs in the direction round the shore which brings it closer to the swan the fastest.

Both the swan and the lion can change directions in any given time.

The swan realizes that only chance to escape is to reach the shore without getting caught by the lion and then get into the safe forest lake which is just next to the pound.

By what method can the swan successfully escape?

Let us assume,
radius of pound is R.
speed of beast is S.
speed of lion is S/4.
Circumference = 2 * Pi * R.

Now, if lion swims R/4 distance from center of the pound and then begins to swim across the pond in center implies both lion and beast can take the round trip in same time.
Explanation :
time by beast : 2 * Pi* R * S
time by lion : 2 * Pi* R/4 * S/4 => 2 * Pi* R * S


Now, the lion can move slowly inward toward the center of pound, and begin swimming around the center in a circle from this distance. It is now going around a very slightly smaller circle than it was a moment ago, and thus will be able to swim around this circle FASTER than the beast can run around the shore.

The lion can keep swimming around this way, pulling further away each second, until finally it is on the opposite side of its inner circle from where the beast is on the shore. At this point, the lion aims directly toward the closest shore and begins swimming that way. At this point, the lion has to swim [0.75R feet + 1 millimeter] to get to shore. Meanwhile, the beast will have to run R*pi feet (half the circumference of the pound) to get to where the lion is headed.
The beast runs four times as fast as the lion, but you can see that it has more than four times as far to run:

[0.75R feet + 1 millimeter] * 4 < R*pi

[This math could actually be incorrect if R were very small, but, in that case, we could just say the lion swam inward even less than a millimeter and make the math work out correctly.]

Because the lion has less than a fourth of the distance to travel as the beast, it will reach the shore before the beast reaches where it is and successfully escape.

#106 - John Watson Time Puzzle

The train leaves from New York City every 40 minutes from Boardman station. A man told John Watson that the train had left 15 minutes ago and the next train to New York City will leave at 9:40 p.m.

At what time, man convey this information to John Watson?

Time of John Watson last missed the train = 8:40 PM - 40 min = 8:00 PM As this information has been given to John Watson 15 minutes after the train has already left, the man gave the information at 8:00 p.m. + 15 min = 8:15 PM

#107 - Pizza Price Problem

In a pizza parlor, you have to pay a certain amount to add extra toppings. Now the price for toppings are given in a pair below. Can you find out what each topping costs?

Corn & Jalapeno $7
Mushrooms & Extra Cheese $6
Paprika & Tomatoes $2
Onion & Jalapeno $5
Green chilly & Paprika $4
Tomatoes & Onion $3
Extra Cheese & Paprika $5

Please note that the toppings are priced w.r.t. whole dollar increments (no fraction prices).

We know that each topping is round priced to whole-dollar increments.

Now if you see the price of Paprika and Tomatoes i.e. $2, you know that they both must be priced $1 since we cant go into fractions.

Now, you need to apply simple mathematics to find out the price of the remaining ones. For example
Extra Cheese + Paprika = $5
Extra Cheese + $1 = $5
Extra Cheese = $4

Using this way, you will find our the prices are as follows:
Tomatoes $1
Paprika $1
Green chilly $3
Onion $2
Extra Cheese $4
Mushrooms $2
Jalapeno $3
Corn $4

#108 - Count Legs Puzzle

A calamity took a toll on 100 people who were brought to the same hospital. Out of the 100 patients, a few had lost their one leg. From the rest of the patients, half lost both their legs.

Can you calculate how many legs in total do the patients have now?

This is a simple problem that can be solved using average.

The average number of legs per patient who lost one leg is 1.

In the remaining patients, half people dont have a single leg and half have 2 legs. Therefore, the average leg per patient is 1 in this case as well.

Therefore, in total, the average number of legs per patient is 1.
Since there are 100 patients, the number of legs = 100.

#109 - Dice Probability Sum Six

Can you calculate the probability of getting a sum of six when a dice is thrown twice?

Event = {(1,5) , (2,4), (3,3), (4,2), (5,1)}
Therefore, P (getting sum = 6) = 5/36

#110 - Find The Distance Puzzle

Two friends P and Q live near each other home. They both start driving towards each other at a constant speed. Both of them Meet 500 yards from P house. When they reach each other house, they start driving back and this time, they meet 300 yards away from Q house.

Can you find out the distance between P and Q ?

Let us assume that the distance between P house and Q house be D.
Upon their first meet, P has traveled 500 yards.
Thus the distance traveled by Q = D - 500.
Calculating D as a multiple of 100 to simplify the equation
=> Speed of P / Speed of Q = 5 / (D - 5)..... (a)

Upon their next meet, P has traveled (D - 500) + 300
Distance traveled by Q = 500 + D - 300
=> Speed of P / Speed of Q = (D - 2) / (D + 2) ..... (b)

When we equate (a) and (b)
5 / (D - 5) = (D - 2) / (D + 2)
D = 12

Therefore, the distance between P and Q house is 1200 Yards.