Question: Simplify the subsequent Boolean expressions to a minimum number of literals (SHOW WORK):
1 - ( a + b + c' )(a' b' + c)
2 - a'bc + abc' + abc + a'bc'
3 - ( a' + c' )( a + b' + c')
List the truth table of the function:
F = bc + a'c'
You need to solve Boolean expression to minimum literals