Array of numbers. Olympiad problem.

In summary, the numbers $1,2,\ldots,100$ are arranged in a $10\times 10$ table with specific patterns. After performing a series of operations, the numbers return to their original order. This can be proven by using an invariant, which is a sum of the original entries multiplied by the entries after $k$ operations. The order of the operations does not affect the result, but a proof without using an invariant is still unknown.
  • #1
caffeinemachine
Gold Member
MHB
816
15
The numbers $1,2,\ldots,100$ are arranged in the squares of a $10\times 10$ table in the following way:
The numbers $1,2,\ldots,10$ are in the bottom row in increasing order. The numbers $11,12,\ldots,20$ are in the second last row in increasing order, and so on. One can choose any number and two of its neighbors in the opposite directions (horizontal, vertical, or diagonal). Then either the number is increased by $2$ and its neighbors are decreased by $1$ or the number is increased by $2$ and the neighbors are increased by $1$. After several such operations the table again contains the numbers $1,2,\ldots,100$. Prove that they are in the original order.Unable to solve this I finally looked at the solution given. It begins as follows:
Let the original entries of the table be represented by ${_0}a_{ij}$. Let the entries after $k$ operations be represented by ${_k}a_{ij}$. Then observe that $P:=\displaystyle{\sum_{i=1}^{10}} \displaystyle{\sum_{j=1}^{10}}({_0}a_{ij})({_k}a_{ij})$ is an invariant with respect to $k$. Then after one more firecracker (namely the rearrangement inequality) the proof is complete.

This idea of solution was very foreign to me. What I observed was that the order in which the operations are performed is immaterial. But I could not exploit this to produce a proof. Is anybody able to see a solution which does not use an invariant?
 
Physics news on Phys.org
  • #2
I know that the result is true but I am unable to come up with a proof without the use of the invariant.
 

FAQ: Array of numbers. Olympiad problem.

What is an array of numbers?

An array of numbers is a data structure that stores multiple numerical values in a specific order. It can be thought of as a list of numbers that can be accessed and manipulated using programming techniques.

What is an Olympiad problem?

An Olympiad problem is a challenging mathematical or scientific problem that is typically used in competitions or exams, such as the International Mathematical Olympiad. These problems often require creative thinking and advanced problem-solving skills.

How are arrays of numbers used in Olympiad problems?

Arrays of numbers are commonly used in Olympiad problems to represent data sets or sequences of numbers. They can also be used to store and manipulate solutions to the problem.

What are some strategies for solving Olympiad problems involving arrays of numbers?

Some common strategies for solving Olympiad problems involving arrays of numbers include identifying patterns in the data, using mathematical equations or formulas, and breaking the problem down into smaller, more manageable parts.

Are there any tips for improving skills in solving Olympiad problems with arrays of numbers?

Practice and persistence are key to improving skills in solving Olympiad problems with arrays of numbers. It can also be helpful to study and learn from past problems and solutions, and to collaborate with others to discuss different approaches and strategies.

Similar threads

Replies
5
Views
1K
Replies
2
Views
1K
Replies
2
Views
4K
Replies
21
Views
2K
Replies
4
Views
1K
Replies
3
Views
2K
Replies
17
Views
1K
Replies
15
Views
1K
Back
Top