G
G
gleendo2022-01-11 18:17:59
Algebra
gleendo, 2022-01-11 18:17:59

How to minimize boolean expression?

How to minimize a given algebraic boolean expression and what theorems were used?
61dd9f945f063637682649.png

As a result, you should get:
61dd9fa576d73069806770.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexandroppolus, 2022-01-12
@evgeniy8705

Here it is necessary to apply de Morgan's rules (twice), bracketing, associativity and the law of exclusion of the middle.
!a!b + !ab!c + !(a + !c)
!a!b + !ab!c + !ac
!a(!b ​​+ b!c + c)
Inside brackets:
!b + b!c + c = b!c + (!b + c) = b!c + !(b!c) = 1
Only !a remains

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question