Why a $2$-digit decimal number minus the same number with the digits reversed is always divisible by $3$ ?
2026-04-07 08:00:06.1775548806
On
$XY$ minus $YX$ is always divisible by $3$
108 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Note that $`XY\text{'}$ is convenient shorthand for $10X + Y$. For example, $93$ is shorthand for $10 \cdot 9 + 3$.
So $$ `XY\text{'} - `YX\text{'} = (10 X + Y) - (10Y + X) = 9X - 9Y = 9(X - Y), $$ which is divisible by $9$ and in particular by $3$.
A great example of the power of simple algebra :)
We write: $XY=10X+Y, YX=10Y+X$. Hence
$XY-YX=10(X-Y)-(X-Y)=9(X-Y)$.
Your turn !