#271 - Math Algebra Problem

You are given with the following sum. Each of the letters can be decoded as a digit. If we tell you that D = 5, then can you solve it entirely?

DONALD
+GERALD
=ROBERT

Math Algebra Problem

526485
+197485
=723970

#272 - Coin Probability Problem

Three fair coins are tossed in the air and they land with heads up. Can you calculate the chances that when they are tossed again, two coins will again land with heads up?

Coin Probability Problem

50%

The vents in this case are independent. If you form the possible outcomes, they will be as follows
HHH
HTT
HHT
HTH
TTT
TTH
THT
THH

Now among these outcomes, four will give the required results. Thus the probability is 50%.

#273 - Can You Solve This Math Problem

A rain drop fell from one leaf to another leaf and lost 1/4th of its volume. It then fell to another leaf and lost 1/5th of the volume. It again fell on another leaf and lost 1/5th of the volume.

This process kept repeating till it fell on the last leaf losing 1/75th of its volume.

Can you calculate the total percentage of loss from the initial volume when the drop has fallen to the last leaf accurate up to two decimal places?

Can You Solve This Math Problem

4%

Let us assume that the initial volume of the water drop was k.

k - (1/4) k = (3/4) k

(3/4) k - (1/5) [(3/4) k] = (3/4) k * [1 - (1/5)] = (3/4) k * (4/5) = (3/5) k

(3/75) k = (1/25) k

1/25 = 4%

Thus, the answer is four percent.

#274 - Interesting Math Question

Bobby and Wilbur decided to take their respective car out of the garage and race. None of them cheated and they both stood at the start time and decided to cover a distance in full throttle. The first to reach the mark was to be declared the winner.

Upon reaching the finishing mark, they found out that Bobby car is 1.2 times faster than Wilbur. Now, Wilbur had reached the mark about 1 minute and 30 seconds later than Bobby. Bobby car reached the mark at 60 MPH on average.

Can you calculate the distance between the starting mark and the final mark with the help of the given data?

Interesting Math Question

7.5 Miles

(Speed of Bobby) = 60 MPH = 1.2 x (Speed of Wilbur) [MPH] = 1 M/ min

Thus (Speed of Wilbur) = 60/1.2 [MPH] = 50 [MPH] = 5/6 M/ min

(Time of Wilbur) = D [M] / (Speed of Wilbur) [M/min] = D/ (Speed of Wilbur) [min] = D/(5/6) min = 6D/5 min = 1.2 D min

(Time of Bobby) = D [M] / (Speed of Bobby) [M/min] = D/ (Speed of Bobby) [min] = D/(1) min = D min

Since (Time of Wilbur) - (Time of Bobby) = 1.5 min

Then (1.2 - 1) D min = 0.2D min = 1.5 min

Therefore D = 1.5/0.2 M = 1.5*5 = 7.5 Miles

#275 - Math Algebra Equation Problem

Can you find out the value of x in the following equation?

(2^x) (30^3) = (2^3) (3^3) (4^3) (5^3)

Math Algebra Equation Problem

(2^x)(30^3) = (2^3) (3^3) (4^3) (5^3)

(2^x)(30^3) = (120^3)

(2^x) = (120^3)/ (30^3)

(2^x) = (4^3)

(2^x) = 64

ln(2^x) = ln(64)

x ln(2) = ln(64)

x = ln(64)/ln(2)

x = 6

Thus x = 6.

#276 - Impossible Math Problem

Suppose you drive to a picnic spot at 20 mph, then how fast you must go while returning back home on the same route such that your average speed becomes 40 mph?

Impossible Math Problem

infinite speed

Let us denote distance with d, time to get there by T, time to get back by t and the speed while travelling back with R.

Now by applying the simple time, distance and speed formula:
d = 20T
T = d/20

d = Rt
t = d/R

As you can see, we have the equations for both T and t now. We can now finally derive and equation for the round trip.

2d = 40(T + t)
2d = 40(d/20 + d/R)
2d = 40d(1/20 + 1/R)
1 = 20(R/20R + 20/20R)
20R = 20(R+20)
R = R + 20

You can clearly see that it is a paradox as to make the average speed 40 mph, you will have to travel back at an infinite speed. The faster you return, the quicker you can make it although your faster speed will offer a lesser impact on the average speed.

If you made the return trip instantly, it would be comparable to traveling double the distance in the same time that was taken on the one way trip.

Thus to reach the average speed of 40 mph, you must return with an infinite speed.

#277 - Hard Clock Time Puzzle

At a certain point of time someone observes a clock and find out that the hour hand is exactly at the minute mark and the minute hand is six minutes ahead it. The clock is observed again to find out that hour hand is exactly on a different minute mark but the minute hand is seven minutes ahead of it this time.

Can you calculate the time that has elapsed between the two observations?

Hard Clock Time Puzzle

two hours and twelve minutes.

If you know about clocks, you must be knowing the fact that the hour hand is exactly on the minute mark five times each hour i.e. on the hour, twelve minutes past the hour, twenty four minutes past the hour, thirty six minutes past the hour and forty eight minutes past the hour.

Now let us suppose that X are the number of hours and Y are the number of minutes past the hour.
When the hour hand is on minute mark,
Position of hour hand:
5X + Y/12
Position of the minute hand:
Y

Now when the first observation is taken,
Y = Y = 5X + Y/12 + 6
This is also equivalent to 60X = 11Y - 72.

But from what we know, Y can only be equal to 0, 12, 24, 36 or 48. Thus keeping that in mind, the only value possible for X and Y are 1 and 12 respectively. This implies that the time is 1:12 on the first observation.

In the second observation, the equation will be:
60X = 11Y - 84
The possible values for X and Y here are 3 and 24 respectively. This implies that the time is 3:24.

Now time that has elapsed between 1:12 and 3:24 = two hours and twelve minutes.

#278 - Interesting Maths Question

I am working in a bus company. The company recently went under expansion and therefore there was not enough room for all the buses. As a result, twelve buses had to be stored outside.

If the company decides to expand the garage space by forty percent, enough space to accommodate the current buses will be created leaving enough space for twelve more buses if the need arises in future.

Can you calculate the number of buses that the company owns at present?

72

The company owns seventy two buses at present.

Let us assume that they have B buses right now and S space before the expansion. Now the space is enough for
S = B - 12 ----- [1]

When they expand, they will have more space which will be enough for
S + 0.4 x S = B + 12 ------ [2]
=> 1.45 = B + 12
Also, B = 1.45 - 12 ----- [3]

Now we can rewrite the equation [1] as
B = S + 12 ----- [4]

Equating the third and fourth equation, we get
1.4 S - 12 = S + 12

Subtract S from both sides
0.4 S - 12 = 12

Now add 12 to both sides
0.4 S = 24

Multiply by ten and divide by four on both sides
S = 60

Put the value in fourth equation
B = 72

#279 - Distribution Maths Problem

Three friends decide to distribute the soda cans they had among them. When all of them had drunk four cans each, the total number of cans that remained were equal to the cans each one of them had after they had divided the cans.

Can you calculate the total number of cans before distribution ?

18

Assume that the total number of can before distribution were 3*C

After distribution, each one of them had C cans then.

Each one of them drank four cans and thus (C-4) cans remained.

Now according to the questions we can frame the following equation:

3 * (C-4) = C
(3 * C) - 12 = C
2* C = 12
C = 6

Thus, the total cans before distribution were 3 * C = 3 * 6 = 18.

#280 - Counting Apples Basket Problem

In a basket of apples,
when counted in twos, there was one extra
when counted in threes, there were two extra when counted in fours, there were three extra
when counted in fives, there were four extra
when counted in sixes, there were five extra.

However, if the apples were counted in sevens, no extra apple was left. Can you calculate the minimum number of apples that were present in the basket ?

119

Let the number of apples = X
X / 2 => Remainder = 1
X / 3 => Remainder = 2
X / 4 => Remainder = 3
X / 5 => Remainder = 4
X / 6 => Remainder = 5
X / 7 => Remainder = 0

Therefore, X is divisible by 7.

Whenever X is divided by any number less than 7, the remainder is 1 less than the divisor.
=> X + 1 is the LCM of 2, 3, 4, 5 and 6.

Now LCM of 2, 3, 4, 5 and 6 = 60
But 60 - 1 = 59 is not divisible by 7

60 * 2 = 120
120 - 1 = 119 which is divisible by 7

This means that X + 1 = 120 or X = 119

Number of minimum number of apples in the basket = 119