灯下 登录
番外 · 题谱 · 1992 · P3

1992 CMO 第 3 题

几何 · P3/P6 · 压轴题

题面据中国数学奥林匹克 / AoPS 可核档案整理;中文题意为本站自译,英文行为来源英译摘要,公式请以原始来源为准。

CMO 1992 P3 geometry

Given a 9×99\times 9 grid, we assign either +1+1 or 1-1 to each square on the grid. We define an *adjustment* as follow: for each square on the grid, we make a product of all numbers of those squares which share a common side with the square (excluding itself).Then we have 8181 products. Next we replace all the squares’ values with their corresponding products. Determine if we can make all values in the grid equal to 11 through finite *adjustments*.

给定 9×99\times 9 网格,我们将 +1+11-1 分配给网格上的每个方格。我们定义一个*调整*如下:对于网格上的每个正方形,我们将与该正方形共享公共边(不包括其本身)的所有数字进行乘积。然后我们有 8181 乘积。接下来,我们将所有方块的值替换为其相应的乘积。确定是否可以通过有限的*调整*使网格中的所有值都等于11

提示 1

先标出所有固定量和会变化的点。

提示 2

尝试角追、相似、圆幂、面积比或坐标化中的一种。

提示 3

把关键等式还原成一个标准定理或一个可构造的辅助点。

完整解答

题面已直接收录。先把 1992 年 CMO 第 3 题的条件整理成对象、关系、目标三部分;再沿提示寻找不变量、标准构型或关键变形;最后补齐边界情形,并回到原题要求核对。