Gelsamel Epsilon said:
Is there anyway to verify these answers, I can't find anywhere on the net that gives the answer and explination.
My post sort of does a flyby as I was solving it while writing... sorry 'bout that, I'll try and do a more detailed explanation later.
Possibly important point, however:
Now that I look at it again, however, there is one particular problem with the wording. Notice that Mr. S says "I knew you didn't know what the numbers were". This actually invalidates my former solution, and I think makes the problem unsolvable uniquely. This actually restricts the problem PHENOMENALLY, and I believe isn't intended.
If, for example, Mr. S were given the sum "10", then he knows that the solution is one of:
(2,8)
(3,7)
(4,6)
(5,5)
Mr. S is unable to tell which of these it might be, BUT he knows that if the answer were (3,7), Mr. P would know the answer right away, because the product would be 21, the product of two primes. But since Mr. S *knows* that Mr. P *didn't* know the answer before Mr. P admitted that fact, the sum cannot be 10.
We can go through sums like this via brute force, and determine whether or not it's a possible sum:
4 could be:
(2,2) <-- product is 2 primes
5 could be:
(2,3) <-- product is 2 primes
6 could be:
(2,4) <-- unique product
(3,3) <-- product is 2 primes
7 could be:
(2,5) <-- product of 2 primes
(3,4)
8 could be:
(2,6)
(3,5) <-- product of 2 primes
(4,4)
etc, etc.
Notice what happens when we get to 11:
11 could be:
(2,9)
(3,8)
(4,7)
(5,6)
There's no reason that this can't be a sum, again, since Mr. S knows BEFOREHAND that Mr. P doesn't know the answer.
If you're really bored, you can go through and verify these, but according to this rule, the sums that are possible by this rule are:
11, 17, 23, 27, 29, 35, 37, 41, 53
Since we've narrowed that list down, we can further narrow down the list of possible products, because we know that the product must be from a combination of numbers whose sum is one of the above sums.
Further, the assumption would be that the product must NOT have been unique before, but must be unique NOW, which is why Mr. P is able to solve it now, but couldn't before.
For example, the product 170. Mr. P doesn't know if the solution is (2,85) or (5,34) or (10,17). If it were (2,85), the sum would be 87. However, if this were the case, Mr. S could not have guaranteed that Mr. P didn't already know, because that's not on our list of valid possible sums. Similarly, if the answer were (5,34), the sum would be 39, which again isn't on our list, and again, Mr. S couldn't have guaranteed his assertion. However, the answer COULD still be (10,17), which is the ONLY viable solution left.
So a possible solution, given the present wording is (10,17).
However, the same is true for (3,38). And (18,35). And (11,16). And many more. In fact, there are 86 different solutions.
Hence, I expect that the CORRECT wording of the problem is (Note I've taken to calling them Mr. S and Mr. P since it's easier to distinguish when you're talking about the product and the person who was given the product):
Mr. P: I don't know what the numbers are.
Mr. S: I don't know them either.
Mr. P: I know what the numbers are.
Mr. S: I know what the numbers are.
This is the problem that I solved in my last post. As shown above, I think the problem as stated does not have a unique solution.
DaveE