Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-4x3-34 / There are 4 houses, numbered 1 to 4 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 4 houses, numbered 1 to 4 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`, `Alice`, `Arnold`
 - People have unique favorite sports: `soccer`, `basketball`, `tennis`, `swimming`
 - Each person prefers a unique type of vacation: `mountain`, `cruise`, `beach`, `city`

## Clues:
1. The person who loves tennis is the person who enjoys mountain retreats.
2. Eric is the person who loves beach vacations.
3. The person who loves beach vacations is in the fourth house.
4. Alice is the person who loves tennis.
5. The person who loves swimming is somewhere to the left of the person who enjoys mountain retreats.
6. Peter is not in the first house.
7. The person who loves basketball is in the third house.
8. The person who likes going on cruises is Arnold.

size

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