Find the four-digit number abcd such that 4 . abcd = dcba.
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.
It can easily be observed that a and b can only be 1 or 2 (Or else the number becomes 5 digit).solving some equations we get 3999a+390b=60c+996d. Now for a=2 and b=1 we have 8388=60c+996d which has a solution for c=7 and d=8 (as a=2 ,d can only be 3 or 8) which gives us the number 2178.