-4 -3 -2
- 1 0 1
2 3 4
Step 2: Of the nine squares, the middle one is still, and then the others are pushed forward one square in turn. Let them make a circle, for example, refer to the above figure, from -4 to -3, from -3 to -2, from -2 to 1, and so on, from-1 to -4:
- 1 -4 -3
2 0 -2
3 4 1
Part III: Draw a "ten" with the middle as the center. If the center does not move, other relative numbers will change their positions, namely:
- 1 4 -3
-2 0 2
3 -4 1
Find a routine method:
1, serial number: to find a regular topic, a series of quantities arranged in a certain order are usually given, and we are required to find a general rule according to these known quantities. Find out the rule, usually the serial number of the package. Therefore, it is easier to find the mystery by comparing variables with serial numbers.
2. Fibonacci sequence method: each number is the sum of the first two numbers.
3. Arithmetic series method: the difference between every two numbers is equal.
4. Tabbing method: You can look at it every once in a while to see what the relationship between the separated numbers is, for example, 14, 1, 12, 3, 10, 5, odd items become arithmetic progression, even items also become arithmetic progression, and then you have to fill in 8.