Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-3x5-35 / 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: `Peter`, `Eric`, `Arnold`
 - Everyone has a unique favorite cigar: `blue master`, `prince`, `pall mall`
 - Each mother is accompanied by their child: `Fred`, `Meredith`, `Bella`
 - The mothers' names in different houses are unique: `Holly`, `Aniya`, `Janelle`
 - The people keep unique animals: `cat`, `horse`, `bird`

## Clues:
1. The Prince smoker is The person whose mother's name is Janelle.
2. The person's child is named Bella is somewhere to the left of the person's child is named Meredith.
3. Peter is the person partial to Pall Mall.
4. There is one house between the cat lover and Eric.
5. The person whose mother's name is Aniya is the person's child is named Bella.
6. The person's child is named Meredith is Peter.
7. The bird keeper is somewhere to the right of Peter.

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