F = B'D' + A'B'C + ABC + CD' Draw a circuit for this function using only AND , OR, and NOT gates. The function calls for two 3-input AND gates and one 4-input OR gate. All you have available, however, are 2-input AND and OR gates, thus you must discover how to make -A 3-input AND grom two 2-input AND's, and -A 4-input OR from three 2-input OR's Remember that both the AND and OR operations are associative.