3,473 views
1 votes
1 votes
A logic circuit implements the following Boolean function:

F = A’C + AC’D’

it is found that the circuit input combination A=C=1 can never occur. Find a simpler expression for F using the proper don't-care conditions.

1 Answer

Best answer
1 votes
1 votes

Given function = A'C + AC'D'

for the given function min terms are: 𝝨m (2,3,6,7,8,12)

given A = C = 1 will never occur. use dont cares in these combinations.

A B C D F
0 0 0 0 0
0 0 0 1 0
0 0 1 0 1
0 0 1 1 1
0 1 0 0 0
0 1 0 1 0
0 1 1 0 1
0 1 1 1 1
1 0 0 0 1
1 0 0 1 1
1 0 1 0 X
1 0 1 1 X
1 1 0 0 1
1 1 0 1 0
1 1 1 0 X
1 1 1 1 X

by forming k map and simplifying the boolean expression

simplified expression will be     AD' + C

selected by

Related questions

2 votes
2 votes
1 answer
1
0 votes
0 votes
0 answers
3
0 votes
0 votes
1 answer
4