Multiplexer function implementation

Thread Starter

Electronicsrookie

Joined Nov 28, 2010
13
Hi people. I'm having a little problem on an electronics question:
Implement the function with truth table below with a 2:1 MUX, with A as select signal.
A B C F
0 0 0 1
0 0 1 0
0 1 0 1
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 0
I know how to implement the 8:1 MUX using a 4:1...but a 2:1....:/
Could you please help?
Thanks
 
Top