If a, b, c are digits, then match the the number which divides the given numbers.
Writing the numbers in expanded form we have, ab = 10a + b ba = 10b+ a abc = 100a + 10b + c cab = 100c + 10a + b bca = 100b + 10c + a