Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-5x3-26 / 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: `Bob`, `Arnold`, `Peter`, `Eric`, `Alice`
 - People have unique favorite book genres: `mystery`, `science fiction`, `biography`, `fantasy`, `romance`
 - Each mother is accompanied by their child: `Samantha`, `Timothy`, `Fred`, `Meredith`, `Bella`

## Clues:
1. The person's child is named Samantha is somewhere to the left of the person who loves biography books.
2. Arnold is the person who loves biography books.
3. The person who is the mother of Timothy is the person who loves science fiction books.
4. The person's child is named Bella is Peter.
5. There is one house between the person who loves biography books and Bob.
6. Alice is somewhere to the right of Eric.
7. The person who loves mystery books is in the fourth house.
8. The person who loves biography books is directly left of the person who is the mother of Timothy.
9. The person who loves fantasy books is directly left of the person's child is named Meredith.

size

5*3

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