The logic network to control the lights on the staircase; has been designed as seen below.
The truth table for the required response of the question is;
SWITCH A SWITCH B SWITCH C Y
0(OFF) 0(OFF) 0(OFF) 0(OFF)
0(OFF) 1(ON) 1(ON) 1(ON)
1(ON) 0(OFF) 1(ON) 1(ON)
1(ON) 1(ON) 0(OFF) 1(ON)
1(ON) 1(ON) 1(ON) 0(OFF)
The expression for the output Y in SOP form will be;
A ⊕ B ⊕ C = A⁻B⁻C + AB⁻C⁻ + A⁻BC⁻
That's the output expression for the XOR gate.
Thus, we can conclude that in the staircase wiring, higher output is obtained when two out of three of the inputs are different.
Read more about Logic Gates at; https://brainly.com/question/14458200
#SPJ1