Computer Science, asked by captainzain111, 1 month ago

Find the compliment of the function F =(x'yz' + x'y'z)'

Answers

Answered by s14060
1

Answer:

The function is F and it’s complement is F’. Suppose there is a function as follows

F = x' y  z' + x' y' z

We can find the complement of the function using two rule stated by DeMorgan’s Law.

Change the OR gates with AND gates or change the AND gates with OR gates.

Change each literal of the function with it’s complement.

Now, we will apply the above two principle in F to obtain F’.

F'= (x' y z' + x' y 'z)'

      = (x + y' + z).(x + y + z'

Explanation:

Similar questions