Suppose you have 8 watermelons that are exactly same in appearance. They are equal in weight except for one. It is heavier than the others. You want to find the heaviest one by using a two-pan balance, where each pan can only hold one watermelon.
In the worst case scenario, at least how many times do you have to use the two-pan balance?
Note: The watermelons cannot be cut (since you do not know how the weight is distributed). You have to weigh the whole watermelon.
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.
Weigh two watermelons at a time, if any two watermelons do not balance the scale then the lower one is the heavier one. Worst case scenario - the last pair of watermelons weighed contains the heavier one, which would require 4 weighings.