返回题库

HMMT 二月 2010 · CALC 赛 · 第 1 题

HMMT February 2010 — CALC Round — Problem 1

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

题目详情

  1. [ 3 ] Suppose that p ( x ) is a polynomial and that p ( x ) − p ( x ) = x + 2 x + 1. Compute p (5). ′
解析
  1. [ 3 ] Suppose that p ( x ) is a polynomial and that p ( x ) − p ( x ) = x + 2 x + 1. Compute p (5). 2 Answer: 50 Observe that p ( x ) must be quadratic. Let p ( x ) = ax + bx + c . Comparing coefficients 2 gives a = 1, b − 2 a = 2, and c − b = 1. So b = 4, c = 5, p ( x ) = x + 4 x + 5 and p (5) = 25 + 20 + 5 = 50. ′