James writes down three integers. Alex picks some two of those integers, takes the average of them, and adds the result to the third integer. If the possible final results Alex could get are 42, 13, and 37, what are the three integers James originally chose?
A number or a short expression. Spacing and $ signs are ignored.
Solution
Let x,y,z be the integers. We have 2x+y+z=422y+z+x=132x+z+y=37 Adding these three equations yields 2(x+y+z)=92, so 2x+y+z=23+2z=42 so z=38. Similarly, x=−20 and y=28.
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.
Source: Omni-MATH,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.