Solveeit Logo

Question

Mathematics Question on solution of system of linear inequalities in two variables

The boolean expression (~(p ∧q)) ∨q is equivalent to:

A

q→ (p ∧q)

B

p→q

C

p→ (p→q)

D

p→ (p∨q)

Answer

p→ (p→q)

Explanation

Solution

( (pq))q(~(p ∧q)) ∨q is equivalent to :

The following is the truth table

pqp ∧ q~p ∧ q(~(p ∧ q)) ∨ qp ∨ qp → qp → (p ∨ q)
TTTFTTTT
TFFTTTFT
FTFTTTTT
FFFTTFTT
TautologyTautology

Hence, ((pq))qp(pq)(∼(p∧q)) ∨ q ≡ p → (p ∨ q)

Hence, the correct option is (D): p(pq)p→ (p∨q)