From 46d7d99cc61e7ed8055b7c9d3efecc65a3b9c194 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 10 Jan 2023 08:09:57 -0800 Subject: [PATCH] Warm-Up cleanup --- Misc/Warm-Ups/electician.tex | 3 ++- Misc/Warm-Ups/raid.tex | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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