Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-2x6-24 / There are 2 houses, numbered 1 to 2 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 2 houses, numbered 1 to 2 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`, `Arnold`
 - Each person has a unique type of pet: `cat`, `dog`
 - The people are of nationalities: `dane`, `brit`
 - Each person has an occupation: `doctor`, `engineer`
 - People have unique favorite sports: `soccer`, `basketball`
 - Everyone has a unique favorite cigar: `prince`, `pall mall`

## Clues:
1. The person who has a cat and the Prince smoker are next to each other.
2. Eric is directly left of the person who owns a dog.
3. The Dane is not in the second house.
4. Arnold is the person who is a doctor.
5. The person who loves basketball is not in the second house.

size

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