Homework #7
Section 2.6 page 180 in textbook
The next 6 questions relate to the Boolean function described below by a Karnaugh map:
|
cd |
|
|
|
|
ab |
\ |
00 |
01 |
11 |
10 |
|
00 |
1 |
|
|
1 |
|
01 |
1 |
x |
|
1 |
|
11 |
x |
|
1 |
|
|
10 |
1 |
|
1 |
|
F(a,b,c,d) = (c+d’)(a+d’)(a’+c’+d)
F(a,b,c,d) = c’d’ +a’d’ + acd
c’d’ = ac’d’ + a’c’d’ = abc’d’ + ab’c’d’ + a’b’c’d + a’bc’d …