|
Question 192807: Write in symbolic form using p,q,r,~,->,v,^, where p,q,r represent the following statements.
p: A dog is friendly
q: A dog has a tail
r: A dog licks faces
a. If a dog has a tail, then it is not friendly
b. If a dog is not friendly, then it does not lick faces.
c. If a dog has a long tail, then either the dog is friendly or the dog lick faces.
d. If a dog licks faces, then the dog is friendly and the dog has a long tail.
For question a I got q->~p
b: ~p->~r
c:
Answer by solver91311(24713) (Show Source):
|
|
|
| |