in Digital Logic edited by
9,291 views
24 votes
24 votes

Consider the two cascade $2$ to $1$ multiplexers as shown in the figure .

    

The minimal sum of products form of the output $X$ is 

  1. $\overline{P} \ \overline {Q}+PQR$
  2. $\overline{P} \ {Q}+QR$
  3. $PQ +\overline{P} \ \overline{Q}R$
  4. $\overline{Q} \ \overline{R} + PQR$
in Digital Logic edited by
9.3k views

7 Answers

48 votes
48 votes
Best answer

For $2 :1$ MUX, output $Y=S'I_o+SI_1$

So, output of MUX$1$ ,$f_1=P'0+PR =PR$


Output of MUX$2$ , $f_2=Q'R'+Qf_1=Q'R'+PQR$


which is option D

selected by

2 Comments

why option A is incorrect ,option a and d are same right
0
0
no they are not
0
0
1 vote
1 vote

Answer : D

Lets say output of 1st  multiplexer = m

table for 1st multiplexer

P m
0 0
1 R

m = (P' * 0) + (P * R ) = PR ...(1)

table for 2nd multiplexer

Q X
0 R'
1 m

X = (Q' * R') + (Q * m) ...(2)

put (1) in (2)

X=(Q' * R') + (Q * PR)

X= Q' R'+PQR

 

0 votes
0 votes
Let the output of 1st mux be S

S=P'.0+PR=>PR

now the 2nd Mux would give the output =>

Q'R'+QPR

so option D is the right answer..
by
0 votes
0 votes
the output of the first MUX is Y= PR+P' 0=PR and this will input for the second mux as these are cascaded.

for the second mask   output=PRQ+Q'R' which is the option D.
Answer:

Related questions