diff --git a/Misc/Warm-Ups/electician.tex b/Misc/Warm-Ups/electician.tex index f360d40..b2dcb8a 100755 --- a/Misc/Warm-Ups/electician.tex +++ b/Misc/Warm-Ups/electician.tex @@ -4,7 +4,8 @@ % Last built with version 1.1.0 \documentclass[ nosolutions, - singlenumbering + singlenumbering, + nopagenumber ]{ormc_handout} % We put nodes in a separate layer, so we can diff --git a/Misc/Warm-Ups/raid.tex b/Misc/Warm-Ups/raid.tex index 7e03189..c884f59 100755 --- a/Misc/Warm-Ups/raid.tex +++ b/Misc/Warm-Ups/raid.tex @@ -69,7 +69,7 @@ Suppose we have two hard drives. How can we arrange our data so that... \begin{enumerate} \item We can store 1 TiB of data - \item We lose no data when any one drive fails + \item We lose no data if any one drive fails \end{enumerate} \vfill @@ -78,7 +78,7 @@ Suppose we have three hard drives. How can we arrange our data so that... \begin{enumerate} \item We can store 2 TiB of data - \item We lose no data when any one drive fails + \item We lose no data if any one drive fails \end{enumerate} \vfill @@ -87,7 +87,7 @@ Suppose we have five hard drives. How can we arrange our data so that... \begin{enumerate} \item We can store 3 TiB of data - \item We lose no data when any two drives fail + \item We lose no data if any two drives fail \end{enumerate} \vfill