521 views

2 Answers

1 votes
1 votes

f(x,y,z) = ( (x.y')' . (y.z)' )'

           =  (x.y') + (y.z)

It can't be further simplified ( you can cross check by karnaugh map ) therefore none of the x,y,z is redundant.

Related questions

1 votes
1 votes
0 answers
2
RahulRoy31 asked Feb 24, 2018
283 views
Minimum size of ROM required to implement following set of boolean equations is :-$F1(w,x,y,z)=\sum m(0,1,2,5,7,12,13,15)$$F2(w,x,y,z)=\sum m(0,5,6,9,13,15)$ $F3(w,x,y,z...
2 votes
2 votes
2 answers
4
Arjun asked Feb 16
1,888 views
​​​​For a Boolean variable $x$, which of the following statements is/are FALSE?$x .1=x$$x+1=x$$x \cdot x=0$$x+\bar{x}=1$