2 2 votes I think these two statements are similar, can anyone tell me the differences? Discrete Mathematics discrete-math logic + – 0% Accept Rate Accepted 0 answers out of 1 questions Terry 570 points 1 1 2 answer comment Share 0 reply Please log in or register to add a comment.
2 2 votes Please take a look at the summary of Logic Operations we have, and the precedence of operations. Based on precedence of operation: $\neg p \lor \neg q = (\neg p) \lor (\neg q)$ and if you look at rule 9 in the figure below, De Morgan's law, we have: $\neg (p \lor q) = \neg p \land \neg q = (\neg p) \land (\neg q)$ tofighi answered Oct 8, 2018 tofighi 116k points 73 79 101 comment Share 0 reply Please log in or register to add a comment.
0 0 votes p q not p not q not p or not q p or q not(p or q) T T F F F T F T F F T T T F F T T F T T F F F T T T F T I write a truth table about the question, you can find that [NOT p OR NOT q] and [NOT(p OR q)]are different. anonymous answered Oct 12, 2018 anonymous No data comment Share 0 reply Please log in or register to add a comment.