Implement the following function using a decoder and any size OR gate you may need:
f(P,Q,R,S,T) = P'Q'R'(S+T)
What I don't understand is if the input is P'Q'R'. What I have so far is:
Is this right at all? I am most confused with how the input works. Thanks!