Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-3x6-14 / 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`, `Arnold`, `Peter`
 - People own unique car models: `ford f150`, `tesla model 3`, `toyota camry`
 - Each person prefers a unique type of vacation: `beach`, `mountain`, `city`
 - The people are of nationalities: `dane`, `swede`, `brit`
 - People have unique hair colors: `blonde`, `black`, `brown`
 - Each person lives in a unique style of house: `colonial`, `ranch`, `victorian`

## Clues:
1. The Swedish person is the person who owns a Ford F-150.
2. The person who has blonde hair is not in the second house.
3. The person who owns a Toyota Camry and Arnold are next to each other.
4. The person who has black hair is somewhere to the right of the person in a ranch-style home.
5. The person who has black hair is the Dane.
6. The person residing in a Victorian house is not in the second house.
7. Peter is directly left of the person who loves beach vacations.
8. The person living in a colonial-style house is the person who has blonde hair.
9. The person who has black hair is Arnold.
10. The Dane is the person who loves beach vacations.
11. Peter is the person who prefers city breaks.

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