返回题库

HMMT 二月 2003 · 冲刺赛 · 第 11 题

HMMT February 2003 — Guts Round — Problem 11

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

题目详情

  1. [7] Find the smallest positive integer n such that 1 + 2 + 3 + 4 + · · · + n is divisible by 100.
解析
  1. Find the smallest positive integer n such that 1 + 2 + 3 + 4 + · · · + n is divisible by 100. Solution: 24 The sum of the first n squares equals n ( n + 1)(2 n + 1) / 6, so we require n ( n + 1)(2 n + 1) to be divisible by 600 = 24 · 25. The three factors are pairwise relatively prime, so 2 A R Q C B V U D one of them must be divisible by 25. The smallest n for which this happens is n = 12 (2 n + 1 = 25), but then we do not have enough factors of 2. The next smallest is n = 24 ( n + 1 = 25), and this works, so 24 is the answer.