CrazyEngineers
  • Can someone please help me with this logic circuit problem?

    Aruwin

    Aruwin

    @aruwin-WQ7eeu
    Updated: Oct 25, 2024
    Views: 946
    I need step by step explanation and solution to this question please, so I can answer others.


    In the set of inputs a,b,c,
    in the case there are 2 or more numbers of '1' in the set, it is designated 1, or else, it is designated 0.
    Consider that logical function f above.

    1. Draw the truth table for f.
    2. Find the simplest product-of-sum expression for f.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Jeffrey Arulraj

    MemberOct 29, 2012

    Here this should help
    A B C F max terms
    0 0 0 0 A+B+C
    0 0 1 0 A+B+C'
    0 1 0 0 A+B'+C
    0 1 1 1
    1 0 0 0 A'+B+C
    1 0 1 1
    1 1 0 1
    1 1 1 1

    So the final expression for f is

    f=(A+B+C).(A+B+C').(A+B'+C).(A'+B+C)

    Do simplify it further if you want to friend
    Are you sure? This action cannot be undone.
    Cancel
  • Aruwin

    MemberOct 29, 2012

    jeffrey samuel
    Here this should help
    A B C F max terms
    0 0 0 0 A+B+C
    0 0 1 0 A+B+C'
    0 1 0 0 A+B'+C
    0 1 1 1
    1 0 0 0 A'+B+C
    1 0 1 1
    1 1 0 1
    1 1 1 1

    So the final expression for f is

    f=(A+B+C).(A+B+C').(A+B'+C).(A'+B+C)

    Do simplify it further if you want to friend
    How to further simplify this function?
    f= a'bc+ab'c+abc'+abc
    = c(a'b + ab') + ab (c' + c)
    =c(a'b + ab') + ab
    I only got it up to here. How to simplify it into the most simple expression?
    Are you sure? This action cannot be undone.
    Cancel
  • Vishal Sharma

    MemberOct 29, 2012

    Aruwin
    How to further simplify this function?
    f= a'bc+ab'c+abc'+abc
    = c(a'b + ab') + ab (c' + c)
    =c(a'b + ab') + ab
    I only got it up to here. How to simplify it into the most simple expression?

    I don't think you can simplify it further..
    the next step will be writing XOR expression instead of a'b+ab'
    i.e. c (a XOR b) + ab

    (You can replace the XOR by this sign too)

    xor-symbol.thumbnail
    Are you sure? This action cannot be undone.
    Cancel
  • Jeffrey Arulraj

    MemberOct 30, 2012

    I think this is the most simplified form the Answer can ever get
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register