KnowledgeBoat Logo

Computer Science

State the two Idempotent laws of boolean algebra. Verify any one of them using the truth table.

Boolean Algebra

11 Likes

Answer

This law states that when a variable is either added or multiplied to the same variable will result in the same variable.
A + A = A
A . A = A

Truth Table

AAA+A
000
111
AAA.A
000
111

Answered By

7 Likes


Related Questions