VOOZH about

URL: https://www.geeksforgeeks.org/questions/if-x-then-y-unless-z-is-represented-by/

⇱ GATE | CS | 2002 | Discrete Mathematics | Logic | Question 8


Last Updated :
Discuss
Comments

"If X, then Y unless Z" is represented by which of the following formulae in propositional logic? ("¬" is negation "^" is conjunction, and "→" is implication)

(X ^ ¬ Z) → Y

(X ^ Y) → ¬ Z

(X → (Y ^ ¬ Z)

(X → Y(^ ¬ Z)

Share your thoughts in the comments
GeeksforGeeks