Suppose you are given a 2 × 3 array of lights such that for each
row of the array there is a switch that changes the state of every light in the row (from off to
on, and on to off), and similarly for each column. Suppose only the bottom right light is on.
Is it possible to toggle the switches so that the lights are eventually all off?
row of the array there is a switch that changes the state of every light in the row (from off to
on, and on to off), and similarly for each column. Suppose only the bottom right light is on.
Is it possible to toggle the switches so that the lights are eventually all off?
