Let be a four digits number with non-zero units digit. Let be the number that we get from inverting the order of the digits of , for example : .
Find such that .
Note : remember that is a four digits number with non-zero units digit.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
since 4n+3 is also a 4 digit number, leading digit must be 1 or 2. It can't be 2 since in that case n is either 2xy8 or 2xy9 and clearly the unit's digit of RHS (4n+3) becomes 5 and 9 respectively instead of 2 (inverting the digits of n to get 8yx2 or 9yx2). Hence n is of the form 1xyz.
Similar argument tells us that last digit of n must be 2 or 7. But 1xy2 is also not possible as RHS > 4000 and LHS < 4000. Hence n is 1xy7.
We observe that x>6 since otherwise, RHS < 7000 whereas LHS >7000. Check for the 3 resultant equations obtained by taking n=17y7 n=18y7 n=19y7
You will get y as a digit only for the last case where it comes out to be 9. Hence n=1997.