1985 OIM Problems/Problem 5: Difference between revisions
Created page with "== Problem == To each positive integer <math>n</math> we assign an integer non-negative <math>f(n)</math> such that these conditions are satisfied: (i) <math>f(rs)=f(r)+f(s)<..." |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
Find <math>f(1985)</math>. Justify your answer. | Find <math>f(1985)</math>. Justify your answer. | ||
~translated into English by Tomas Diaz. ~orders@tomasdiaz.com | |||
== Solution == | == Solution == | ||
{{ | |||
Using rule (i) and (iii): <math>f(10)=f(2)+f(5)=0</math>. Since we need to assign a non-negative integer, then <math>f(2)=f(5)=0</math> | |||
Using rule (i): <math>f(1985)=f(5)+f(397)=f(397)</math> | |||
Using rule (iii) and (ii): <math>f(9)+f(397)=f(9*397)=f(3573)=0</math> | |||
Since we need to assign a non-negative integer, then <math>f(9)=f(397)=0</math> | |||
Therefore, <math>f(1985)=f(397)=0</math> | |||
~Tomas Diaz. ~orders@tomasdiaz.com | |||
{{Alternate solutions}} | |||
== See also == | |||
https://www.oma.org.ar/enunciados/ibe1.htm | |||
Latest revision as of 00:50, 23 December 2023
Problem
To each positive integer
we assign an integer non-negative
such that these conditions are satisfied:
(i)
(ii)
, when the unit digit of
is 3
(iii)
Find
. Justify your answer.
~translated into English by Tomas Diaz. ~orders@tomasdiaz.com
Solution
Using rule (i) and (iii):
. Since we need to assign a non-negative integer, then
Using rule (i):
Using rule (iii) and (ii):
Since we need to assign a non-negative integer, then
Therefore,
~Tomas Diaz. ~orders@tomasdiaz.com
Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.