Need help please with logic circuit, binary code and designing a circuit.
A logic circuit has three inputs C, B, A, where A is the least-significant bit. The circuit has three outputs R, Q, and P. For any binary code applied to the input terminals (A, B, C) the output is given by the input plus 1; for example, if C,B,A = 0,1,1, the output R,Q,P is 1,0,0. Note that 111 + 1 = 000 (i.e., there is no carry out).
Design a circuit to implement this system.