Difference between revisions of "1970 Canadian MO Problems/Problem 4"

(Solution)
(Solution)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
 +
a) Find all positive integers with initial digit <math>6</math> such that the integer formed by deleting <math>6</math> is <math>1/25</math> of the original integer.
  
a) Find all positive integers with initial digit <math>6</math> such that the integer formed by deleting <math>6</math> is <math>1/25</math> of the original integer.
+
b) Show that there is no integer such that the deletion of the first digit produces a result that is <math>1/35</math> of the original integer.
b) Show that there is no integer such that the deletion of the first digit produces a result that is <math>1/35</math> of the original integer.  
 
  
== Solution ==
+
==Solution==
 
a)
 
a)
Let the integer have n digits. Then the integer can be represented in the form of <math>6 *10^{n-1} + x</math> where x is a non-negative integer less than <math>10^{n-1}</math>. The problem is asking for integers such as <math>6 *10^{n-1} + x = 25x</math>. Solving for x results in <math>x = \frac{10^{n-1}}{4}</math>. Since x has to be an integer, n has to be greater than or equal to 3. Thus, the answer is <math>625, 6250, 62500, \ldots</math> .
+
Let the integer have n digits. Then the integer can be represented in the form of <math>6 *10^{n-1} + x</math> where x is a non-negative integer less than <math>10^{n-1}</math>. The problem is asking for integers such as <math>6 *10^{n-1} + x = 25x</math>. Solving for x results in <cmath>x = \frac{10^{n-1}}{4}</cmath> Since x has to be an integer, n has to be greater than or equal to 3. Thus, the answer is <cmath>625, 6250, 62500, \ldots</cmath>
 +
 
  
 
b)
 
b)
We use the same notation as part a. Then, the condition can be represented as <math>m 10^{n-1} + x = 35x</math> where <math>m</math> is an integer between 1 and 9 inclusive. Solving for x results in <math>x = \frac{m 10^{n-1}}{34}</math>. For x to be an integer, the numerator of the expression has to be divisible by 34, and thus 17. <math>10^{n-1}</math> obviously does not have any factors of 17, meaning that <math>m</math> must have a factor of 17, which is also impossible since m is an integer between 1 and 9. Therefore, an integer required by the problem is not possible.
+
We use the same notation as part a. Then, the condition can be represented as <math>m*10^{n-1} + x = 35x</math> where <math>m</math> is an integer between 1 and 9 inclusive. Solving for x results in <cmath>x = \frac{m*10^{n-1}}{34}</cmath>For x to be an integer, the numerator of the expression has to be divisible by 34, and thus 17. <math>10^{n-1}</math> obviously does not have any factors of 17, meaning that <math>m</math> must have a factor of 17, which is also impossible since m is an integer between 1 and 9. Therefore, an integer required by the problem is not possible.
 +
 
 +
Sol by Vwall

Latest revision as of 00:16, 3 May 2020

Problem

a) Find all positive integers with initial digit $6$ such that the integer formed by deleting $6$ is $1/25$ of the original integer.

b) Show that there is no integer such that the deletion of the first digit produces a result that is $1/35$ of the original integer.

Solution

a) Let the integer have n digits. Then the integer can be represented in the form of $6 *10^{n-1} + x$ where x is a non-negative integer less than $10^{n-1}$. The problem is asking for integers such as $6 *10^{n-1} + x = 25x$. Solving for x results in \[x = \frac{10^{n-1}}{4}\] Since x has to be an integer, n has to be greater than or equal to 3. Thus, the answer is \[625, 6250, 62500, \ldots\]


b) We use the same notation as part a. Then, the condition can be represented as $m*10^{n-1} + x = 35x$ where $m$ is an integer between 1 and 9 inclusive. Solving for x results in \[x = \frac{m*10^{n-1}}{34}\]For x to be an integer, the numerator of the expression has to be divisible by 34, and thus 17. $10^{n-1}$ obviously does not have any factors of 17, meaning that $m$ must have a factor of 17, which is also impossible since m is an integer between 1 and 9. Therefore, an integer required by the problem is not possible.

Sol by Vwall