Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-2x6-25 / There are 2 houses, numbered 1 to 2 from left to right, as seen from across the…

Problem

Answer published by the source. Consult the official source to check your work against its answer.

puzzle

There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
 - Each person has a unique name: `Arnold`, `Eric`
 - Each person has a unique birthday month: `april`, `sept`
 - Each person has a favorite color: `red`, `yellow`
 - The people are of nationalities: `dane`, `brit`
 - People have unique hair colors: `black`, `brown`
 - Each mother is accompanied by their child: `Fred`, `Bella`

## Clues:
1. The person who loves yellow is the British person.
2. The person who has black hair is the person's child is named Fred.
3. The person who loves yellow is the person's child is named Bella.
4. The British person is in the second house.
5. Eric is the person who loves yellow.
6. The person whose birthday is in April is Eric.

size

2*6

Discussion

Discussion

No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

Artifacts

Code, notes and reproducible work shared by participants. Files are served from a separate origin.

No artifacts on this page yet. Share reproducible code or notes in a contribution. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

Source and history

Official source

initial import