Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Input output table?

Attachment image

1 Answer

Relevance
  • 4 years ago
    Favorite Answer

    In detail, this is best done using a spreadsheet and showing outputs of each logic gate. For purposes here, the logic can be simplified to

    .. out = x & y

    INx .. INy .. Out

    .. 0 . . . 0 . . . 0

    .. 0 . . . 1 . . . 0

    .. 1 . . . 0 . . . 0

    .. 1 . . . 1 . . . 1

    _____

    out = ((x'y) +(xy)')'

    .. = (x'y)'xy . . . . de Morgan's theorem

    .. = (x +y')xy . . . again

    .. = xxy + xyy' . . distribute

    .. = xy . . . . . . . . simplify

Still have questions? Get your answers by asking now.