Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-3x5-5 / There are 3 houses, numbered 1 to 3 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 3 houses, numbered 1 to 3 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: `Eric`, `Peter`, `Arnold`
 - Each person has a unique birthday month: `sept`, `april`, `jan`
 - People own unique car models: `tesla model 3`, `toyota camry`, `ford f150`
 - People have unique hair colors: `brown`, `black`, `blonde`
 - The mothers' names in different houses are unique: `Aniya`, `Janelle`, `Holly`

## Clues:
1. Arnold is the person whose birthday is in January.
2. The person whose mother's name is Janelle is the person who has brown hair.
3. The person who has black hair is not in the second house.
4. The person who has black hair is the person whose birthday is in April.
5. The person whose mother's name is Aniya is Eric.
6. The person whose mother's name is Janelle is the person who owns a Toyota Camry.
7. The person who has black hair is The person whose mother's name is Aniya.
8. The person whose birthday is in September and the person who owns a Tesla Model 3 are next to each other.
9. Arnold is the person who has brown hair.
10. The person who owns a Toyota Camry is somewhere to the left of the person who owns a Ford F-150.

size

3*5

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