Difference between revisions of "2001 OIM Problems/Problem 1"
(Created page with "== Problem == We say that a natural number <math>n</math> is "''çharrúa''" if it simultaneously satisfies the following conditions: * All digits of <math>n</math> are grea...") |
(solution) |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
* All digits of <math>n</math> are greater than 1. | * All digits of <math>n</math> are greater than 1. | ||
− | + | * Whenever four digits of <math>n</math> are multiplied, a divisor of <math>n</math> is obtained. | |
− | Show that for each natural number < | + | Show that for each natural number <math>k</math> there is a ''çharrúa'' number with more than <math>k</math> digits. |
~translated into English by Tomas Diaz. ~orders@tomasdiaz.com | ~translated into English by Tomas Diaz. ~orders@tomasdiaz.com | ||
== Solution == | == Solution == | ||
− | + | Clearly if we show that there are infinite such numbers, then the criterion is satisfied. Thus we create such a number. Define | |
+ | <cmath>X=22223232</cmath> | ||
+ | Notice that <math>X</math> clearly has <math>2\cdot2\cdot2\cdot2=16</math> as a factor and also has <math>3\cdot3=9</math> as a factor by the sum of the digits; therefore, this number is <i>çharrúa</i>. | ||
+ | |||
+ | Next, let <math>a</math> be some natural number divisible by <math>9</math>, and add <math>a</math> <math>2</math>'s to the beginning of <math>X</math> as digits. No additional possibilities for the product of four digits are introduced, and the resulting number is divisible by <math>9</math> by construction as well as <math>16</math> from before, and since <math>a</math> can be any positive multiple of <math>9</math>, the conclusion follows. | ||
+ | |||
+ | ~ [https://artofproblemsolving.com/wiki/index.php/User:Eevee9406 eevee9406] | ||
== See also == | == See also == |
Latest revision as of 19:30, 10 April 2025
Problem
We say that a natural number is "çharrúa" if it simultaneously satisfies the following conditions:
- All digits of
are greater than 1.
- Whenever four digits of
are multiplied, a divisor of
is obtained.
Show that for each natural number there is a çharrúa number with more than
digits.
~translated into English by Tomas Diaz. ~orders@tomasdiaz.com
Solution
Clearly if we show that there are infinite such numbers, then the criterion is satisfied. Thus we create such a number. Define
Notice that
clearly has
as a factor and also has
as a factor by the sum of the digits; therefore, this number is çharrúa.
Next, let be some natural number divisible by
, and add
's to the beginning of
as digits. No additional possibilities for the product of four digits are introduced, and the resulting number is divisible by
by construction as well as
from before, and since
can be any positive multiple of
, the conclusion follows.