题面据中国数学奥林匹克 / AoPS 可核档案整理;中文题意为本站自译,英文行为来源英译摘要,公式请以原始来源为准。
Let be 11 pairwise distinct positive integer with sum less than 2007. Let S be the sequence of . Define an **operation** to be 22 consecutive applications of the following steps on the sequence : on -th step, choose a number from the sequense at random, say . If , replace with ; if , replace with . If the result of **operation** on the sequence is an odd permutation of , it is an **odd operation**; if the result of **operation** on the sequence is an even permutation of , it is an **even operation**. Which is larger, the number of odd operation or the number of even permutation? And by how many?
Here is an even permutation of if the product is positive, and an odd one otherwise.
令 为总和小于 2007 的 11 个成对不同正整数。令 S 为 的序列。将**操作**定义为对序列 执行以下步骤的 22 个连续应用:在第 步中,从序列 中随机选择一个数字,例如 。如果 ,则将 替换为 ;如果 ,将 替换为 。如果对序列 的**运算**结果是 的奇排列,则为**奇运算**;如果对序列 进行**运算**的结果是 的偶排列,则它是**偶运算**。奇数运算的次数和偶数排列的次数哪个更大?以及有多少?
这里,如果乘积 为正,则 是 的偶排列,否则为奇排列。
提示 1
先标出所有固定量和会变化的点。
提示 2
尝试角追、相似、圆幂、面积比或坐标化中的一种。
提示 3
把关键等式还原成一个标准定理或一个可构造的辅助点。
完整解答
题面已直接收录。先把 2007 年 CMO 第 3 题的条件整理成对象、关系、目标三部分;再沿提示寻找不变量、标准构型或关键变形;最后补齐边界情形,并回到原题要求核对。