Simplify the boolean expression ¬(A.B)+A.

¬(A.B)+A -- given in question. =(¬A+¬B)+A -- using De Morgan's Law. =¬A+¬B+A -- can remove the brackets. =1+¬B -- using identity ¬A+A = 1.=1 -- using identity 1 + anything = 1.

Answered by Computing tutor

1878 Views

See similar Computing A Level tutors

Related Computing A Level answers

All answers ▸

What is the main difference between the Stack and the Queue abstract data types?


Express the number 208 as a) an 8-bit binary number b) an octal string c) a hexadecimal string


Write pseudocode for the binary search algorithm and state, with an explanation, it's worst case complexity in big-O notation


Write a function in pseudocode that determines if a given string is a palindrome


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

MyTutor is part of the IXL family of brands:

© 2025 by IXL Learning