edited by
584 views
0 votes
0 votes

Consider two well-formed formula in proposition logic:

Which of the following is correct?

  1. F1 is satisfiable, F2 is valid
  2. F1 is unsatisfiable, F1 is satisfiable
  3. F1 is unsatisfiable, F2 is valid
  4. F1 and F2 both are unsatisfiable
edited by

1 Answer

Best answer
1 votes
1 votes
Let's see F1 :-

(p<->q)^(~p<->q) this is unsatisfiable , since it will be satisfiable only if both are true .

p<->q is true in only two cases TT and FF .

And in both the cases the other term will be False , so it is unsatisfiable.

Now the other one  :-

(p+~q)(~p+q)(~p+~q) = (pq+~q~p)(~p+~q) = ~p~q which is satisfiable.
selected by

Related questions

0 votes
0 votes
0 answers
1
1 votes
1 votes
1 answer
2