retagged by
5,817 views
2 votes
2 votes

Give a compound proposition involving propositions $p, q$ and $r$ that is true when exactly two of $p, q$ and $r$ are true and is false otherwise

  1. $(p\vee q \wedge \neg r) \wedge (p \wedge \neg q \wedge r) \wedge (\neg p \wedge q \wedge r)$
  2. $(p \wedge q \wedge \neg r) \wedge (p \vee q \wedge \neg r) \wedge (\neg p \wedge q \wedge r)$
  3. $(p \wedge q \wedge \neg r) \vee (p \wedge \neg q \wedge r) \wedge (\neg p \wedge q \wedge r)$
  4. $(p \wedge q \wedge \neg r) \vee (p \wedge \neg q \wedge r) \vee (\neg p \wedge q \wedge r)$
retagged by

1 Answer

Answer:

Related questions

0 votes
0 votes
2 answers
2
makhdoom ghaya asked Jul 1, 2016
3,400 views
Match the following $:$$\begin{array} {cIcI} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{DDL} & \text{i.} & \text{LOCK TABLE} \\ \text{b.} & \tex...
2 votes
2 votes
3 answers
3
makhdoom ghaya asked Jul 1, 2016
20,041 views
Let $R =\{A, B, C, D, E, F\}$ be a relation schema with the following dependencies $C \rightarrow F$, $E \rightarrow A$, $EC \rightarrow D$, $A \rightarrow B$. Which of t...
3 votes
3 votes
3 answers
4
makhdoom ghaya asked Jul 1, 2016
4,187 views
A clustering index is created when _______. Primary key is declared and ordered No key orderedForeign key orderedThere is no key and no order