Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-3x6-15 / 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: `Eric`, `Peter`, `Arnold`
 - Each person has a unique level of education: `associate`, `high school`, `bachelor`
 - Each person prefers a unique type of vacation: `city`, `beach`, `mountain`
 - People have unique favorite music genres: `classical`, `rock`, `pop`
 - Each person has an occupation: `engineer`, `doctor`, `teacher`
 - People have unique favorite sports: `tennis`, `basketball`, `soccer`

## Clues:
1. Peter is in the first house.
2. The person with a high school diploma is directly left of the person who loves beach vacations.
3. The person who is a doctor is not in the third house.
4. The person who loves rock music and the person who loves pop music are next to each other.
5. The person who is a teacher is the person who enjoys mountain retreats.
6. Peter is the person with a bachelor's degree.
7. The person who prefers city breaks is the person who loves rock music.
8. The person who loves basketball is the person who enjoys mountain retreats.
9. Eric is in the third house.
10. The person with a bachelor's degree is the person who loves tennis.

size

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