2023 IOQM/Problem 1

Revision as of 00:48, 26 September 2023 by Sansgankrsngupta (talk | contribs) (Created page with "==Problem== Let <math>n</math> be a positive integer such that <math>1 \leq n \leq 1000</math>. Let <math>M_n</math> be the number of integers in the set <math>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Let $n$ be a positive integer such that $1 \leq n \leq 1000$. Let $M_n$ be the number of integers in the set

$X_n = \left\{\sqrt{4n + 1}, \sqrt{4n + 2}, \ldots, \sqrt{4n + 1000}\right\}$. Let $a = \max\{M_n : 1 \leq n \leq 1000\}$, and $b = \min\{M_n : 1 \leq n \leq 1000\}$.

Find $a - b$.

Solution