Multiple choice Which of the following Boolean expressions is incorrect? A + 0 = A A.1 = A A + A = A A. A = 0 Reveal answer Fill a bubble to check yourself D Correct answer Explanation In Boolean algebra, A AND A is equal to A (idempotent law), not 0. Therefore, A.A = 0 is incorrect.