Compare three pieces at a time.
left: ((0, 1), (0, 2), (0, 6), (0, 7), (0, 8), (0, 9), (1, 2), (1, 6), (1, 7), (1, 8), (1, 9), (2, 6), (2, 7), (2, 8), (2, 9))
equal: ((0, 3), (0, 4), (0, 5), (1, 3), (1, 4), (1, 5), (2, 3), (2, 4), (2, 5), (6, 7), (6, 8), (6, 9), (7, 8), (7, 9), (8, 9))
right: ((3, 4), (3, 5), (3, 6), (3, 7), (3, 8), (3, 9), (4, 5), (4, 6), (4, 7), (4, 8), (4, 9), (5, 6), (5, 7), (5, 8), (5, 9))
left T2: ((0,), (1,))
- If one of them drops, select two pieces from the dropped plate and compare them.
- left: ((0, 2), (0, 6), (0, 7), (0, 8), (0, 9))
- equal: ((0, 1), (2, 6), (2, 7), (2, 8), (2, 9))
- right: ((1, 2), (1, 6), (1, 7), (1, 8), (1, 9))
- left T3: ((1, 2), (6, 7))
- If one of the coins drops, the coin on that plate is a false positive.
- The remaining one card is one that was not selected in T2 and one of the four cards not selected in T1
- Divide these 5 cards into 2 2 1 cards (the computer has a slightly tricky way of dividing them, but you can use 2 cards on each side for the undetermined).
- If the candidate gets to two cards, it can be fixed in one move.
- left: ((0, 2),)
- equal: ((0, 8), (0, 9))
- right: ((0, 6), (0, 7))
- equal T3: ((0, 1), (6, 7))
- If balanced, either those two coins are heavy, or the one not chosen at T2 is heavy and there is one heavy coin among the four outside coins.
- Compare the two cards on T2 with two of the four cards on the outside." If the left goes down, those two cards are heavier. If it balances (since the left is zero), the right is also zero, or one of the two outside. If the right goes down, one of those two cards.
- left: ((0, 1),)
- equal: ((2, 8), (2, 9))
- right: ((2, 6), (2, 7))
equal T2: ((0, 3), (6, 7))
- If balanced, compare one from each plate and two of the four that were not placed.
- left: ((0, 3), (0, 4), (0, 5), (1, 3), (2, 3))
- equal: ((1, 4), (1, 5), (2, 4), (2, 5), (8, 9))
- right: ((6, 7), (6, 8), (6, 9), (7, 8), (7, 9))
- left T3: ((0,), (3,))
- If the left goes down, there are one or two of those two pieces.
- If you compare these two cards and they are balanced, then the two cards are false.
- If not balanced, the heavier one is false.
- Since they were balanced at T1, the remaining one is one of the two coins on either side of the four coins that were placed on the plate at T1 that did not have false coins
- left: ((0, 4), (0, 5))
- equal: ((0, 3),)
- right: ((1, 3), (2, 3))
- equal: ((1,), (2,))
- If balanced, there are no false coins in this
- If there are false coins, then there would be one on the left and one on the right, which would be inconsistent with the fact that they were balanced at T1.
- The remaining possibilities are "there is one coin on each side of the coin you put on the plate at T1 that you did not choose at T2" or "the two coins you have not put on the plate so far are false".
- So compare the two "coins placed on the left plate at T1 that were not selected at T2".
- If there was fishing, "the two pieces I haven't put on my plate so far are fake."
- If the two cards do not match, one card on the side that has moved back is determined to be false.
- The remaining one is placed on the opposite plate at T1 and either of the two cards not chosen at T2. Since there are two candidates, it takes only one move to finalize.
- left: ((1, 4), (1, 5))
- equal: ((8, 9),)
- right: ((2, 4), (2, 5))