JohnCU
Banned
F = B'D' + A'B'C + ABC + CD'
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 from two 2-input AND's and,
* a 4-input OR from three 2-input OR's.
I don't really understand how to manipulate boolean functions very well yet. If anyone could point me in the right direction, I would appreciate it.
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 from two 2-input AND's and,
* a 4-input OR from three 2-input OR's.
I don't really understand how to manipulate boolean functions very well yet. If anyone could point me in the right direction, I would appreciate it.