Solveeit Logo

Question

Question: The logical statement \([ \sim ( \sim p \vee q) \vee (p \wedge r)] \wedge ( \sim q \wedge r)\)is equ...

The logical statement [(pq)(pr)](qr)[ \sim ( \sim p \vee q) \vee (p \wedge r)] \wedge ( \sim q \wedge r)is equivalent to
(A) (Pr)q(P \wedge r) \wedge \sim q
(B) (pq)r(p \wedge \sim q) \vee r
(C) (pq)r( \sim p \wedge \sim q) \wedge r
(D) pr \sim p \vee r

Explanation

Solution

The given logical statement needs to be simplified with the help of associative, distributive laws and Demorgan’s theorem.
Associative law: (ab)ca \wedge b) \wedge c= a(bc)a \wedge (b \wedge c)
Distributive law: a(bc)=(ab)(ac)a \wedge (b \vee c) = (a \wedge b) \vee (a \wedge c)
Otherwise, verify the options with eight sets of T and F in the p,qp,qand rrentries respectively.

Complete Step by Step Solution:
Given logical statement is:
[(pq)(pr)](qr)[ \sim ( \sim p \vee q) \vee (p \wedge r)] \wedge ( \sim q \wedge r)
Here, \simdenotes negation
\veedenotes OR gate or union
\wedgedenoted AND gate or intersection.
p,qp,q and rr are variables which can take only two values T and F as per truth table. and if we consider this expression in Boolean algebra, then it can take 11 and 00 in place of T and F in the entries of p,qp,q and rr.
The given logical statement can be manipulated in the given ways following different laws:
[(pq)(pr)](qr)[ \sim ( \sim p \vee q) \vee (p \wedge r)] \wedge ( \sim q \wedge r)
=[(pq)(pr)](qr)= [(p \wedge \sim q) \vee (p \vee r)] \wedge ( \sim q \wedge r) \to [(ab)=(ab)\because \sim (a \vee b) = ( \sim a \wedge \sim b)]
=[p(qr)](qr)]= [p \wedge ( \sim q \vee r)] \wedge ( \sim q \wedge r)] \to [ by distributive law: a(bc)=(ab)(ac)a \wedge (b \vee c) = (a \wedge b) \vee (a \wedge c)]
=p[q(qr)][r(qr)]= p \wedge [ \sim q \wedge ( \sim q \wedge r)] \vee [r \wedge ( \sim q \wedge r)] \to[[(ab)(ab)]=[a(ab)(b(ab))]\because [(a \vee b) \wedge (a \wedge b)] = [a \wedge (a \wedge b) \vee (b \wedge (a \wedge b))]
=p[(qr)(qr)][b(aa)=(ba)]= p \wedge [( \sim q \wedge r) \vee ( \sim q \wedge r)] \to [\because b \wedge (a \wedge a) = (b \wedge a)]
=p[qr]= p \wedge [ \sim q \wedge r]
=(pr)(q)= (p \wedge r) \wedge ( \sim q) (by associative law)
Hence, the logical statement [(pq)(pr)](qr)[ \sim ( \sim p \vee q) \vee (p \wedge r)] \wedge ( \sim q \wedge r)is equivalent to(pr)(q)(p \wedge r) \wedge ( \sim q).

Therefore, the correct option is (A).

Note:
Here, basic Boolean rules have been used to solve this problem. Alternatively, we can verify each option by taking a set of entries and then check which option satisfies all of them. One should remember all the laws to save time while solving the questions related to Boolean expression. Otherwise, it will take a lot of time if we keep verifying all the options.