How many two input AND gates and two input OR gates are required to realize Y = BD + CE + AB?

How many two input AND gates and two input OR gates are required to realize Y = BD + CE + AB? Correct Answer 3, 2

There are three product terms. So, three AND gates of two inputs are required. As only two input OR gates are available, so two OR gates are required to get the logical sum of three product terms.

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.