From f659cc4180dc6ebb641c28f7689527210dbb811d Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Tue, 7 Nov 2023 22:07:33 +0000 Subject: [PATCH] fix spelling --- cw/cw.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cw/cw.tex b/cw/cw.tex index 8c5c332..2fd1f92 100644 --- a/cw/cw.tex +++ b/cw/cw.tex @@ -146,7 +146,7 @@ \subsection*{4.3} Our random value is $R = u-bit long digit$ which means that it has $2^u$ possible values. - And since we know that $q$ balls into $p$ holes a colision is bound to happend at the probability of $\frap{q^2}{2p}$ we can calculate: + And since we know that $q$ balls into $p$ holes a colision is bound to happend at the probability of $\frac{q^2}{2p}$ we can calculate: $$\frac{q^2}{2(2^u)}\gt\frac{1}{2}\iff q\gt 2^{\frac{u}{2}}$$ \subsection*{4.4}