Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-5x3-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: `Bob`, `Peter`, `Arnold`, `Eric`, `Alice`
 - Each person has a unique level of education: `bachelor`, `high school`, `master`, `associate`, `doctorate`
 - Each person lives in a unique style of house: `craftsman`, `victorian`, `colonial`, `modern`, `ranch`

## Clues:
1. The person in a modern-style house is somewhere to the left of the person in a ranch-style home.
2. Eric is the person residing in a Victorian house.
3. The person in a ranch-style home is not in the fourth house.
4. Peter is in the first house.
5. The person with a doctorate is in the first house.
6. The person in a modern-style house is in the second house.
7. The person with a high school diploma is the person in a Craftsman-style house.
8. The person residing in a Victorian house is directly left of Bob.
9. The person residing in a Victorian house is the person with a bachelor's degree.
10. The person with an associate's degree is somewhere to the left of Arnold.
11. The person with a high school diploma is in the fifth house.

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