Subcontests
(6)All 3 element subsets are coloured
Let X={1,2,3,4,5,6,7,8}. We want to color, using k colors, all subsets of 3 elements of X in such a way that, two disjoint subsets have distinct colors.
Prove that:
(a) 4 colors are sufficient;
(b) 3 colors are not sufficient. Integers written on a board
Integers between 1 and 7 are written on a blackboard. It is possible that not all the numbers from 1 to 7 are present, and it is also possible that one, some or all of the numbers are repeated, one or more times.
A move consists of choosing one or more numbers on the blackboard, where all distinct, delete them and write different numbers in their place, such that the written numbers together with those deleted form the whole set {1,2,3,4,5,6,7}For example, moves allowed are:
• delete a 4 and a 5, and write in their place the numbers 1,2,3,6 and 7;
• deleting a 1, a 2, a 3, a 4, a 5, a 6 and a 7 and write nothing in their place.Prove that, if it is possible to find a sequence of moves, starting from the initial situation, leading to have on board a single number (written once), then this number does not depend on the sequence of moves used. strings of n consecutive integers
A sequence of positive integers a1,a2,…,an is called ladder of length n if it consists of n consecutive integers in ascending order.
(a) Prove that for every positive integer n there exist two ladders of length n, with no elements in common,
a1,a2,…,an and b1,b2,…,bn, such that for all i between 1 and n, the greatest common divisor of ai and bi is equal to 1.
(b) Prove that for every positive integer n there exist two ladders of length n, with no elements in common,
a1,a2,…,an and b1,b2,…,bn, such that for all i between 1 and n, the greatest common divisor of ai and bi is greater than 1.