Sunday, July 26, 2009

Can someone create a karnaugh map for this equation?

i can't do it. i tried over and over.





here is the equation:





X=a'bc'+b'c+c





' means "NOT"


A


BC \ 0 1


00|


01|


11|


10

Can someone create a karnaugh map for this equation?
|Creating a Karnaugh map is supposed to be easy if you have less than 4 variables, and they aren't so bad even up to 6 variables. If this is for a class, and you don't understand how to do this, then you should ask the professor or a TA.


ab\c 0 | 1


00 | 0 | 1


01 | 1 | 1


11 | 0 | 1


10 | 0 | 1


I don't know if you have to simplify it, but if you did, it would be X = a'b + c

gift

No comments:

Post a Comment