If You have 9 balls and have weighing scale and if 1 of the ball is heavier then all other and the other have same weight so what is minimum number of steps you can find the heavier ball?
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.
First divide the nine balls into s e t o f 3 containing 3 b a l l s e a c h i.e. s e t − A , s e t − B , s e t − C
Then put any s e t − A , s e t − B on the two sides of the weighing machine.
C A S E : I
If the heavier ball lies in any of the two sets, it can be identified.
Then pick any two balls from that set and put them on the either sides of the weighing machine.
If they weigh same then the 3 r d ball is the heavier one .
C A S E : I I
If the two sets weigh same then repeat the rest of process from C A S E : I .
Hence, 2 w e i g h i n g s are to be done.
It was pretty easy and a repeated question. :))