Asked by Winston

Consider the propositions p: "You like hockey.", q: "You like the cold.", r: "You play hockey.", and s: "You watch hockey."

Write the following propositions using p,q,r and s and logical connectives.
(a) You watch hockey but you do not play hockey.
(b) If you do not like hockey then you do not watch it.
(c) If you like hockey and the cold then you play hockey.
(d) You like hockey but you do not like the cold therefore you watch hockey but you do not play hockey.

Here's what I have:
(a) s Λ ¬r
(b) ¬p → ¬s
(c) (p Λ q) → r
(d) (p Λ ¬q) → (p Λ ¬r)

Thanks.


Answers

Answered by Winston
Just want to make sure what I'm doing is right. Thanks!
Answered by Steve
looks ok to me.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions