1981 IMO Problems/Problem 6: Difference between revisions
| Line 29: | Line 29: | ||
\begin{tabular}{ |p{3cm}||p{3cm}|p{3cm}|p{3cm}| } | \begin{tabular}{ |p{3cm}||p{3cm}|p{3cm}|p{3cm}| } | ||
\hline | \hline | ||
\multicolumn{4}{|c|}{ | \multicolumn{4}{|c|}{Country List} \\ | ||
\hline | \hline | ||
Country Name or Area Name& ISO ALPHA 2 Code &ISO ALPHA 3 Code&ISO numeric Code\\ | |||
\hline | \hline | ||
Afghanistan & AF &AFG& 004\\ | |||
Aland Islands& AX & ALA &248\\ | Aland Islands& AX & ALA &248\\ | ||
Albania &AL & ALB& 008\\ | Albania &AL & ALB& 008\\ | ||
Revision as of 20:39, 8 April 2024
Problem
The function
satisfies
(1)
(2)
(3)
for all non-negative integers
. Determine
.
Solution
We observe that
and that
, so by induction,
. Similarly,
and
, yielding
.
We continue with
;
;
; and
;
.
It follows that
when there are 1984 2s, Q.E.D.
Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.
| 1981 IMO (Problems) • Resources | ||
| Preceded by Problem 5 |
1 • 2 • 3 • 4 • 5 • 6 | Followed by Last question |
| All IMO Problems and Solutions | ||
Solution 2
\documentclass{article} \usepackage{multirow} \begin{document} \begin{tabular}{ |p{3cm}||p{3cm}|p{3cm}|p{3cm}| }
\hline
\multicolumn{4}{|c|}{Country List} \\
\hline
Country Name or Area Name& ISO ALPHA 2 Code &ISO ALPHA 3 Code&ISO numeric Code\\
\hline
Afghanistan & AF &AFG& 004\\
Aland Islands& AX & ALA &248\\
Albania &AL & ALB& 008\\
Algeria &DZ & DZA& 012\\
American Samoa& AS & ASM&016\\
Andorra& AD & AND &020\\
Angola& AO & AGO&024\\
\hline
\end{tabular} \end{document}