How Do You Simplify Complex Boolean Expressions?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
TheTopGun
Messages
16
Reaction score
0

Homework Statement


Ok so I'm having trouble simplifying a part of a boolean equation. It needs to be in the form Yt(...)


Homework Equations


note X' means Not X

The part to be simplified is.. Y(NX'Z+NX'+NZ')

The Attempt at a Solution


Using the rules of simplification, particularly A+A=A, A+A'=1, AxA=1
Ive come down to this but I am still unsure if I am on the right track..

Y(NX'Z+NX'+NZ') ... so N + N + N = N, X' + X' = X', Z + Z' = 1
Y(NX'(1))
Y(NX')

Could someone confirm this, or tell me I am completely wrong :rolleyes:

Thankyou!
 
Physics news on Phys.org
TheTopGun said:
Using the rules of simplification, particularly A+A=A, A+A'=1, AxA=1[/color] :confused:



Y(NX'Z+NX'+NZ') ... so N + N + N = N, X' + X' = X', Z + Z' = 1
Y(NX'(1))
Y(NX')
Skip the common term N, you could draw up a truth table for the Z and X parts and see whether your answer checks out.

What does X' Z + X' simplify to?