From 72a589f1a0460a2edefc5cf73c445a4de6dc365b Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 3 Oct 2021 12:24:02 -0400 Subject: [PATCH] [F] A2 P1 Q2 Correct statement number --- assignments/a2/a2.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignments/a2/a2.tex b/assignments/a2/a2.tex index 40ba83d..2d072ec 100644 --- a/assignments/a2/a2.tex +++ b/assignments/a2/a2.tex @@ -36,8 +36,8 @@ When $x \leq 1$ and $x \geq 8$, $P(x)$ is False, so $P(x) \land Q(x)$ would be False and $P(x) \implies Q(x)$ would be True. \\ When $1 < x < 8$, $P(x)$ and $Q(x)$ are both True, so both $P(x) \land Q(x)$ and $P(x) \implies Q(x)$ would be True. \\ Since $S = \{0, 1, 2, 3, 4, 5, 6, 7, 8, 9\}$, \\ - Statement 1 would be False because $P(x) \land Q(x)$ is False when $x=0$, \\ - Statement 2 would be True because $P(x) \implies Q(x)$ is true for all values of $x \in S$. + Statement 3 would be False because $P(x) \land Q(x)$ is False when $x=0$, \\ + Statement 4 would be True because $P(x) \implies Q(x)$ is true for all values of $x \in S$. \item[3.] Complete this part in the provided \texttt{a2\_part1.py} starter file.