It’s easy to make brash simplifying hypotheses, stumble upon one potential answer, and then check that it actually works. The only tricky thing is proving that this answer is unique (that nothing else also works). But if we’re to ignore uniqueness, and just go for some semi-principled stumble, here’s one way (though I imagine it won’t actually be helpful to anyone):
[spoiler]As a simplifying hypothesis, let’s assume everything still works out the same if we drop the requirement that numbers be below 100. There’s no good reason to believe this is legitimate, but we’re being brash.
Mp’s first statement says “There’s more than one way to break the product of a and b down into a product of two in-range numbers”. With our simplifying hypothesis, being in-range is just a matter of being > 1; thus, this becomes “a * b has more than one non-trivial factorization”. The only way this can fail is if a and b are both primes, or one is prime and the other is its square. So Mp is just ruling these two cases out.
Ms’s first statement says “Every way to break a+b down into a sum of two in-range numbers satisfies the property Mp gives.” I.e., Ms is saying “a+b is neither a sum of two primes, nor a sum of a prime and its square”. Well, by the Goldbach Conjecture, every even number above 2 is the sum of two primes (this isn’t proven in general, but it’s proven for all numbers up to some ungodly high point, and thus every number in the range we care about). So, again being brash, we’ll take Ms’s statement to mean “a+b is neither even and greater than 2, nor some odd prime number + 2, nor a sum of a prime and its square”. But any number plus its square is even; this, in combination with the range we’re looking at, allows us to remove some redundancy, getting the statement “a+b-2 is an odd composite number”.
At this point, we’ve winnowed things enough, albeit our reasoning was short of rigorous. We can start thinking “Ok, what are the odd composite numbers? 9, 15, 21… Let’s try some of them”.
Well, if a + b - 2 is 9, what are the possibilities for (a, b)? They are (2, 9), (3, 8), (4, 7), and (5, 6). Running these through, we find that these all fail to make it all the way.
And if a + b - 2 is 15, what are the possibilities? (2, 15), (3, 14), (4, 13), …
Running these through we find… the first two fail, but (4, 13) succeeds. Hooray.
But proving uniqueness remains too tricky for me to do, except via brute-force exhaustion (of a tractable sort; see above).[/spoiler]