Question: Q.1. Using algebraic manipulation, simplify the following expressions to minimum number of literals and express the simplified function as SOP (sum of products i.e. AND

Q.1. Using algebraic manipulation, simplify the following expressions to minimum number of literals and express the simplified function as SOP (sum of products i.e. AND terms that are ORed) and POS (product of sums i.e. OR terms that are ANDed): (1) F(A,B,C)= A'B'C' + A'BC + A'B'C + ABC (i) F(A,B,C)=(A+B+C)(A'+B'+C') (A+B'+C') (A+B+C') () F(A,B,C,D) =A'B'D + A'D + BC (A' +D') (should be simplified to 5 literals only) (iii) F(A,B,C,D) = (A+B+C+D')(A+B+C'+D')(A+B+C+D')(A+B+C'+D') Hint: To convert a single product term to POS terms, OR with one of the variables in the term ANDed with its complement (e.g. AA', BB', CC' or DD'). This amounts to ORing with 0 which does not affect the expression). -T
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
