Suppose that there are infinitely many stones, such that for each positive integer, there are infinitely many stones having that weight in grams.
Using his hands, Dan can distinguish between two stones if their weight difference is 4 or more grams, but is unable to determine their exact weight difference.
Does there exist an integer , such that Dan can find 2 stones whose weight difference is exactly grams? If yes, what is the minimum value of ?
Note: Assume that in a finite amount of time, Dan can compare every possible pair of stones.
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 suppose the person chooses a stone weighing x gram. Now he selects many other stones which seems to be same as this one. This would consist of all stones weighing x-3 to x+3 grams. Now from this new group person choose pairs of stones and checks whether he is able to distinguish between them or not. When he is able to distinguish between them, he places stone with greater weight and lesser weight separately. Now the stones with lesser weight would consist of weights x-3,x-2 and x-1, and greater weight x+1,x+2, and x+3.Now in next step he takes out those stones from one group which can be distinguished from all the stones in the other group. This would consist of stones weighing x-3 if taken from group with lesser weight and x+3 if taken from the other. Hence all such stones can be separated out.