Determine all possible pair(s) (M, X) of positive integers, with M - 1 > X > 1, such that the decimal representation of MCX consists of non leading zeroes and contains each of the digits 0 to 9 exactly once.
Note: MCX is the number of X-element subsets (the X-combinations) of an M-element set, that is the number of ways that X things can be 'chosen' from a set of M things.