I need help understanding what a question is asking.

41 Views Asked by At

I'm not sure what this question is asking me to do. I know it sounds silly but could someone explain what i'm meant to do.

Give a satisfying assignment for the proposition (¬p ∨ ¬q) → r.

1

There are 1 best solutions below

0
On

Giving a satisfying assignment to a formula means finding a Model of the assignment.

So basically you have to find for which assumption your formula would be true.

You can check Satisfiability of a formula in two ways:

  1. By writing a Truth Table.

  2. By using the Semantic Tableau (or Truth Tree).

I personally prefer the second one, because it is faster and easier.