- 16,335
- 258
Given a number that ends in 3, prove that it has a multiple that consists of only 1's.
For instance 13 has the multiple 111111.
For instance 13 has the multiple 111111.
[sp]Klaas van Aarsen said:Given a number that ends in 3, prove that it has a multiple that consists of only 1's.
For instance 13 has the multiple 111111.
[sp]Let $R_n$ be the number consisting of $n$ $1$s. If $n>m$ then $R_n - R_m$ consists of $n-m$ $1$s followed by $m$ $0$s. So $R_n - R_m = 10^mR_{n-m}$.Klaas van Aarsen said:Given a number that ends in 3, prove that it has a multiple that consists of only 1's.
For instance 13 has the multiple 111111.
Klaas van Aarsen said:Given a number that ends in 3, prove that it has a multiple that consists of only 1's.
For instance 13 has the multiple 111111.