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

2031 Views

See similar Computing A Level tutors

Related Computing A Level answers

All answers ▸

Write a Pseudocode function that returns the factorial of an integer input.


Describe Round Robin Scheduling


In a computer program, a parameter may be passed to a procedure by value. Explain how this method works.


What is the difference between a high level language and a low level language?


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:

© 2026 by IXL Learning