Here is a statement

C(x): x has a cat D(x): x has a dog F(x): x has a Ferret
represent using quantifiers and logical connectives. Under the domain "all students in your class"

1) No student in your class has a cat, a dog or a ferret.

2) For each of the three animals, there is a student in your class who has one of these animals as a pet.

Can someone provide an answer for this. Thanks in advance.

link|improve this question

73% accept rate
feedback

1 Answer

up vote 1 down vote accepted

1) ∀x (~C(x) ^ ~D(x) ^ ~F(x))

2) (∃xC(x)) ^ (∃xD(x)) ^ (∃xF(x))

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.