返回题库

HMMT 十一月 2015 · 冲刺赛 · 第 5 题

HMMT November 2015 — Guts Round — Problem 5

专题
Discrete Math / 离散数学
难度
L3
来源
HMMT

题目详情

  1. [ 6 ] 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?
解析
  1. [ 6 ] 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? Proposed by: Alexander Katz Answer: − 20 , 28 , 38 Let x, y, z be the integers. We have x + y
  • z = 42 2 y + z
  • x = 13 2 x + z
  • y = 37 2 x + y z Adding these three equations yields 2( x + y + z ) = 92, so + z = 23 + = 42 so z = 38. Similarly, 2 2 x = − 20 and y = 28.