You are given 32 identical looking marbles, each of slightly different weights. You are given a balance that can only compare two marbles at a time. When you compare weight of two marbles, that constitutes 1 move. N is the minimum number of moves you require to find the 2nd heaviest marble. Find N...
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.
Set up a tournament for the 32 marbles starting with 16 pairs, then 8 pairs, 4 pairs, 2 pairs, and finally 1 pair. That will give us the heaviest marble. Now the 2nd heaviest marble could have lost to the heaviest marble in any of these 5 rounds. So the next contest is between these 5 marbles and in 4 moves, we get our 2nd heaviest marble... N= 35