Find all positive integers X and Y such that:
- X divides Y+5, and:
- Y divides X+3
Prove that there are no others.
|
Submitted by K Sengupta
|
Rating: 4.5000 (2 votes)
|
|
Solution:
|
(Hide)
|
(x,y) = (1,1), (1,2), (2,1), (3,1), (1,4), (2,5), (6,1), (7,2), (4,7), (9,4), (8,11), (13,8) are the only possible solutions to the given problem.
For an explanation, refer to
- Analytical solution submitted by Steve Herman here and here.
- Computer program assisted solution submitted by Charlie in this location.
|