edited by
20,390 views
43 votes
43 votes

What is the minimum number of gates required to implement the Boolean function $\text{(AB+C)}$ if we have to use only $2\text{-input NOR}$ gates?

  1. $2$
  2. $3$
  3. $4$
  4. $5$
edited by

6 Answers

Best answer
91 votes
91 votes

Given boolean function is 

$f = AB + C$

$\quad = (A+C) . (B +C)$ 

$\quad =((A+C)' +(B+C)')'$

Therefore, $3$ NOR gates required .

Correct Answer: $B$

edited by
60 votes
60 votes

Here is a simple approach to these kinds of questions.

 

This can be applied to any questions and you'll get min number of gates always.

Answer:

Related questions

42 votes
42 votes
6 answers
1
Kathleen asked Sep 22, 2014
12,899 views
Given the following state table of an FSM with two states $A$ and $B$,one input and one output.$$\small\begin{array}{|c|c|c|c|c|c|}\hline \textbf{PRESENT} & \textbf{PRESE...
29 votes
29 votes
5 answers
3
Ishrat Jahan asked Nov 1, 2014
11,376 views
What is the minimum number of $\text{NAND}$ gates required to implement a $2\text{-input EXCLUSIVE-OR}$ function without using any other logic gate?$2$$4$$5$$6$
6 votes
6 votes
3 answers
4
GateAspirant999 asked Oct 11, 2016
9,680 views
The truth table for the combinational circuit is shown below:What is the minimum number of two input NAND gates required to realize this logic circuit?