Search code examples
circuittruthtable

How do I reverse engineer this truth table?


How Do I know which functions were performed to get this truth table? Any help Appreciated

The truth table:
The truth table


Solution

  • The algebraic expression is:
    Sum of products: ~y*~z+x*z
    Product of sums: (x+~z)*(~y+z)