JEE Main202122 Jul 2021Morning ShiftMathematicsMathematical ReasoningActual
Which of the following Boolean expressions is not a tautology?
Options
- A( p ⇒ q ) ∨ ( ~ q ⇒ p )
- B( q ⇒ p ) ∨ ( ~ q ⇒ p )
- C( p ⇒ ~ q ) ∨ ( ~ q ⇒ p )
- D( ~ p ⇒ q ) ∨ ( ~ q ⇒ p )
Correct answer
D. ( ~ p ⇒ q ) ∨ ( ~ q ⇒ p )
Step-by-step solution
1   ( p ⇒ q ) ∨ ( ~ q ⇒ p ) By applying a ⇒ b ≡ ~ a ∨ b   &   ~ ~ a = a , we get = ( ~ p ∨ q ) ∨ ( q ∨ p ) Since, the operation disjunction is commutative, hence, we have = ( ~ p ∨ q ) ∨ ( p ∨ q ) Now, applying the distributive law i.e. a ∨ b ∨ c ≡ a ∨ b ∨ a ∨ c , we get = ( ~ p ∨ p ) ∨ q Also, we know that ~ a ∨ a ≡ t   &   t ∨ a ≡ t , wher