Add new comment

Weighing balls: Solution

Scales

Note that you're allowed to put more than one ball in each pan.

Suppose you are given eight balls and you know that one ball is slightly heavier than all the others, which are of equal weight. You're also given a balancing scale with which you can compare the weight of balls by putting some in one pan and some in the other. What's the minimum number of weighings you need to establish which ball is the heavier one?

Solution

The answer is two. Split the balls in two groups of three and one group of two. Compare the two groups of three using the scale. If one is heavier than the other, pick two balls from the heavier group and compare them on the scale. If one of them is heavier than the other, then that's your answer. If they weigh in equally, then the heavier ball is the one you didn't pick.

If the two groups of three balls weigh in equally, then the heavier ball is among the group of two. You can compare these using one further weighing, which will give you your answer.

Filtered HTML

  • Web page addresses and email addresses turn into links automatically.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.