If you reverse all the digits of a positive integer, is it ever possible for the resulting number to be twice the original number?
Hint: You can approach this like a cryptogram puzzle; with three digits you would solve where each letter represents a digit.
Note: The problem is done in base 10.