Question:

Construct a truth table for ~ (p v q)?

by  |  earlier

0 LIKES UnLike

Construct a truth table for ~ (p v q)?

 Tags:

   Report

2 ANSWERS


  1. NOT (P or Q)

    ---------------------

    00 = 1

    01 = 1

    10 = 1

    11 = 0


  2. P = 0, Q = 0  ==> ~(P or Q) = ~ (0 or 0) = 1

    P = 0, Q = 1  ==> ~(P or Q) = ~ (0 or 1) = 0

    P = 1, Q = 0  ==> ~(P or Q) = ~ (1 or 0) = 0

    P = 1, Q = 1  ==> ~(P or Q) = ~ (1 or 1) = 0

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions