Solveeit Logo

Question

Question: Which of the following is correct? A. \((p \vee q) \equiv (p \wedge q)\) B. \((p \to q) \equiv (...

Which of the following is correct?
A. (pq)(pq)(p \vee q) \equiv (p \wedge q)
B. (pq)(qp)(p \to q) \equiv (q \to p)
C. (pq)(pq)(p \to q) \equiv (p \wedge q)
D. None of these

Explanation

Solution

These questions can be solved by understanding the meaning and implications of the logical connectives like \wedge , \vee or \to . Further, a truth table can be drawn for the given compound statements, and then each option can be evaluated and checked.

Complete step-by-step solution:
First, draw the truth table for each of the given compound statements in the question.
Truth Table for (pq)(p \vee q) :

ppqq(pq)(p \vee q)
TTT
TFF
FTT
FFT

(pq)(p \vee q) is true when either pp is true or qq is true or both are true. It is only false if both are false, simultaneously.
Truth Table for (pq)(p \wedge q) :

ppqq(pq)(p \wedge q)
TTT
TFF
FTF
FFF

(pq)(p \wedge q) is true only when both, pp and qq are true, otherwise, it is always false.
Truth Table for (pq)(p \to q) :

ppqq(pq)(p \to q)
TTT
TFF
FTT
FFT

(pq)(p \to q) is true if the condition while implying qq is true, otherwise, the output will be false. This is a two-valued logic.
Truth Table for (qp)(q \to p) :

qqpp(qp)(q \to p)
TTT
TFF
FTT
FFT

The same conditions are true for (qp)(q \to p) logical statements, which are true for (pq)(p \to q) logical statements.
Now, compare all the truth tables one by one according to the options given in the question.
Comparing all the truth tables, it is clear that the truth table for the logical statement (pq)(p \to q) is equivalent to the truth table for the logical statement (qp)(q \to p) .

Hence, the correct answer out of the given options is B. (pq)(qp)(p \to q) \equiv (q \to p).

Note: Always be careful while writing the truth tables for logical statements like, (pq)(p \wedge q) and (pq)(p \vee q). Also, remember to carefully check each and every condition of the two truth tables sequentially to prove them equivalent to each other.