遊戲開始時有 張紙,每張上寫有一個 。考慮以下操作:每次我們選兩張紙,假設其上的數字分別為 與 。將兩張紙上的數字都擦掉,並在兩張紙上都寫上 。
試證:經過 步後,所有紙上的數字總和至少為 。
, 2015
Solution
At the start of the game there are pieces of paper, each with a written on it. Consider the following operation: each time we choose two pieces of paper, and suppose the numbers written on them are and respectively. We erase the numbers on both pieces of paper, and write on both pieces of paper.
Prove that after steps, the sum of the numbers on all the pieces of paper is at least .
Let be the product of the numbers on all pieces of paper after the -th operation, and let be the sum of the numbers on all pieces of paper after the -th operation. Clearly . Also, based on , it is easy to see that , so . Finally, by the AM-GM inequality, . This completes the proof.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.