What is the minimum number of two input NAND gates used to perform the function of two input OR gates?

What is the minimum number of two input NAND gates used to perform the function of two input OR gates? Correct Answer Three

Y = A + B. This is the equation of OR gate. We require 3 NAND gates to create OR gate. We can also write, 1st, 2nd and 3rd NAND operations as: Y = ((NOT A) AND (NOT B))’ = A’’ + B’’ = (A+B).

Related Questions

Calculate the minimum number of AND gates, OR gates and NOT gates required to realize Exclusive-OR operation if only using AND, OR and NOT gates are allowed.