When multiplied by 4, a four-digit number's digits become reversed.
What is the sum of the digits of the original number?
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.
Because A*4 <10 then A=1,2; but 4|DCBA so A = 2.
2 4(+ carried) = D -> D=8,9 but 4 D ends with 2 so D = 8, and there are no carry over.
So B*4 < 10, and A is already 2 so B = 1.
Then we have C*4 + 3 ends with 1, and A is already 2 so C = 7.
That we have ABCD = 2178