Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Answer: 117
  2.  
  3. Method:
  4.  
  5. Given the constraints in the description of the puzzle,
  6. there are 12 possible combinations of the padlocks:
  7.  
  8. 009
  9. 018
  10. 027
  11. 036
  12. 045
  13. 117
  14. 126
  15. 135
  16. 144
  17. 225
  18. 234
  19. 333
  20.  
  21. Call the last digit N after Nick's initial.
  22.  
  23. Notice that if N=3, 8 or 9, then Nick would see that there was
  24. just one combination possible, but because Nick did not solve the puzzle
  25. within a few minutes then Carol (and we) would conclude that:
  26.  
  27. 3 < N < 8
  28.  
  29. That leaves:
  30.  
  31. 027
  32. 036
  33. 045
  34. 117
  35. 126
  36. 135
  37. 144
  38. 225
  39. 234
  40.  
  41. When Carol considered this list she immediately knew the combination.
  42.  
  43. Given that Carol already knew the middle digit, only one combination
  44. in the list is unique: 117. For any other possible middle digit, there
  45. are 2 or 3 alternatives. We conclude that Carol's digit is 1 and therefore
  46. the combination is 117.
  47.  
  48. We don't need the clue of being told that Belle's digit is 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement