Can we choose the 150 numbers such that S\equal121?
And what about S\equal111?
A number or a short expression. Spacing, $ signs and \frac vs / are all fine.
Official solution
1. We are given 150 numbers x1,x2,…,x150, each of which is either 2+1 or 2−1. 2. We need to calculate the sum S=x1x2+x3x4+x5x6+⋯+x149x150. 3. Notice that there are 75 terms in the sum S, and each term can independently be one of the following: (2+1)(2−1)=1,(2+1)2=3+22,(2−1)2=3−22 4. Let x be the number of terms equal to 1, y be the number of terms equal to 3+22, and z be the number of terms equal to 3−22. 5. We have the following equations: x+y+z=75 x+(3+22)y+(3−22)z=S 6. Since S is radical-free, the terms involving 2 must cancel out. This implies y=z. 7. Let y=z. Then, we have: x+2y=75 x+3y=S 8. Let x=2n+1 (since x must be odd). Then: 2n+1+2y=75⟹n+y=37(Equation 1) 2n+1+6y=S⟹n+3y=2S−1(Equation 2) 9. For S=121: n+3y=60(Equation 3) Solving Equations 1 and 3: n+y=37 n+3y=60 Subtracting the first equation from the second: 2y=23⟹y=11.5 Since y must be an integer, there is no solution for S=121.
10. For S=111: n+3y=55(Equation 4) Solving Equations 1 and 4: n+y=37 n+3y=55 Subtracting the first equation from the second: 2y=18⟹y=9 Substituting y=9 into Equation 1: n+9=37⟹n=28 Therefore, for S=111, we have n=28 and y=9, which is a valid solution.
The final answer is S=111 is possible, S=121 is not possible.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.