We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d88b0 commit fe76b7aCopy full SHA for fe76b7a
src/Epp.tex
@@ -21301,14 +21301,12 @@ \subsubsection{Exercise 24}
21301
$\#2, \#4, \ldots,\#(2m)$ leaving person \#$(2m+1)$ next in line.
21302
21303
We also know that:
21304
-\[
21305
-\begin{align}
21306
- 2^n + m &< 2^{n+1} \\
+\begin{align*}
+ 2^n+m &< 2^{n+1} \\
21307
m &< 2^n \\
21308
m+1 &\le 2^n \\
21309
2m+1 &\le 2^n+m
21310
-\end{align}
21311
-\]
+\end{align*}
21312
21313
In other words, since $2m+1 \in [1,r]$, the elimination never loops
21314
through the circle more than once; it terminates within the first
0 commit comments