All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Logic > Weights and Scales
A Three Way Scale (Posted on 2005-09-05) Difficulty: 3 of 5
In the tradition of weighing puzzles, you have yet another batch of coins to sort. The only way to distinguish the coins is by their weights. This time there are nine coins. Three coins weigh 20g, three coins weigh 21g, and three coins weigh 22g.

You need to sort the coins by weight, but this time you must use an unusual three way scale. The scale operates as follows:

- Three weights must be placed on the scale for a meaningful result.
- If all three weights are equal, the scale will be in perfect balance.
- If one weight is lighter than the other two, the scale will show that weight is the lightest.
- If two weights are equal and are lighter than the third, the scale will indicate that scenario.

Examples:
Ex1: If A=30 B=30 C=30 then the scale will be in balance.
Ex2: If A=30 B=31 C=32 then the scale will indicate that A is the lightest of the three, but not tell which of B and C is lighter.
Ex3: If A=30 B=31 C=31 then the scale will indicate that A is the lightest of the three, but not tell that B and C are equal. (undistinguishable from Ex2)
Ex4: If A=30 B=30 C=31 then the scale will indicate that A and B are equal and less than C.

Using this three way scale, can you sort the coins in five weighings?

  Submitted by Brian Smith    
Rating: 4.0000 (1 votes)
Solution: (Hide)
I will be using '3=' or 'X=Y=Z' to indicate a weighing like example 1 in the problem, '2>' or '(X & Y)>Z' to indicate a weighing like examples 2 and 3 in the problem, '1>' or 'X>(Y = Z)' to indicate a weighing like example 4 in the problem.

Group the nine coins into three groups of three. Weigh the coins in each group against each other. There are five possible scenarios:
Case 1: all three weighings are 3=
Case 2: one weighing is 3=, one weighing is 2>, and one weighing is 1>
Case 3: all three weighings are 2>
Case 4: two weighings are 2> and one weighing is 1>
Case 5: two weighings are 1> and one weighing is 2>

Case 1: all three weighings are 3=
The groups in some order are (20,20,20), (21,21,21), (22,22,22).
Label the coins in one group A's, in one group B's and the other group C's. Make a weighing with the three weights AAB/BBC/CCA.

Result           Meaning
AAB<(BBC & CCA)  The A group is 20g, the B group is 21g, the C group is 22g
AAB>(BBC = CCA)  The A group is 22g, the B group is 21g, the C group is 20g
BBC<(AAB & CCA)  The A group is 22g, the B group is 20g, the C group is 21g
BBC>(AAB = CCA)  The A group is 20g, the B group is 22g, the C group is 21g
CCA<(AAB & BBC)  The A group is 21g, the B group is 22g, the C group is 20g
CCA>(AAB = BBC)  The A group is 21g, the B group is 20g, the C group is 22g
Total weighings: 4 (includes unneeded third 3= weighing)

Case 2: one weighing is 3=, one weighing is 2>, and one weighing is 1>
The 3= group is all the same weight, obviously. The two heavy coins in the 2> group plus the one heavy coin in the 1> group are all the same weight. The two light coins in the 1> group plus the one light coin in the 2> group are all the same weight. With this new grouping, the weighing described in Case 1 will finish sorting the coins.
Total weighings: 4

Case 3: all three weighings are 2>
The three light coins are the three 20g coins.
Take any three of the heavier coins and weigh them against each other.
If the result is 2> or 1> then the heavier coins in the weighing are 22g and lighter are 21g, repeat for the other three coins.
If the result is 3=, then the three coins are all 21g or 22g and the other three coins are the other of all 21g or 22g. Take one coin from one of the two groups and two coins from the other and weigh that set of three coins against each other. The lighter coins are from the group of 21g coins and the other group is the group of 22g coins. Total weighings: 5

Case 4: two weighings are 2> and one weighing is 1>
One of the 2> groups is (22,22,21), the two light coins in the 1> group are two of the 20g coins.
Take the light coins from the two 2> weighings and weigh them against a known 20g. One of the coins will be the third 20g coin and the other will be a 21g coin. The two heavy coins from the group that the 21g coin was in weigh 22g. The remaining three unknown coins weigh 21g, 21g, and 22g. Use one weighing to determine which is which.
Total weighings: 5

Case 5: two weighings are 1> and one weighing is 2>
One of the 1> groups is (22,21,21), the light coin in the 1> group is 20g. Take one light coin from each of the two 1> weighings and weigh them against the known 20g coin. One coin will be the second 20g coin and the other light coin in the group it was from will be the third. The other coin will be 21g, the other light coin in the group the 21g coin was from will be the second 21g coin and the heavy coin in the group is a 22g coin. The remaining three unknown coins weigh 21g, 22g, 22g. Use one weighing to determine which is which. Total weighings: 5

Comments: ( You must be logged in to post comments.)
  Subject Author Date
re: Is 4 weighings possible?james2005-09-13 09:40:49
QuestionIs 4 weighings possible?Charlie2005-09-06 13:48:19
Solutiona lengthy solutionPaul2005-09-06 02:26:36
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (16)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information