retagged by
2,938 views

2 Answers

1 votes
1 votes
Givne boolean expression is $(\bar x\bar yz+yz+xz)$

taking $z$ as common

$= z(\bar x\bar y+y+x)$

applying distributive law $(a+bc=(a+b)(a+c))$

$= z((y+\bar y)(\bar x+y)+x)$

$\because (y+\bar y=1)$

$=(x+\bar x)+y$

$= z(1+y)$

$\because (1+x=1)$

$=z.1=z$

So option $C$ is correct.
Answer:

Related questions

0 votes
0 votes
1 answer
1
rishu_darkshadow asked Sep 22, 2017
2,790 views
A reduced state table has $18$ rows. The minimum number of Flip-flops needed to implement the sequential machine is :$18$$9$$5$$4$
1 votes
1 votes
3 answers
2
1 votes
1 votes
2 answers
3
rishu_darkshadow asked Sep 22, 2017
2,755 views
In order to implement a $\text{n}$ variable switching function, a $\text{MUX}$ must have :$2^{n}$ inputs$2^{n}+1$ inputs$2^{n-1}$ inputs$2^{n}-1$ inputs
1 votes
1 votes
1 answer
4
rishu_darkshadow asked Sep 22, 2017
2,180 views
The characteristic equation of a $\text{JK}$ flip-flop is :$Q_{n+1}=J\cdot Q_{n}+K\cdot Q_{n}$$Q_{n+1}=J\cdot \bar{Q}_{n}+\bar{K}\cdot Q_{n}$$Q_{n+1}={Q}_{n}+J\cdot K$$Q_...