Q1.
If we choose other 2-digit numbers, and follow the steps, will there always be no remainder?
Answer
Yes — there is never a remainder, for any starting two-digit number.
Let the number be ab, that is 10a + b. Reversed it is ba = 10b + a.
If b > a, the difference is
(10b + a) – (10a + b)
= 10b – b – 10a + a
= 9b – 9a
= 9(b – a)
If b > a, the difference is
(10b + a) – (10a + b)
= 10b – b – 10a + a
= 9b – 9a
= 9(b – a)
Since 9(b – a) is 9 times a whole number, dividing it by 9 always leaves remainder 0.
Why it happens: the two numbers are built from the same two digits, just swapped between the tens place and the units place. Each digit therefore gains 10 of itself in one number and loses 1 of itself in the other — a change of 9 of itself. Subtracting leaves nine of each digit, and any combination of nines is a multiple of 9. Notice how little we assumed: only that a and b are digits. That is why the trick can never fail.
Check it yourself: 47 → 74. 74 – 47 = 27 = 9 × 3, and b – a = 7 – 4 = 3 ✓.