Construct a truth table for ~q --> (p V q) Be sure to include all intermediate steps in your table.
is that: NOTq Implies (p OR q)
if so: p=0 q=0 NOT 0 = 1 0 OR 0 = 0 1-> 0 = 0
p = 1 q = 0 NOT 0 = 1 1 OR 0 = 1 1 -> 1 = 1
p = 0 q = 1 NOT 1 = 0 0 OR 1 = 1 0 -> 1 = 1
p = 1 q = 1 NOT 1 = 0 1 OR 1 = 1 0 -> 1 = 1
so: p q 0utput 0 0 0 1 0 1 0 1 1 1 1 1
You kind of confused me with what you was saying And we use T and F. Could you be a ittle more clearer please on the answer.
well, 0 is F, and 1 is T
so: p=F q=F NOT F = T F OR F = F T-> F = F
I just plugged the inputs into the equation step-by-step
starting with the first part, NOT q
then p OR q
finally I plugged those results into the Implies operator
so first I said NOT q = a then I said p OR q = b then I said a -> b = output
So basically, the very last symbol of my responses are the answers
Join our real-time social learning platform and learn together with your friends!