Given an $n$-tuple of numbers another $n$-tuple is created where each element of the new $n$-tuple is chosen randomly from the numbers in the previous $n$-tuple. For...
The SET® card game is played with a pack of $81$ distinct cards. Each card has four features (Shape, Color, Number, Shading). Each feature has three different...
We create an array of points $P_n$ in a two dimensional plane using the following random number generator: $s_0=290797$ $s_{n+1}={s_n}^2 \bmod 50515093$ $P_n=(s_{2n},s_{2n+1})$ Let $d(k)$ be the...
Let $b(n)$ be the largest power of 2 that divides $n$. For example $b(24) = 8$. Define the recursive function: \begin{align*} \begin{split} A(0) &= 1\\ A(2n) &=...