Master Number is a game in which one person comes up with a four-digit number (called “the master number”) and another person tries to guess it. Repeated digits in the number are not allowed. Each time the second player guesses a number, the first person grades how good the guess is, writing one X for each correct digit in the correct place, and one O for each correct digit in the wrong place. For instance, if the master number is “2468” and your opponent guesses “1248”, you would score it “XOO”. Note that the location of X’s and O’s in the grade may not correspond with the location of digits in the number they are referring to.
A recent game of Master Number began as follows (the first number in parentheses shows the order of guesses):
(1) 4321 XO
(2) 5678 O
(3) 7140 XO
(4) 6914 X
What is the value of the master number?
(Prove that this is a unique solution.)
I've made it 8310 as follows:-
2 numbers are in range 1 - 4, 1 in range 5 - 8 so one must be 0 or 9. If you try 9 then eliminate all 6, 1, and 4's you find that try 3 must keep 7 and 0 which contradicts only 1 from 0 and 9! Ergo 9 is not correct so 0 must be! Only one of 1 and 4 can be included because of try 4. By elimination you find that 1 is correct and must be in 3rd column and subsequently 3 is correct and in 2nd column. This eliminates 6 and 7 then you have the choice between 5 and eight and since the five is not in the correct place in try 2 but column 1 is required to be filled then 8 is first column.