Simplest Logic Circuit for z=0 with Inputs a, b, c

  • Context: Engineering 
  • Thread starter Thread starter STEMucator
  • Start date Start date
  • Tags Tags
    Circuit Design Logic
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Messages
2,076
Reaction score
140

Homework Statement



Draw the simplest logic gate or circuit for the description below. The inputs are ##a, b, c## and the output is ##z##.

##z = 0## only if ##abc = 010## or ##abc = 110##

Homework Equations

The Attempt at a Solution



So i drew up a quick table, AND and OR'ed the required terms together and came up with this:

IMG_0503.jpg


Is this okay? The input ##a## seems to have disappeared, which makes no sense to me. Unless its some sort of trick question where I only need 2 inputs since the output doesn't rely on ##a## at all.
 
Physics news on Phys.org
Have you tried checking your answer with a Karnaugh map? I get a different answer...
 
I'm trying to do this without a K-Map.

Plugging the values of ##b## and ##c## into my answer does provide the correct output, but I am unsure about the input ##a##.

I don't believe the answer is correct, and I am unsure how to algebraically simplify this if my above attempt is incorrect.
 
My apolgies! I missed in your OP that z=0 for those two terms. Your answer does look correct. Sorry for any confusion I caused...
 
berkeman said:
My apolgies! I missed in your OP that z=0 for those two terms. Your answer does look correct. Sorry for any confusion I caused...

Thank you for the clear up. I was just slightly confused about the inputs, but the logic worked out that way I guess.