38 38 votes The Boolean expression of the output $f$ of the multiplexer shown below is$\overline {P \oplus Q \oplus R}$$P \oplus Q \oplus R$$P+Q+R$$\overline{P+Q+R}$ Digital Logic gatecse-2010 digital-logic circuit-output easy multiplexer + – go_editor 14.1k views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply anon1 commented Dec 14, 2021 i edited by anon1 Dec 14, 2021 reply Follow flag For those who are confused between A and B. For odd number of inputs (P xor Q xor R) = (P xnor Q xnor R). But it is never possible to have (P xor Q xor R) = (P xor Q xor R)' , Doesn't matter number of inputs are odd or even, they will never be equal. 1 1 replyShare Deepak Poonia commented Jul 13, 2024 reply Follow flag Detailed Video Solution: https://youtu.be/wEhjAAs8iqk?t=480&feature=shared 1 1 replyShare Please log in or register to add a comment.
Best answer 48 48 votes $f = S_0'S_1' R + S_0'S_1R' + S_0S_1'R' + S_0S_1R$ $\quad=Q'P'R + Q'PR' + QP'R' + QPR $ $\quad= Q'(P⊕R) + Q(P⊕R)' $ $\quad= Q⊕P⊕R = P⊕Q⊕R$ Doing truth value substitution, $${\begin{array}{|cccc|c|}\hline \textbf{P}& \textbf{Q}& \textbf{R}&\bf{f}& \bf{P \oplus Q \oplus R } \\\hline 0&0&0&0&0 \\ 0&0&1&1&1\\ 0&1&0&1&1\\ 0&1&1&0&0\\ 1&0&0&1&1\\ 1&0&1&0& 0 \\ 1&1&0&0&0\\ 1&1&1&1& 1\\ \hline \end{array}}$$ Correct Answer: B Arjun answered Oct 19, 2014 • edited Aug 10 by P0535_Yedidyah_Sagar Arjun comment Share Follow See all 8 Comments 8 8 Comments reply R KARTHIK RAJ commented Nov 2, 2015 reply Follow flag Q′Q'(P⊕R)+Q(P⊕R')′ HOW TO SIMPLIFY IT: 1 1 replyShare Surabhi Kadur commented Dec 14, 2017 reply Follow flag @Arjun sir, dosent the answer hold good for option A too?? as we have odd number of variables , xor and xnor give same ans right ? 2 2 replyShare SiddharthMahapatra commented Dec 25, 2017 reply Follow flag Let : Y = P XOR R So : Q' Y + Q Y' = Q XOR Y = Q XOR P XOR R 3 3 replyShare tusharp commented Dec 11, 2018 reply Follow flag @Arjun sir, dosent the answer hold good for option A too?? as we have odd number of variables , xor and xnor give same ans right ? @Arjun sir same doubt. :( 4 4 replyShare suchithreddy commented Dec 19, 2019 reply Follow flag @tusharp assume option(b) as ${X}$ then option(a) becomes ${X}'$, how can they both be equal... option(a) would have been true if (Xnor) was used in between the symbols. 0 0 replyShare vaibhavkedia968 commented Jan 5, 2021 reply Follow flag P xnor Q xnor R = P xor Q xor R ...this is correct (for even variables, xor and xnor are complement of each other, for odd variables, xor and nor are equal) But option A is (P xor Q xor R)’ and (P xor Q xor R)’ is obviously not equal to (P xor Q xor R) 1 1 replyShare Hira Thakur commented Nov 1, 2023 reply Follow flag $f(P,Q,R)=\sum(1,2,4,7)=P\oplus Q\oplus R$ 1 1 replyShare Amoljadhav commented Jan 29, 2024 reply Follow flag @Arjun sir but if 3 variable function is there then exor and exnor are same therefore A also be the ans for this question 2 2 replyShare Please log in or register to add a comment.
6 6 votes Draw the k-map, and the pattern like this is always of XOR therefore, the answer will be P⊕Q⊕R EliteMe answered Sep 27, 2023 EliteMe comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes If P=0 and Q=0 our output must be R right see only B and C gives R if P=0 and Q=1 our output must be R' right only B gives R' hence B is the answer jacknroll answered Oct 6, 2025 jacknroll comment Share Follow 0 reply Please log in or register to add a comment.