Ask Question
22 December, 22:58

According to DeMorgan 's theorem, the complement of W · X + Y · Z is W' + X' · Y' + Z'. Yet both functions are 1 for WXYZ = 1110. How can both a function and its complement be 1 for the same input combination? What's wrong here?

+5
Answers (1)
  1. 22 December, 23:25
    0
    The parenthesis need to be kept intact while applying the DeMorgan's theorem on the original equation to find the compliment because otherwise it will introduce an error in the answer.

    Step-by-step explanation:

    According to DeMorgan's Theorem:

    (W. X + Y. Z) '

    (W. X) '. (Y. Z) '

    (W'+X'). (Y' + Z')

    Note that it is important to keep the parenthesis intact while applying the DeMorgan's theorem.

    For the original function:

    (W. X + Y. Z) '

    = (1. 1 + 1. 0)

    = (1 + 0) = 1

    For the compliment:

    (W' + X'). (Y' + Z')

    = (1' + 1'). (1' + 0')

    = (0 + 0). (0 + 1)

    =0. 1 = 0

    Both functions are not 1 for the same input if we solve while keeping the parenthesis intact because that allows us to solve the operation inside the parenthesis first and then move on to the operator outside it.

    Without the parenthesis the compliment equation looks like this:

    W' + X'. Y' + Z'

    1' + 1'. 1' + 0'

    0 + 0. 0 + 1

    Here, the 'AND' operation will be considered first before the 'OR', resulting in 1 as the final answer.

    Therefore, it is important to keep the parenthesis intact while applying DeMorgan's Theorem on the original equation or else it would produce an erroneous result.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “According to DeMorgan 's theorem, the complement of W · X + Y · Z is W' + X' · Y' + Z'. Yet both functions are 1 for WXYZ = 1110. How can ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers