The function defined in the truth table below has three inputs (a, b, c) and two outputs (x and y). Use a 3-to-8 decoder with OR gates to implement the function. Show the complete schematic for your solution.
a b c x y
0 0 0 0 0
0 0 1 0 0
0 1 0 1 0
0 1 1 1 1
1 0 0 0 1
1 0 1 0 0
1 1 0 0 0
1 1 1 0 0