Consider a list of all of the three digit numbers that:
are a multiple of 4
contain three different digits
contain at least one odd digit
don’t contain a zero.
Prove that for every number that satisfies these criteria there is exactly one other that uses the same three digits in a different order and also satisfies the criteria.