PDA

View Full Version : Did I put this truth table in the k-map correctly?


mr_coffee
Oct7-05, 10:58 PM
Hello everyone, I need to you to check if i did this right, i did this k-map 3 different times and everytime i do it, i get a different answer. okay here is the picture:
http://img212.imageshack.us/img212/109/lastscan3ga.jpg

also here it is at another location:
http://show.imagehosting.us/show/772450/0/nouser_772/T0_-1_772450.jpg
Thanks.

faust9
Oct7-05, 11:24 PM
no, you have an error. you have two c' entries on thr map but only one in the original truth table.

mr_coffee
Oct7-05, 11:29 PM
so the 1's should be here:
011
101
111
110
right?>

ranger
Oct12-05, 04:29 PM
You could simplify using boolean theorems to check your answer.

z= A'BC+AB'C+ABC'+ABC

The last term ABC, has at least two variables common in the other terms.

Z = A'BC+ABC+AB'C+ABC+ABC'+ABC
Z = BC(A'+A) + AC(B'+B) + AB(C'+C)
Z = BC + AC + AB

You have BC + AC' + AB


The mistake that you made in the K-map is that you have AB'C' instead of AB'C.