You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
615 B

5 months ago
  1. \item \self In the following list, tick
  2. all items that conform to the Disjunctive Normal Form (DNF).
  3. \begin{itemize}
  4. \item[$\square$] $(a \wedge b \wedge \neg c) \vee (\neg b
  5. \wedge \neg c) \vee (e \wedge \neg f)$
  6. \item[$\square$] $(a \vee b \vee \neg c) \wedge (\neg b
  7. \vee \neg c) \wedge (e \vee \neg f)$
  8. \item[$\square$] $\neg b$
  9. \item[$\square$] $a \wedge \neg b$
  10. \item[$\square$] $a \vee \neg b$
  11. \item[$\square$] $a \vee (\neg b \wedge c)$
  12. \item[$\square$] $(a \vee \neg b) \wedge c$
  13. \item[$\square$] $\neg(p \vee q)$
  14. \item[$\square$] $x \vee \neg y \vee z$
  15. \end{itemize}