Skip to content

Instantly share code, notes, and snippets.

Created December 22, 2012 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/4358598 to your computer and use it in GitHub Desktop.
Save anonymous/4358598 to your computer and use it in GitHub Desktop.
Freudenthal's logic puzzle
X and Y are two different integers, greater than 1, with sum less than 100. S and P are two mathematicians; S knows the sum X+Y, P knows the product X*Y, and both know the information in these two sentences. The following conversation occurs.
P says "I cannot find these numbers."
S says "I was sure that you could not find them. I cannot find them either."
P says "Then, I found these numbers."
S says "If you could find them, then I also found them."
What are these numbers?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment