A monic polynomial is a single-variable polynomial in which the coefficient of highest degree is equal to $1$. Define $\mathcal{F}$ to be the set of all monic...
A standard $52$ card deck comprises thirteen ranks in four suits. However, modern decks have two additional Jokers, which neither have a suit nor a rank, for...
For a positive integer $n$, the function $g(n)$ is defined as $$\displaystyle g(n)=\sum_{i=1}^{n} (-1)^i \gcd \left(n,i^2\right)$$ For example, $g(4) = -\gcd \left(4,1^2\right) + \gcd \left(4,2^2\right) – \gcd...
This problem uses half open interval notation where $[a,b)$ represents $a \le x < b$. A real number, $x_1$, is chosen in the interval $[0,1)$. A second...
We define $\nu_2(n)$ to be the largest integer $r$ such that $2^r$ divides $n$. For example, $\nu_2(24) = 3$. Define $\displaystyle S(n) = \sum_{k = 1}^n (-2)^k\binom{2k}k$...
Denote the average of $k$ numbers $x_1, …, x_k$ by $\bar{x} = \frac{1}{k} \sum_i x_i$. Their variance is defined as $\frac{1}{k} \sum_i \left( x_i – \bar{x} \right)...