Argh, I say. Argh.
Feb. 22nd, 2003 07:56 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I have this circuit. I have to simplify this circuit using boolean logic. For about two and a half hours I repeatedly reworked it and got different answers. Then I finally got to the point where reworking it kept getting me the same answer. However, now I keep getting the TRUTH TABLES turning out differently. Basically, I just want to know if I'm on the right track or not.

I get that reducing to a'd + b'd + c + ab . Anyone who knows this stuff and feels like helping, am I right? Or do I need to work it again?

I get that reducing to a'd + b'd + c + ab . Anyone who knows this stuff and feels like helping, am I right? Or do I need to work it again?
Re: Karnaugh Maps of DOOM!
Date: 2003-02-23 08:51 am (UTC)Re: Karnaugh Maps of DOOM!
Date: 2003-02-23 03:46 pm (UTC)Oh, right... the large 3x4 block of 1's reduces to two 2x4 blocks. My mistake. Yeah,
ab + c + d
.Does the map at least look right to anyone else?
Re: Karnaugh Maps of DOOM!
Date: 2003-02-23 04:14 pm (UTC)Therefore, (ab + d(a' + b')) -> (ab + d).
I tried for a while to figure that out purely using boolean logic reduction rules, but failed because I am rusty.
So I assume that because your K-map corresponds to Jenny's answer, it and Jenny's answer are both probably correct.