in Digital Logic edited by
14,343 views
57 votes
57 votes

Consider the following logic circuit whose inputs are functions $f_1, f_2, f_3$ and output is $f$

Given that

  • $f_1(x,y,z) = \Sigma (0,1,3,5)$
  • $f_2(x,y,z) = \Sigma (6,7),$ and
  • $f(x,y,z) = \Sigma (1,4,5).$

$f_3$ is 

  1. $\Sigma (1,4,5)$
  2. $\Sigma (6,7)$
  3. $\Sigma (0,1,3,5)$
  4. None of the above
in Digital Logic edited by
14.3k views

4 Comments

Option A is right choice for F3
0
0
easy  question
0
0
f1 nand f2 = Σ(0,1,2,3,4,5,6,7)
0
0

4 Answers

97 votes
97 votes
Best answer
$f = ((f_1f_2)'f_3')' = f_1f_2 + f_3$

In minimum sum of products form, AND of two expressions will contain the common terms. Since $f_1$ and $f_2$ don't have any common term, $f_1f_2$ is $0$ and hence $f = f_3 =Σ(1, 4, 5).$

Correct Answer: $A$
edited by
by

4 Comments

if you read the question clearly  then your doubt is clear ....
1
1

Here, nothing is common between $f_{1}$ & $f_{2}$.

  • $f_{1}(x, y, z) = Σ(0, 1, 3, 5)$
  • $f_{2}(x, y, z) = Σ(6, 7)$ 

 

0
0
made easy guide has a lot of typo that's why people ask such doubts. But even if 5 was common then also 5 + 1,4,5 would have given 1,4 and 5 only...
0
0
44 votes
44 votes

Here we have NAND - NAND Circuit, we can convert it to following AND - OR circuit. (As NAND is bubbled OR). Now it is easy to solve this question. F1 AND F2 = 0. SO whatever f3 is directly passed to output. So answer is A.

3 Comments

sir how you convert NAND to AND and NOR to OR ..?

i got you answer but just only wants to know the hidden concept behind the your concept

and i think you should edit your answer "Here we have NAND - NAND Circuit to Here we have NAND - NOR Circuit"
0
0
Here we don't have any nor gate its nand - nand realization which is equivalent to and-or realization.
3
3
this should be the best answer
1
1
13 votes
13 votes

AND of two minterm expression gives common terms.

$f1\ AND\ f2\equiv f1\cap f2.$

So, $f1\ NAND\ f2\equiv$${(f1\cap f2)'}$

$f1\cap f2=\{0,1,3,5\}\cap\{6,7\}=\phi$ 

And, we have,

$f=[(f1\cap f2)' \cap (f3)']'=f1 \cap f2 \bigcup f3 = \{1,4,5\}$

But, $f1 \cap f2 = \phi$

$\Rightarrow \phi\ U  f3 = \{1,4,5\}$

$ \Rightarrow f3 =\{1,4,5\}$

So, Correct Answer is (A).

2 votes
2 votes

ANS ) A

1 comment

This is time saving and best answer.
2
2
Answer:

Related questions