Dhudhnath has two vessels containing and of milk respectively.
Milk from these containers is poured into glasses of equal capacity to their brim, but the milk from the two different vessels ( and ) can not be poured together in a single glass. They have to be poured separately into glasses of equal capacity.
Find the minimum number of glasses that can be filled.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let p = common amount each glass will hold, x = number of glasses from the 720 mL, and y = number of glasses from 405 mL.
720 = p * x and 405 = p * y which leads to 720 / x = 405 / y
Therefore x / y = 720 / 405 = 16 / 9
16 + 9 = 25