1. Home >
  2. Science & Mathematics >
  3. Engineering >
  4. Resolved Question
ADH ADH
Member since:
July 16, 2006
Total points:
57 (Level 1)

Resolved Question

Show me another »

Can someone give me a simple explanation of how to simplify logic functions please?

For example F = A + A(Inverted).B
  • 4 weeks ago
Peter H by Peter H
A Top Contributor is someone who is knowledgeable in a particular category.
Member since:
June 14, 2008
Total points:
30067 (Level 7)
Badge Image:
A Top Contributor is someone who is knowledgeable in a particular category.
Contributing In:
Medicine

Best Answer - Chosen by Voters

Check it with a truth table.

If F = A + A'.B
then F = (A'.B')'
  • 4 weeks ago
100% 1 Vote

There are currently no comments for this question.

Other Answers (2)

  • meb1337er by meb1337e...
    Member since:
    January 24, 2006
    Total points:
    1961 (Level 3)
    This one for example cannot be simplified.

    There's a few rules you can apply to help you, but it takes guesswork and intuition.

    Notation:
    A, B is a bit
    A', B' are those bits inverted
    + is OR
    . is AND
    1 is TRUE, 0 is FALSE

    (A + A') = 1
    (A . A') = 0
    (A + AB) = A (because if AB is true, A must be true.)
    (A . AB) = AB (because A is implicitly required in AB)
    (AB + A'B) = B (because A can be true or false)
    (A+B)' = (A' . B') (DeMorgan's Law)
    (A . B) = (A' + B') (DeMorgan's Law)
    • 4 weeks ago
    0% 0 Votes
  • John S by John S
    Member since:
    March 28, 2008
    Total points:
    65 (Level 1)
    there is a lot of information online. A lot of universities publish their notes and you can download them. Check it out. It'll help you.
    • 4 weeks ago
    0% 0 Votes

This question about "Can someone give me … " was originally asked on Yahoo! Answers United Kingdom

Answers International

Yahoo! does not evaluate or guarantee the accuracy of any Yahoo! Answers content. Click here for the Full Disclaimer.

Help us improve Yahoo! Answers. Send Feedback