edited by
17,639 views
3 votes
3 votes

Let p and q be the propositions
p : It is below freezing.
q : It is snowing.
Write these propositions using p and q and logical connectives (including negations).

  1. It is below freezing and snowing.
  2. It is below freezing but not snowing.
  3. It is not below freezing and it is not snowing.
  4. It is either snowing or below freezing (or both).
  5. If it is below freezing, it is also snowing.
  6. Either it is below freezing or it is snowing, but it is not snowing if it is below freezing.
  7. That it is below freezing is necessary and sufficient for it to be snowing.
edited by

1 Answer

4 votes
4 votes
A. P ∧ Q
B. P ∧ ~Q
C. ~P ∧ ~Q
D. P V Q
E. P -> Q
F. (P V Q) ∧ ( P -> ~Q)
G. P <-> Q
edited by

Related questions