PUMaC 2015 · 数论(B 组) · 第 1 题
PUMaC 2015 — Number Theory (Division B) — Problem 1
题目详情
- [ 3 ] What is the remainder when 100 ∑ k 10 k =0 is divided by 9? n
解析
- [ 3 ] What is the remainder when 100 ∑ k 10 k =0 is divided by 9? Solution: The sum of the digits of the expression is 101, so by the rule for remainder modulo 9, the answer is 101 (mod 9), or 2 . Author: Eric Neyman n