Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-5x4-13 / There are 5 houses, numbered 1 to 5 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 5 houses, numbered 1 to 5 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`, `Alice`, `Bob`, `Arnold`
 - People have unique favorite book genres: `mystery`, `fantasy`, `biography`, `science fiction`, `romance`
 - Each person prefers a unique type of vacation: `mountain`, `camping`, `city`, `beach`, `cruise`
 - The mothers' names in different houses are unique: `Holly`, `Janelle`, `Kailyn`, `Penny`, `Aniya`

## Clues:
1. Bob is the person who loves fantasy books.
2. The person whose mother's name is Janelle and Eric are next to each other.
3. The person who enjoys camping trips is the person who loves biography books.
4. Peter is The person whose mother's name is Kailyn.
5. Peter and The person whose mother's name is Janelle are next to each other.
6. The person who loves beach vacations is Bob.
7. Peter is somewhere to the right of the person who loves romance books.
8. The person whose mother's name is Penny is the person who loves biography books.
9. Bob is directly left of the person who prefers city breaks.
10. The person who loves science fiction books is in the fourth house.
11. Arnold and Bob are next to each other.
12. The person whose mother's name is Aniya is the person who enjoys mountain retreats.

size

5*4

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