|
Question 192743: We are using the Survey of Mathematics text but it is very confusing. I am not sure what the instructor is requiring. Please help!
Fill the headings of the following truth tables using: p,q,~,-->,v and ^.
(B)
p q (b)
T T F
T F T
F T T
F F T
(A)
p q (a)
T T F
T F T
F T F
F F F
(somehow when I cut and pasted they reversed position.) I got p^~q for (a) table. I am unable to figure out the (B) table. Am I correct for (A)?
Answer by user_dude2008(1862) (Show Source):
You can put this solution on YOUR website! (B)
p q (b)
T T F
T F T
F T T
F F T
Heading is ~(p ^ q) or ~p v ~q
---------------------------------
(A)
p q (a)
T T F
T F T
F T F
F F F
Heading is ~(p -> q) or (~p v q) or p ^ ~q
|
|
|
| |