abc - cba ----- (a,b,c in some order)
Repeat the problem for N digits (4<=N<=10). That is, subtract an N-digit number from its reverse to result in another N-digit number, such that each of the three consist of the same N distinct digits. Try to find the answer with the largest difference.
Source: Original extension of a problem from The Little Giant Encyclopedia of Puzzles.