The problem is to find a 3-digit natural number in base ten, where its depiction in base seven is the reverse of its depiction in base nine. 248 is one answer, but then there remains the fact that a 3-digit natural number in base ten can become a 4-digit natural number in base seven or nine. It would be really appreciated if someone could explain how 248 is the only possible answer and that it doesn't work when the 3-digit natural number in base ten becomes a four digit natural number in base seven or nine.
Thanks :)
Suppose the number is $n = 729a+81b+9c+d = 343d+49c+7b+a$ with $1 \leq a \leq 6,$ $0 \leq b \leq 6,$ $0 \leq c \leq 6,$ and $1 \leq d \leq 6,$ that is, a four-digit number in both bases nine and seven.
Since this must be a three-digit number in base ten, $729a < n < 1000,$ which implies that $a < 2.$ Therefore $a = 1$ and $n > 729.$
Similarly, $343d < n < 1000$ implies $d < 3.$ But $49c + 7b+a < 343,$ hence $343d + 343 > n > 729$ implies $d > 1.$ Therefore $d = 2.$
That is, $n = 729 + 81b + 9c + 2 = 686 + 49c + 7b + 1,$ from which $40c = 44 + 74b,$ that is, $20c = 22 + 37b.$
First proof
From $c \leq 6$ it follows that $37b = 20c - 22 \leq 98$ and therefore $b \leq 2.$ But then $20c = 22 + 37b \leq 96$ implies $c \leq 4,$ which implies $37b = 20c - 22 \leq 58,$ so $b \leq 1.$ But then $20c = 22 + 37b \leq 59$ implies $c \leq 2,$ which implies $37b = 20c - 22 \leq 18,$ so $b = 0.$ But then $20c = 20, $ which has no integer solution. Therefore no such number $n$ exists.
Second proof
By trial and error or any other means, find that $20(27) = 22 + 37(14).$ Therefore the solutions of the Diophantine equation $20c = 22 + 37b$ are $b = 20k+14,$ $c = 37k+27$ where $k$ is an integer. No such solution satisfies $0 \leq b \leq 6,$ so no such number $n$ exists.
Third proof
From $20c = 22 + 37b$ we conclude $b$ is even. Let $b = 2m,$ then $20c = 22 + 74m,$ so $10c = 11 + 37m,$ and $0 \equiv 1 - 3m \pmod{10}.$ This has a unique solution, $m \equiv 7 \pmod{10}.$ But $0 \leq b \leq 6$ implies $0 \leq m \leq 3,$ a contradiction. Therefore no such number $n$ exists.