Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-5x5-0 / 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`, `Peter`, `Arnold`, `Eric`, `Alice`
 - Everyone has something unique for lunch: `stew`, `stir fry`, `spaghetti`, `grilled cheese`, `pizza`
 - Everyone has a favorite smoothie: `watermelon`, `lime`, `desert`, `dragonfruit`, `cherry`
 - People have unique favorite book genres: `fantasy`, `biography`, `mystery`, `science fiction`, `romance`
 - Each person has a unique hobby: `photography`, `knitting`, `cooking`, `gardening`, `painting`

## Clues:
1. The person who loves stir fry is the Desert smoothie lover.
2. The person who loves the spaghetti eater is the person who enjoys gardening.
3. Bob is somewhere to the left of the person who loves mystery books.
4. The person who paints as a hobby is directly left of Alice.
5. The Desert smoothie lover is the person who loves romance books.
6. The photography enthusiast and the person who loves eating grilled cheese are next to each other.
7. The person who loves cooking is somewhere to the left of the Desert smoothie lover.
8. The person who likes Cherry smoothies is Alice.
9. There is one house between the person who drinks Lime smoothies and the person who enjoys gardening.
10. The Watermelon smoothie lover is Eric.
11. The person who loves eating grilled cheese is directly left of the Dragonfruit smoothie lover.
12. The person who is a pizza lover is Alice.
13. The person who loves romance books is Peter.
14. The person who loves fantasy books is the Watermelon smoothie lover.
15. Alice is the person who loves biography books.
16. Eric is not in the third house.

size

5*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