Problem:
Positive integers , , and have the property that , , and end in 4, 6, and 7, respectively, when written in base 10. Compute the minimum possible value of .
Problem:
Positive integers , , and have the property that , , and end in 4, 6, and 7, respectively, when written in base 10. Compute the minimum possible value of .
Solution:
Note that is achieved when . To show we cannot do better, first observe we would need and , which is only possible when is , or . We do casework on each value:
- . Then and are both or , so and are both or . It is impossible for one of and to end in and the other to end in .
- . The same argument as above proves this case is also impossible.
- . Since the divisors of only end in and , the same argument as above rules out this case.
- . As , we must have . Then is even and less than , so it's easy to verify there are no solutions here.
- . As , we must have . Then is even and less than , so it's easy to verify there are no solutions here.
This rules out all cases, so is optimal.