A PHP Error was encountered

Severity: 8192

Message: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated

Filename: libraries/Filtered_db.php

Line Number: 23

Simplify the following Boolean function F(x,y,z) = x’y’z’ + x’y + xyz’ +xz to a minimum number of literals using algebraic manipulation and implement
Q:

Simplify the following Boolean function F(x,y,z) = x’y’z’ + x’y + xyz’ +xz to a minimum number of literals using algebraic manipulation and implement

0

Simplify the following Boolean function F(x,y,z) = x’y’z’ + x’y + xyz’ +xz to a minimum number of literals using algebraic manipulation and implement

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

= x’y’z’ + x’y + xyz’ +xz

= x’ (y’z’ + y) + x (yz’ + z)

= x’ [(y + y’) (y + z’)] + x [(y + z) (z + z’)]

= x’ [(1) (y + z’)] + x [(y + z) (1)]

= x’ (y + z’) + x (y + z)

= x’y + x’z’ + xy +xz

= x’y + xy + x’z’ + xz

= y (x’+x) + x’z’ + xz

= y (1) + x’z’ +xz

=y + x’z’ + xz 

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now