The ABCD × 4 = DCBA Puzzle
Problem
Find the 4-digit number ABCD such that when multiplied by 4, it gives DCBA (the digits reversed).
Solution
Since ABCD × 4 = DCBA and both are 4-digit numbers:
- A must be small (1 or 2), since multiplying a 4-digit number by 4 without carrying into a 5th digit requires A ≤ 2.
- Since ABCD × 4 = DCBA, the leading digit D of the result must equal 4×A's leading contribution, and the last digit of ABCD × 4 must equal A. This means D × 4 must end in A.
- Testing A = 2: D × 4 must end in 2, so D = 3 or D = 8. Since the product DCBA starts with D and equals roughly 4×(2000+) ≈ 8000-9000+, D must be close to 8-9. Testing D = 8 with digits B, C solved by systematic substitution gives ABCD = 2178.