retagged by
2,347 views
1 votes
1 votes

Consider a Boolean expression given by $\text{F(X, Y, Z)}=\sum(3,5,6,7)$.

Which of the following statements is/are CORRECT?

  1. $\text{F(X, Y, Z)}=\Pi(0,1,2,4)$ 
  2. $\text{F(X, Y, Z)=X Y+Y Z+X Z}$
  3. $\text{F(X, Y, Z)}$ is independent of input $\text{Y}$
  4. $\text{F(X, Y, Z)}$ is independent of input $\text{X}$
retagged by

2 Answers

2 votes
2 votes

$\implies F(X, Y, Z) = \prod(0, 1, 2, 4)$

$\implies F(X, Y, Z) = XY + XZ + YZ$

This implies F(X, Y, Z) is dependent on both X and Y.

Answer - A, B

1 votes
1 votes

The given boolean function $f(x,y,z)=\sum_m(3,5,6,7)$ is in sop form (minterm),

 so its equivalent POS (maxterm) expression contains all the terms that are not present in the terms of three variables.

That is $f(x,y,z)=\Pi_m(0,1,2,4)$ is correct.

Now $f(x,y,z)=\sum_m(3,5,6,7)$ when we minimize this using kmap we get $(xy+yz+zx)$ as expression.

So given that minimized expression is not independent from $x,y,z$

Option $(A,B)$ are correct.

Answer:

Related questions

2.8k
views
1 answers
3 votes
Arjun asked Feb 16
2,788 views
​​Consider the circuit shown below where the gates may have propagation delays. Assume that all signal transitions occur instantaneously and that wires have no delays...
1.2k
views
1 answers
2 votes
GO Classes asked Mar 26, 2023
1,233 views
Consider a $4$ input boolean function $\mathrm{F}(\mathrm{X}, \mathrm{Y}, \mathrm{Z}, \mathrm{T})$.The minterm $\mathrm{X}^{\prime} \mathrm{Y}^{\prime} \mathrm{Z}^{\prime...