edited by
638 views
1 votes
1 votes

“If $X$, then $Y$ unless $Z$” is represented by which of the following formulae in propositional logic?

  1. $(X \wedge Y) \rightarrow \neg Z$
  2. $(X \wedge \neg Z) \rightarrow Y$
  3. $X \rightarrow (Y \wedge \neg Z)$
  4. $Y \rightarrow (X \wedge \neg Z)$
edited by

2 Answers

0 votes
0 votes
Answer (2)

If X, then Y unless Z ie equivalent to : X -> (Z' -> Y).

Now, X -> (Z' -> Y)

= X -> (Z + Y)

= X' + Z + Y

This matches with option (2)
Answer:

Related questions

1 votes
1 votes
3 answers
1
Arjun asked Nov 5, 2017
870 views
Which of the following routing technique / techniques is/are used in distributed systems?Fixed RoutingVirtual RoutingDynamic Routing(a) only(a) and (b) only(c) onlyAll (a...
1 votes
1 votes
2 answers
3
Arjun asked Nov 5, 2017
954 views
The Sigmoid activation function $f(t)$ is defined as$\dfrac{1}{\text{exp} (t) + \text{exp} (-t)}$$t \text{ exp}(-t)$$\dfrac{1}{1+ \text{exp} (t)}$$\dfrac{1}{1+ \text{exp...