Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-4x6-17 / There are 4 houses, numbered 1 to 4 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 4 houses, numbered 1 to 4 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`, `Alice`
 - Each person lives in a unique style of house: `victorian`, `ranch`, `colonial`, `craftsman`
 - Each person has an occupation: `teacher`, `engineer`, `doctor`, `artist`
 - Everyone has a unique favorite cigar: `prince`, `dunhill`, `pall mall`, `blue master`
 - People have unique favorite music genres: `pop`, `rock`, `classical`, `jazz`
 - People have unique heights: `very short`, `tall`, `average`, `short`

## Clues:
1. The person who loves classical music is the person living in a colonial-style house.
2. The person who smokes Blue Master is the person in a ranch-style home.
3. The person who loves rock music is the person who smokes Blue Master.
4. The Dunhill smoker is directly left of Peter.
5. Eric is in the first house.
6. The person residing in a Victorian house is in the third house.
7. The person who loves rock music and the person who loves classical music are next to each other.
8. The person who is a teacher is the person who is short.
9. The person who loves classical music is the Prince smoker.
10. The person who is a doctor is somewhere to the left of the person who is very short.
11. Arnold is the person who is an artist.
12. The person who smokes Blue Master is in the first house.
13. The person who is tall is directly left of the person who loves pop music.
14. The person residing in a Victorian house is the person who is a teacher.

size

4*6

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