906 views
0 0 votes


 

Which one of the following is TRUE? 
(a) f is independent of X    (b) f is independent of Y (c) f is independent of Z    (d) None of X, Y, Z is redundant 

2 Answers

1 1 vote

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.

Position:
Show:

Related questions

1 1 vote
0 0 answers
812
812 views
Aastha Mishra asked Jul 31, 2017
812 views
This is a question in Made Easy sheet and is related to Master Slave JK Flip Flop. I understand the solution but while trying to get the answer using the timing diagram T...
2 2 votes
2 2 answers
299
299 views
Vishnu__ asked Mar 4
299 views
What happens when a bit-string is XORed with itself n-times as shown?B⊕(B⊕(B⊕(B… )))(n times)a) Complements when n is evenb) Remains unchanged when n is evenc) Divides by...
2 2 votes
0 0 answers
976
976 views
Prepv asked Jul 5, 2024
976 views
𝑊(𝑃,𝑄, 𝑅, 𝑆) = 𝑅 + 𝑃 𝑄 + 𝑅 𝑆𝑋(𝑃,𝑄, 𝑅, 𝑆) = 𝑃𝑄𝑅 𝑆 + 𝑃 𝑄 𝑅 𝑆 + 𝑃𝑄 𝑅 𝑆 𝑌(𝑃,𝑄, 𝑅, 𝑆) = 𝑅𝑆 + 𝑃𝑅 + 𝑃𝑄 + 𝑃 𝑄 𝑍(𝑃,𝑄, 𝑅, 𝑆) = (𝑅 + 𝑆 + (𝑃𝑄 + 𝑃 𝑄 𝑅 + 𝑃𝑄 𝑆 )Which one of the foll...
1 1 vote
0 0 answers
478
478 views
RahulRoy31 asked Feb 24, 2018
478 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...