Question
Easy

Boolean expression $\sim (A \cdot B) \cdot (\sim A+B) \cdot (\sim B+B)$ is equal to which of the following ?

1
~A
2
~B
3
~A + ~B
4
A * B
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option A
Explanation

The correct option is (1): This problem requires simplifying the given Boolean expression using the fundamental laws of Boolean algebra. The initial expression is $E = \\sim (A \\cdot B) \\cdot (\\sim A+B) \\cdot (\\sim B+B)$. We begin by simplifying the rightmost term, $(\\sim B+B)$. According to the Complement Law, the OR of a variable and its complement always evaluates to the logical constant $1$ (i.e., $X + \\sim X…Read More