619 views
1 votes
1 votes
Identify the number of literals. x'yz + xyz + xy'z

3 Answers

3 votes
3 votes

A literal is a variable either in normal or complemented form. So the number of literals in an expression will be the count of number of occurrences of variables and if that variable is repeated it will be counted more than once.

Also the expression should be in minimal form to count number of literals in it.

0 votes
0 votes
9 literals   .Every  occurence of  variable in its true or complemented form is a literal
0 votes
0 votes

The answer will be 3 as the simplified version of the above expression is = zx + zy

Related questions

1 votes
1 votes
1 answer
2
LavTheRawkstar asked Jun 26, 2016
559 views
Simplify E(x,y,z,t)=Σ (0,2,7,8,10,15) using K-maps.
0 votes
0 votes
1 answer
3
vivek1211 asked Nov 18, 2023
288 views