Is there any way to simplify this function? Or is this the simplest equation? : AB + A'+B'
2026-04-03 07:33:51.1775201631
On
Boolean Simplification of AB + A'+B'
2.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
4
On
F = AB + A'+B'
F' = (A'+B').AB = A'AB + ABB' = 0
Again if I take F = F'' = 1 , 1 will the the result.
A general technique in boolean algebra is to add or multiply some term by "$P+P$'" to make it similar to other terms so that they can be simplified. In this case:
$AB+A'(B+B')+B'$
$=(A+A')B+A'B'+B'$
$=B+A'B'+(A+A')B'$
$=B+A'B'+AB'+A'B'$
$=B+A'B'+AB'$
$=B+(A+A')B'$
$=B+B'$.
But in complicated cases it may not simplify immediately.
Note that this solution uses only identity, inverse, idempotency and distributivity and so avoids using De Morgan's laws unlike the other solutions. De Morgan's laws, which are extremely useful of course, can be proven in a similar way if desired. Alternatively one can use truth tables to verify all basic rules.