Construct the truth table for the expression (A&(A∨B)). What single term is this expression equal to?
- Dhruv Badaya

- May 24, 2024
- 1 min read
Let us start by constructing the truth table for A∨B.
Now, let us extend this truth table to include A&(A∨B).
As we can see that the truth column for A&(A∨B) is the same as the truth table for A. Hence, we can say that A&(A∨B) = A. In other words, the single term which this expression is equal to is A.

Comments