Warm-Up cleanup

This commit is contained in:
Mark 2023-01-10 08:09:57 -08:00
parent 7324adf7c1
commit 46d7d99cc6
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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