Problem:
A sequence of numbers x1β,x2β,x3β,β¦,x100β has the property that, for every integer k between 1 and 100, inclusive, the number xkβ is k less than the sum of the other 99 numbers. Given that x50β=m/n, where m and n are relatively prime positive integers, find m+n.
Solution:
Let S=x1β+x2β+x3β+β―+x100β. so xkβ=(Sβxkβ)βk for all integers k between 1 and 100. inclusive. Thus k+2xkβ=S for all such k. Summing these equations for k=1,2,3, ... 100 yields
2100β
101β+2S=100S
from which S=492525β follows. Thus x50β=2Sβ50β=9875β, and m+n=173β.
The problems on this page are the property of the MAA's American Mathematics Competitions