返回题库

HMMT 十一月 2014 · THM 赛 · 第 8 题

HMMT November 2014 — THM Round — Problem 8

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

题目详情

  1. Consider the parabola consisting of the points ( x, y ) in the real plane satisfying 2 ( y + x ) = ( y − x ) + 3( y − x ) + 3 . Find the minimum possible value of y .
解析
  1. Consider the parabola consisting of the points ( x, y ) in the real plane satisfying 2 ( y + x ) = ( y − x ) + 3( y − x ) + 3 . Find the minimum possible value of y . 1 Answer: − Let w = y − x . Adding w to both sides and dividing by two gives 2 2 2 w + 4 w + 3 ( w + 2) − 1 y = = , 2 2 1 which is minimized when w = − 2. This yields y = − . 2