How do I simplify the boolean expression A+A'BC+BC'?

user3599109

I'm trying to solve this:

So far I have:

a) a+b+c
b) a+bc
c) a+b
d) a+b

But for e) I can't progress further since I don't know how to deal with a'bc in this case. Can anyone help?

gior91

e) The expression is [a + (~a)bc + (~b)c]

a + [(~a)b + (~b)]c we can say that [(~a)b + (~b)] <--> [(~a) + (~b)] (Prove it by yourself:-)

a + [(~a) + (~b)]c

a + (~a)c + (~b)c we can say that [a + (~a)c] <--> [a + c]

a + c + (~b)c it is obvious that [c + (~b)c] <--> [c]

So [a + c] is the reduced expression.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How do I simplify(expand) this Boolean expression?

AIX Does not support bc boolean expression

How do I simplify this expression?

How do I get bc to start decimal fractions with a leading zero

Regular expression match *abc* but not *bc*abc*bc*

Why do I get the warning hint "Simplify boolean expression" in Kotlin?

How to simplify this boolean / tenary expression?

A bc problem about long expression

Why I can't do a let with decimals in a shell? What is a BC?

What should I do to compare those decimals with a BC -l?

How do I shorten this boolean expression?

How to do division with bc (bench calculator) and obtain fractional results?

How to do a timeline with BC / BCE Years on Vis.js-timeline

Simplify if condition boolean expression

Simplify boolean expression

Simplify a long boolean expression

In DateTime only 62 of 64 bits are used. Negative values are not in the spec. How do I represent dates BC?

How is bc different from dc?

How to pass results of bc to a variable

How to pipe a number into bc elegantly?

irritating: bc float expression leads to integer result

What does the statement a:bc = 9 will do in javascript?

How do I store a boolean test/expression without Evaluating it?

How do I simplify fractions?

How can I simplify and Optimize this lambda expression?

What should I do if a texture formatted BC3_UNORM don't have a resolution multiple of 4?

How to sum file sizes using bc and stat

How to convert incomplete and BC Wikidata dates to timestamp?

how to store output from "bc" into a variable?