返回题库

HMMT 十一月 2013 · 冲刺赛 · 第 23 题

HMMT November 2013 — Guts Round — Problem 23

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

题目详情

  1. [ 12 ] The number 989 · 1001 · 1007 + 320 can be written as the product of three distinct primes p, q, r with p < q < r . Find ( p, q, r ).
解析
  1. [ 12 ] The number 989 · 1001 · 1007 + 320 can be written as the product of three distinct primes p, q, r with p < q < r . Find ( p, q, r ). 3 2 Answer: (991 , 997 , 1009) Let f ( x ) = x ( x − 12)( x + 6) + 320 = x − 6 x − 72 x + 320, so that 2 f (1001) = 989 · 1001 · 1007 + 320. But f (4) = 4( − 8)(10) + 320 = 0, so f ( x ) = ( x − 4)( x − 2 x − 80) = ( x − 4)( x − 10)( x + 8). Thus f (1001) = 991 · 997 · 1009, as desired.