For c=0 d=1 ( c.d )' = 1 and then f = 1I have attempted this several times and come up with different answers. Just can't see where I am going wrong
the truth table is all high except for a=1 b=0 c=0 d=1 then f=0;
...
As others pointed out, "f=CD+C+A+B" does not agree with "all high except for a=1 b=0 c=0 d=1 then f=0".I have attempted this several times and come up with different answers. Just can't see where I am going wrong
the truth table is all high except for a=1 b=0 c=0 d=1 then f=0;
using a K map i simplified it to f=CD+C+A+B.
Then converting it to nand gates i get F=(CD+C+A+B)"=((CD)'C'A'B')'
This should have been where your original post started. It always works best if you tell us what the actual problem is instead of starting where you happened to get part way through it.As far as i evaluated the original expression is F=A.B+(C.D)'+(A'+C) and that is F=0 when A=1 B=0 C=0 D=1 the rest is all high
and I wanted to reduce the equation and build it with nand gates only.
But IS that the original problem? Or is that the Boolean expression that he came up with from the truth table that he talks about in the original post? As you say, who knows?It is a Boolean expression in the title of this thread.
I guess, that there is an error in the expression, but who knows
Where is this truth table -- that I don't recall ever seeing you post -- coming from? It does not match the equation that you give in the post title.@WBahn
F=A.B+(C.D)'+(A'+C) to nand gates only was the original problem as in the title.
There is one 0 in the truth table at 1001 so they arn't all high