Subcontests
(5)list of numers game
Celia chooses a number n and writes the list of natural numbers from 1 to n: 1,2,3,4,...,n−1,n. At each step, it changes the list: it copies the first number to the end and deletes the first two. After n−1 steps a single number will be written.
For example, for n=6 the five steps are: 1,2,3,4,5,6→3,4,5,6,1→5,6,1,3→1,3,5→5,1→5
and the number 5 is written.
Celia chose a number n between 1000 and 3000 and after n−1 steps the number 1 was written.
Determine all the values of n that Celia could have chosen.
Justify why those values work, and the others do not. greatest possible no of 4-digit numbers, multiples of 36
Four digits a,b,c,d, different from each other and different from zero, are chosen and the list of all the four-digit numbers that are obtained by exchanging the digits a,b,c,d is written. What digits must be chosen so that the list has the greatest possible number of four-digit numbers that are multiples of 36? abcd 4-digit wanted b=a+2, c=a+2, d=c+2
Pedro writes all the numbers with four different digits that can be made with digits a,b,c,d, that meet the following conditions: a=0,b=a+2,c=b+2,d=c+2
Find the sum of all the numbers Pedro wrote.