diff --git a/Misc/Warm-Ups/adders.tex b/Misc/Warm-Ups/adders.tex index ff1cfaf..2096dd4 100755 --- a/Misc/Warm-Ups/adders.tex +++ b/Misc/Warm-Ups/adders.tex @@ -1,5 +1,5 @@ \documentclass[ - solutions, + nosolutions, singlenumbering, nopagenumber ]{../../resources/ormc_handout} @@ -67,7 +67,7 @@ \problem{} How can we add two four-bit binary numbers using the full adder? \par - We want a four-bit output sum and one-bit $c_\text{out}$. + We want a four-bit output sum and a one-bit $c_\text{out}$. \vfill