GreenPrint
- 1,186
- 0
# -> means XOR
' => means NOT
AB => means A and B
A+B => means A or B
Is it possible to build the following 3 functions
F=(D#B)+(C#A)
G=DCA'+DB'+CB'A'
H=DC'B+D'C'A+D'BA+C'BA
Using only 4 chips (Build all three functions using only 4 chips not 4 for each function)
I have 8 switches for the inputs and was going to use
Switch 1 for A
Switch 2 for B
Switch 3 for C
Switch 4 for D
Switch 5 for A'
Switch 6 for B'
Switch 7 for C'
Switch 8 for D'
I don't have any other switches. I'm just using a switch and flipping switch 8 to the opposite of switch 4 to get the NOT of D.
I can only use the following chips. At the end of the day there can only be 4 chips on my protoboard so if I use the same chip say twice than this counts as two chips.
7400, 7402, 7404, 7408, 7410, 7411, 7420, 7421, 7425, 7427,
7432, and 7486.
I'm getting that it's not possible and have spent several hours trying to do it. Thanks for any help that you can provide me!
' => means NOT
AB => means A and B
A+B => means A or B
Is it possible to build the following 3 functions
F=(D#B)+(C#A)
G=DCA'+DB'+CB'A'
H=DC'B+D'C'A+D'BA+C'BA
Using only 4 chips (Build all three functions using only 4 chips not 4 for each function)
I have 8 switches for the inputs and was going to use
Switch 1 for A
Switch 2 for B
Switch 3 for C
Switch 4 for D
Switch 5 for A'
Switch 6 for B'
Switch 7 for C'
Switch 8 for D'
I don't have any other switches. I'm just using a switch and flipping switch 8 to the opposite of switch 4 to get the NOT of D.
I can only use the following chips. At the end of the day there can only be 4 chips on my protoboard so if I use the same chip say twice than this counts as two chips.
7400, 7402, 7404, 7408, 7410, 7411, 7420, 7421, 7425, 7427,
7432, and 7486.
I'm getting that it's not possible and have spent several hours trying to do it. Thanks for any help that you can provide me!