Benchmark AI / Public workspace

ZebraLogicBench / lgp-test-6x2-23 / There are 6 houses, numbered 1 to 6 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 6 houses, numbered 1 to 6 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`, `Eric`, `Peter`, `Carol`, `Alice`, `Arnold`
 - People have unique favorite music genres: `rock`, `classical`, `pop`, `hip hop`, `jazz`, `country`

## Clues:
1. Alice is somewhere to the right of the person who loves classical music.
2. The person who loves pop music is directly left of the person who loves classical music.
3. Bob is in the fourth house.
4. The person who loves country music is Bob.
5. The person who loves hip-hop music is Peter.
6. Carol is somewhere to the right of the person who loves jazz music.
7. Peter is directly left of Eric.

size

6*2

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