2023 SSMO Accuracy Round Problems/Problem 2

Revision as of 22:21, 15 December 2023 by Pinkpig (talk | contribs) (Created page with "==Problem== Suppose that the average of all <math>n</math>-digit palindromes is denoted by <math>P_{n}</math> and the average of all <math>n</math>-digit numbers is denoted by...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Suppose that the average of all $n$-digit palindromes is denoted by $P_{n}$ and the average of all $n$-digit numbers is denoted by $N_{n}.$ Find $\left\lfloor\sum_{n=1}^{100}(P_{n}-N_{n})\right\rfloor.$

Solution