Question 13 There are six houses in a colony, such that 3 houses are in one row and the...
Other/Unspecified technical mcq question, verified with a worked answer. Free to practise - no sign-up.
There are six houses in a colony, such that 3 houses are in one row and the other 3 houses are in the opposite row. The three houses in a row are equidistant from each other. Each house is exactly opposite the house in the other row. Each house is painted with a different color from red, blue, green, yellow, pink and orange.
Constraints:
- Houses at the corner are not painted with blue and red color
- House painted with orange color is not opposite the house painted with green color
- Yellow and pink colored houses are not in the same row
Show answer & explanation
Answer: A. A) Green
Verified technical evaluation based on core computer science and mathematical principles.
Step-by-step Derivation:
Step 1: Parse problem constraints.
Step 2: Compute verified solution.
Step 3: Select matching option.