Happy 2019,
What's the proof for: any integer number subtracted by its mirror number is always a multiple of 3?
This is, abfc – cfba will always be a multiple of 3 (abfc, integer number).
Thanks
Happy 2019,
What's the proof for: any integer number subtracted by its mirror number is always a multiple of 3?
This is, abfc – cfba will always be a multiple of 3 (abfc, integer number).
Thanks
You can write any general number $N_1=abfc$ as
$$=1000a + 100b +10f + c$$
Similarly you can write its mirror $N_2$ as
$$=1000c + 100f +10b + a$$
Subtracting $N_1$ and $N_2$
$$N_1 - N_2= 999a +90b -90f - 999c = 3(333a + 30b - 30f - 333c)$$
As you can see this number is clearly divisible by $3$ irrespective of the values of $a,b,c,f$