closed by
4,283 views
0 votes
0 votes
closed with the note: Got the answer
What is the minimum number of NOR gates required to implement this boolean function?

A'B + A'CDB + AC'B + ABC

Also how many NAND gates required?

Confirm answer am getting zero.
closed by

1 Answer

Best answer
4 votes
4 votes

ZERO

 

A'B + A'CDB + AC'B + ABC

= A'B(1+CD) + AB(C'+C)

= A'B(1) + AB(1)

= A'B + AB

= B(A'+A)

= B(1)

= B

 

You don't need a NOR Gate to get B as the output.

selected by

Related questions

14 votes
14 votes
3 answers
1
Nirmal Gaur asked May 4, 2017
33,869 views
Is there any systematic approach to find the minimum number of two input NAND gates and two input NOR gates to be used to impelement a binary expression?If there then ple...
1 votes
1 votes
2 answers
2
sh!va asked Jan 26, 2017
8,397 views
F= PQ+ QR+ RS+ST.i) What is the minimum number of NAND gates required to implement F?ii) What is the minimum number of NOR gates required to implement F?
68 votes
68 votes
4 answers
3
bahirNaik asked Dec 17, 2015
82,254 views
Minimum No of Gates NAND/NOR Ex-OREx-NorHalf AdderHalf SubtractorFull AdderFull SubtractorNAND??????NOR??????
1 votes
1 votes
1 answer
4
shivanisrivarshini asked Jan 13, 2016
2,829 views
Consider the Boolean function $f(A,B,C,D)= \Pi (0,1,2,4,5,6,8,10).$ Determine the minimum number of NOR gates required to implement the function $f$. Assume both primed a...