Direction: Questions are based on the following:<br /> There are three switches A, B and C which can be in ON/OFF position. Their settings change as per the following rules:<br /> i) If A is the only switch as ON, change B to ON.<br /> ii) If A and B are only switches as ON, change C to ON.<br /> iii) If all three switches are ON, change C to OFF.<br /> iv) For all other situations, all switches in ON are changed to OFF and all switches in OFF are changed to ON<br /> If switches A and B are ON and C is OFF, their changed settings will be:
Step-by-step Solution:
This is a rule-based logic puzzle. The key is to identify the starting configuration of the switches and then find which of the four specific rules applies to that exact situation before determining the outcome.
Now, we check the list of rules to see which one matches this specific state:
- Since our initial state matches the condition in Rule (ii), we must follow its instruction.
- The instruction for Rule (ii) is: "change C to ON".
- We start with {A ON, B ON, C OFF}.
- The switches A and B are not affected. Switch C is changed from OFF to ON.
Final Answer: The changed settings will be A ON, B ON, C ON.