Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-3x6-26 / 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: `Peter`, `Eric`, `Arnold`
 - People have unique favorite sports: `soccer`, `basketball`, `tennis`
 - Each person lives in a unique style of house: `victorian`, `colonial`, `ranch`
 - Each person has a unique type of pet: `fish`, `dog`, `cat`
 - Each person has a unique birthday month: `sept`, `april`, `jan`
 - The people are of nationalities: `swede`, `dane`, `brit`

## Clues:
1. The person who loves soccer is the person residing in a Victorian house.
2. The person who owns a dog is the person whose birthday is in April.
3. The person who owns a dog is the person residing in a Victorian house.
4. The person living in a colonial-style house is Arnold.
5. The person living in a colonial-style house is the person whose birthday is in January.
6. Arnold is directly left of the person whose birthday is in April.
7. The British person is the person who loves basketball.
8. The Swedish person is the person whose birthday is in April.
9. The Dane is Eric.
10. The person who has a cat is the person whose birthday is in January.
11. The person who loves soccer is in the third house.

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