by RonPurewal Tue Oct 30, 2007 5:22 am
Here's a solution that might make a little more sense than the one posted (which is entirely correct, but will most likely be inaccessible to most readers of this forum because it's way too number-theoretical).
You can translate the two remainder statements as follows:
* X is 3 more than a multiple of 11.
* X is 3 more than a multiple of 19.
- If we take these two statements together, we know that the number (X - 3) is a multiple of 11 AND a multiple of 19. Also, THIS number, X - 3, is Y times 11 (because that's what's left over when you get rid of the remainder).
So, 11 times Y is a multiple of 11, but also a multiple of 19. This means that Y itself must be a multiple of 19 (because 11 and 19 have no common factors that could threaten to ruin the show).
Hope that helps.