negation P and Q implication negation q
Answers
Answered by
1
Answer:
U / (p ^ q)
Step-by-step explanation:
(~p) & (q -> ~q) ---- (*)
q -> ~q = ~q
due to truth table of implies:
as T -> F = F and F -> T = T
so (*) =>
~p & ~q
= U / (p ^ q)
Similar questions