Jump to content

boolean algebra expression


zemzela

Recommended Posts

First I try to solve this with de Morgan's laws. For the first time I work with this laws, and I don't know if my result is true?

 

c' xor (b' + c)

 

And I don't know how to continue with solving the expression

 

 

 

Link to comment
Share on other sites

What you might do first is express the xor in terms of and and or. Your problem is saying that either the left side is true or the right side is true, but not both, so

 

[math]\neg c \oplus (\neg b \vee c)[/math]

 

is the same as

 

[math](\neg c \wedge \neg (\neg b \vee c)) \vee (\neg (\neg c) \wedge (\neg b \vee c))[/math].

 

You can then use DeMorgan's law on the

 

[math]\neg (\neg b \vee c)[/math]

 

part and go from there. Does that help at all?

 

As for verifying your result, you can construct a truth table (if you've learned how to do so) and see whether the values for your result match the values for the original statement.

 

In fact, constructing a truth table for the original statement will make it clear what the simplified statement will be.

Edited by John
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.